Changeset 3441 in MondoRescue
- Timestamp:
- Aug 28, 2015, 5:45:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/rootfs/etc/init.d/rcS
r3430 r3441 921 921 export FORCE_MODS=" " 922 922 fi 923 if [ "`grep -i excludedevs /proc/cmdline`" ]; then924 export MINDI_EXCLUDE_DEVS="`cat /proc/cmdline | sed 's~.*excludedevs=\"\(.*\)\".*~\1~'` mondonone"925 for d in $MINDI_EXCLUDE_DEVS ; do926 echo "Mountlist exclusion == $d"927 if [ -e "/tmp/mountlist.txt" ]; then928 perl -i -ne 'print $_ unless m~$d~' /tmp/mountlist.txt929 fi930 done931 else932 export MINDI_EXCLUDE_DEVS=" "933 fi934 935 923 echo "Activating a potential USB keyboard/mouse" 936 924 StartUSBKbd … … 998 986 RunDevfsd 999 987 fi 988 989 if [ "`grep -i excludedevs /proc/cmdline`" ]; then 990 export MINDI_EXCLUDE_DEVS="`cat /proc/cmdline | sed 's~.*excludedevs=\"\(.*\)\".*~\1~'` mondonone" 991 for d in $MINDI_EXCLUDE_DEVS ; do 992 echo "Mountlist exclusion == $d" 993 if [ -e "/tmp/mountlist.txt" ]; then 994 perl -i -ne 'print $_ unless m~$d~' /tmp/mountlist.txt 995 fi 996 done 997 else 998 export MINDI_EXCLUDE_DEVS=" " 999 fi 1000 1000 1001 LoadKeymap 1001 1002 WelcomeMessage
Note:
See TracChangeset
for help on using the changeset viewer.