Changeset 1193 in MondoRescue for branches/stable/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Feb 20, 2007, 12:24:22 PM (17 years ago)
Author:
Bruno Cornec
Message:

Remove some useless \r in code
Remove center_string usage as it's now broiken for dynamically created strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/rootfs/sbin/init

    r1158 r1193  
    539539    LogIt "I think this CD/floppy has no archives on it."
    540540fi
    541 echo -en "Type 'exit' to reboot the PC\r"
     541echo -en "Type 'exit' to reboot the PC\n"
    542542umount /mnt/cdrom 2> /dev/null
    543543mount / -o rw,remount > /dev/null 2> /dev/null
Note: See TracChangeset for help on using the changeset viewer.