- Timestamp:
- Apr 2, 2021, 6:56:38 PM (4 years ago)
- Location:
- branches/3.3/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mindi/mindi
r3784 r3785 403 403 local r res mapfile mappath included_item included_list keyfile mp locale 404 404 LogAll "INFO: Analyzing your keyboard's configuration." 405 KEYDIR=/usr/ lib/kbd406 [ ! -e "$KEYDIR" ] && KEYDIR=/usr/ share/kbd # Slackware405 KEYDIR=/usr/share/kbd # Slackware 406 [ ! -e "$KEYDIR" ] && KEYDIR=/usr/lib/kbd 407 407 [ ! -e "$KEYDIR" ] && KEYDIR=/etc/console 408 408 [ ! -e "$KEYDIR" ] && KEYDIR=/etc/console-setup … … 414 414 LogFile "INFO: KEYDIR=$KEYDIR" 415 415 fi 416 if [ -e "/etc/sysconfig/keyboard" ] ; then 416 if [ -e "/etc/vconsole.conf" ] ; then 417 LogFile "INFO: New Fedora style config detected." 418 keyfile=/etc/vconsole.conf 419 elif [ -e "/etc/sysconfig/keyboard" ] ; then 417 420 LogFile "INFO: Red Hat-style config detected." 418 421 keyfile=/etc/sysconfig/keyboard 419 elif [ -e "/etc/vconsole.conf" ] ; then420 LogFile "INFO: New Fedora style config detected."421 keyfile=/etc/vconsole.conf422 422 elif [ -e "/etc/rc.d/rc.keymap" ] ; then 423 423 LogFile "INFO: Slackware-style config detected." -
branches/3.3/mindi/rootfs/usr/sbin/install-additional-tools
r3697 r3785 55 55 if [ -f etc/fstab ]; then 56 56 cp etc/fstab /tmp 57 else 58 LogIt "No fstab found under $mountdir" 57 59 fi 58 60 if [ -f etc/raidtab ]; then
Note:
See TracChangeset
for help on using the changeset viewer.