Changeset 2878 in MondoRescue for branches/2.2.9/mindi/rootfs/sbin/init
- Timestamp:
- Oct 5, 2011, 1:20:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/rootfs/sbin/init
r2846 r2878 825 825 ConfigureLoggingDaemons 826 826 if [ -e "/tmp/USE-DEVFS" ] ; then 827 umount /mnt/cdrom 2> /dev/null827 umount -d /mnt/cdrom 2> /dev/null 828 828 mv /dev/cdrom /cdrom.lnk 2> /dev/null 829 829 CD_MOUNTED_OK="" … … 963 963 else 964 964 echo -en "Type 'exit' to reboot the PC\n" 965 umount /mnt/cdrom 2> /dev/null965 umount -d /mnt/cdrom 2> /dev/null 966 966 mount / -o rw,remount > /dev/null 2> /dev/null 967 967 LogIt "Launching Shell"
Note:
See TracChangeset
for help on using the changeset viewer.