Message after install
This commit is contained in:
parent
9b126e90f0
commit
1a98910b82
|
@ -11946,7 +11946,9 @@ function install_final {
|
|||
echo "See /home/$MY_USERNAME/README for post-installation instructions."
|
||||
echo ''
|
||||
fi
|
||||
if [ ! -f $IMAGE_PASSWORD_FILE ]; then
|
||||
reboot
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -275,7 +275,9 @@ EOF
|
|||
echo " rm /root/.initial_setup" >> $rootdir/root/.bashrc
|
||||
echo " rm /home/${MY_USERNAME}/.initial_setup" >> $rootdir/root/.bashrc
|
||||
echo " shred -zu ~/login.txt" >> $rootdir/root/.bashrc
|
||||
echo " dialog --title 'Congratulations!' --msgbox '\nYour Freedombone system has now installed\n\nPress any key to reboot and begin using it' 9 50" >> $rootdir/root/.bashrc
|
||||
cat >> $rootdir/root/.bashrc <<EOF
|
||||
reboot
|
||||
fi
|
||||
fi
|
||||
exit
|
||||
|
|
Loading…
Reference in New Issue