Changeset 2158 in MondoRescue for branches/2.2.9/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Mar 5, 2009, 8:01:54 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fixes for ia64 support from Giuseppe Grassi <giuseppe.grassi2_at_italtel.it>:
    • the m) fake output is expected in fdisk.log so printing that on stdout instead of parted2fdisk log file
    • parted2fdisk supports now lack of partition given in 't' command
    • parted2fdisk supports now LVM type of partitions correctly (using a parted flag)
    • init links now /dev/tty to /dev/ttyS0 to have a working serial support on ia64
File:
1 edited

Legend:

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

    r2086 r2158  
    8181    # May avoid shell error messages
    8282    chmod 666 /dev/tty* /dev/console
     83    if [ "$ARCH" = "ia64" ]; then
     84        # Required to have a correct terminal or serial console support
     85        ln -s -f /dev/ttyS0 /dev/tty
     86    fi
    8387}
    8488
Note: See TracChangeset for help on using the changeset viewer.