:
# Remove /etc/default/boothd1, it was left on the system to allow
# an automatic reboot after the initial installation.
[ -f /etc/default/boothd1 ] && rm -f /etc/default/boothd1
rm -f /etc/rc2.d/S99boothd1
exit 0
