Changeset 3282 in MondoRescue
- Timestamp:
- Apr 30, 2014, 9:12:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/rootfs/etc/init.d/rcS
r3279 r3282 130 130 LoadKeymap() { 131 131 local fname 132 fname=` cat /tmp/KEYMAP-LIVES-HERE2> /dev/null`132 fname=`grep keymap-lives-here /tmp/mondorestore.cfg | cut -f2 -d' ' 2> /dev/null` 133 133 [ "$fname" = "" ] && return 134 134 if which loadkeys > /dev/null 2> /dev/null ; then
Note:
See TracChangeset
for help on using the changeset viewer.