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


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

Location:
branches/stable/mindi/rootfs/sbin
Files:
2 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
  • branches/stable/mindi/rootfs/sbin/install-additional-tools

    r866 r1193  
    4343    biggiefsize=`cat $stub.size`
    4444    rm -f $stub.name $stub.size
    45 #    echo -e -n "\rRecombining #$biggienumber ($biggiefname)        \r"
    4645    > /tmp/out.dat
    4746    sliceno=0
Note: See TracChangeset for help on using the changeset viewer.