molecules/boot/arm_startup/00-board-setup.start
2012-02-01 18:08:16 +01:00

16 lines
403 B
Bash

#!/bin/sh
# The first boot is actually a reboot, to let openrc realize that
# clock is screwed. This fixes xdm startup.
echo
echo "Hello, this is the first boot. System is being configured..."
echo "The root password is: root"
echo "There is also a user called \"sabayon\", with password \"sabayon\""
echo
echo "Enjoy ARM"
echo
rc-update --update
# kill myself
rm -f /etc/local.d/00-board-setup.start