summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui-interactive.sh
diff options
context:
space:
mode:
authorGerhard Brauer <gerbra@archlinux.de>2009-06-27 19:06:07 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-06-27 19:06:07 +0200
commit07b421951a8229f4f9022ada0b31c081d43a4761 (patch)
treead7e0f9c1d32e6554adbd1f040383cfe62922f6c /src/core/libs/lib-ui-interactive.sh
parent42742c4fa29c9a335f9b8ebfbc860590467b7c8e (diff)
Changed modprobe.conf path for new module-init-tools 3.8
Diffstat (limited to 'src/core/libs/lib-ui-interactive.sh')
-rw-r--r--src/core/libs/lib-ui-interactive.sh26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index ae3ccd2..1340eb3 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -47,19 +47,19 @@ interactive_configure_system()
helptext="Note that if you want to change any file not listed here (unlikely) you can go to another tty and update ${var_TARGET_DIR}/etc/<filename> yourself"
grep -q '^/dev/mapper' $TMP_FSTAB && helptext="$helptext\nDon't forget to add the appropriate modules for your /dev/mapper devices to mkinitcpio.conf" #TODO: we can improve this a bit
ask_option $DEFAULT "Configuration" "$helptext" required \
- "/etc/rc.conf" "System Config" \
- "/etc/fstab" "Filesystem Mountpoints" \
- "/etc/mkinitcpio.conf" "Initramfs Config" \
- "/etc/modprobe.conf" "Kernel Modules" \
- "/etc/resolv.conf" "DNS Servers" \
- "/etc/hosts" "Network Hosts" \
- "/etc/hosts.deny" "Denied Network Services" \
- "/etc/hosts.allow" "Allowed Network Services" \
- "/etc/locale.gen" "Glibc Locales" \
- "/etc/pacman.conf" "Pacman.conf" \
- "$var_MIRRORLIST" "Pacman Mirror List" \
- "Root-Password" "Set the root password" \
- "Done" "Return to Main Menu" || return 1
+ "/etc/rc.conf" "System Config" \
+ "/etc/fstab" "Filesystem Mountpoints" \
+ "/etc/mkinitcpio.conf" "Initramfs Config" \
+ "/etc/modprobe/modprobe.conf" "Kernel Modules" \
+ "/etc/resolv.conf" "DNS Servers" \
+ "/etc/hosts" "Network Hosts" \
+ "/etc/hosts.deny" "Denied Network Services" \
+ "/etc/hosts.allow" "Allowed Network Services" \
+ "/etc/locale.gen" "Glibc Locales" \
+ "/etc/pacman.conf" "Pacman.conf" \
+ "$var_MIRRORLIST" "Pacman Mirror List" \
+ "Root-Password" "Set the root password" \
+ "Done" "Return to Main Menu" || return 1
FILE=$ANSWER_OPTION
if [ "$FILE" = "Done" ]; then # exit