#!/bin/sh

# We must be on the root.
cd /

keyconfig

rootconfig

swapconfig

timeconfig

netconfig

xconfig

if [ -f /etc/issue.plain ]; then
  mv /etc/issue.plain /etc/issue
fi
