[Lunar-commits] CVS: lunar-iso/lunar-install/init.d lunar-install,
NONE, 1.1
Auke Kok
sofar at lunar-linux.org
Mon Nov 22 20:56:26 UTC 2004
Update of /var/cvs/lunar/lunar-iso/lunar-install/init.d
In directory espresso.foo-projects.org:/tmp/cvs-serv10936/lunar-install/init.d
Added Files:
lunar-install
Log Message:
Initial import
--- NEW FILE: lunar-install ---
#!/bin/bash
if touch / 2> /dev/null ; then
# clean up if successfull!
rm -f /sbin/lunar-install /etc/rc3.d/S20lunar-install /etc/init.d/lunar-install &
echo " /----------------------------------------------------------------\\"
echo " | |"
echo " | Lunar Linux installation finished succesfully! |"
echo " | |"
echo " | Please log in as root and start using your system ! |"
echo " | |"
echo " | o Use `lservices` to enable startup daemons and services |"
echo " | o Use `luser` to add new users to the system |"
echo " | o Use `lnet` to configure your network |"
echo " | o Use `lmodules` to load/unload kernel modules |"
echo " | o Use `lunar` to install, remove and update packages |"
echo " | |"
echo " | Read `man lfirsttime` for more tips and help |"
echo " | |"
echo " \\----------------------------------------------------------------/"
# update the locate db in the background once - no need to wait on it
updatedb &
else
/sbin/lunar-install
fi
More information about the Lunar-commits
mailing list