Changeset 1468 in MondoRescue
- Timestamp:
- May 30, 2007, 2:37:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r1420 r1468 524 524 echo -e "$DONE" 525 525 return 0 526 elif [ -e "/etc/conf.d/keymaps" ] ; then 527 echo "Gentoo-style config detected." >> $LOGFILE 528 keyfile=/etc/conf.d/keymaps 526 529 else 527 530 echo -en "Searching for rc.config ..." … … 541 544 locale=`grep -F KEYTABLE "$keyfile" | tr -d '"' |cut -d'=' -f2` 542 545 [ ! "$locale" ] && locale=`grep '.map$' "$keyfile" | sed 's/^.* //'` # Slackware 546 [ ! "$locale" ] && locale=`grep -E '^KEYMAP=' "$keyfile" | tr -d '"' |cut -d'=' -f2` # Gentoo 543 547 echo "locale=$locale" >> $LOGFILE 544 548 #
Note:
See TracChangeset
for help on using the changeset viewer.