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


Ignore:
Timestamp:
Feb 26, 2011, 5:37:13 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Adds functions and /bin/loadkeys (new location) to minimal set of commands to have
  • provides a makemessage option to mindi and this function now works with pbdistrocheck
  • Do not create an error when a phys device has 0 size and is a /dev/dm-* device
File:
1 edited

Legend:

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

    r2727 r2731  
    108108    if which loadkeys > /dev/null 2> /dev/null ; then
    109109        loadkeys $fname
    110 # loadkmap != loadkeys
    111 #    elif which loadkmap > /dev/null 2> /dev/null ; then
    112 #        loadkmap < $fname
    113110    else
    114         LogIt "Using default keyboard map." 1
     111        LogIt "Using default US keyboard map." 1
    115112    fi
    116113}
Note: See TracChangeset for help on using the changeset viewer.