Changeset 1741 in MondoRescue for branches/2.2.5/mindi


Ignore:
Timestamp:
Oct 30, 2007, 11:44:02 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Adds magic file to depllist in order to have file working + ldd which helps for debugging issues
  • tty modes correct to avoid sh error messages
  • Use ext3 normally and not ext2 instead
  • USB device should be corrected after reading (take 1st part)
  • Adds a mount_USB_here function derived from mount_CDROM_here
Location:
branches/2.2.5/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/deplist.txt

    r1722 r1741  
    4040mount
    4141devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
     42# helps for debugging
     43ldd
     44
     45# For file command
     46/usr/share/misc/file/magic /usr/share/file/magic
    4247
    4348# For Debug  mode
  • branches/2.2.5/mindi/rootfs/sbin/init

    r1734 r1741  
    282282    /sbin/udevd --daemon
    283283    echo $PKLVL > /proc/sys/kernel/printk
     284    # Avoids shell error messages
     285    chmod 644 /dev/tty*
    284286}
    285287
Note: See TracChangeset for help on using the changeset viewer.