Changeset 3886 in MondoRescue for branches/3.3/mindi/rootfs/etc/init.d


Ignore:
Timestamp:
Mar 10, 2024, 7:24:20 PM (7 weeks ago)
Author:
Bruno Cornec
Message:

Removes support for ia64 depracated in upstream kernel, and elilo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/rootfs/etc/init.d/rcS

    r3697 r3886  
    127127    chmod 666 /dev/tty* /dev/console
    128128    # By default first serial line is configured as tty
    129     # Required to have a correct serial console support (MP on ia64 or VSP with iLO e.g.)
     129    # Required to have a correct serial console support (VSP with iLO e.g.)
    130130    for i in `cat /proc/cmdline` ; do
    131131        echo $i | grep -qi serial= && serial=`echo $i | cut -d= -f2`
Note: See TracChangeset for help on using the changeset viewer.