Changeset 2789 in MondoRescue for branches/2.2.8/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Apr 29, 2011, 3:37:13 PM (13 years ago)
Author:
Bruno Cornec
Message:

r2159@localhost (orig r2158): bruno | 2009-03-05 20:01:54 +0100

  • 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.8/mindi/rootfs/sbin/init

    r2086 r2789  
    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.