summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-06-28 18:54:15 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-06-28 18:54:15 +0200
commit3d1fdcf48e930ecb15a95313e4b4d39dc83295f7 (patch)
tree3c235daffa32a0c82288f768d100df5ac6e937ec /src
parent40d84859467d541438f8d3ccde44ee7d2ca58f8c (diff)
modprobe.conf path typo fix
Diffstat (limited to 'src')
-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 1340eb3..d8dafe8 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/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.d/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