Subversion Repositories livecd

Rev

Rev 81 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81 Rev 108
Line 91... Line 91...
91
mv /etc/cron_backup/00-makewhatis.cron.weekly /etc/cron.weekly/00-makewhatis.cron 2>/dev/null
91
mv /etc/cron_backup/00-makewhatis.cron.weekly /etc/cron.weekly/00-makewhatis.cron 2>/dev/null
92
mv /etc/cron_backup/* /etc/cron.daily/
92
mv /etc/cron_backup/* /etc/cron.daily/
93
 
93
 
94
### set root password again
94
### set root password again
95
[ "$SET_ROOTPWD" = "yes" ] && passwd
95
[ "$SET_ROOTPWD" = "yes" ] && passwd
-
 
96
if [ "$SET_ROOTPWD" != "yes" ]; then
-
 
97
    echo "Please note:"
-
 
98
    echo "If you are not building the LiveCD in chroot,"
96
[ "$SET_ROOTPWD" != "yes" ] && echo "Please note: root password is unset, run passwd to set it again."
99
    echo "root password is unset. Run passwd to set it again."
-
 
100
fi