From 07b421951a8229f4f9022ada0b31c081d43a4761 Mon Sep 17 00:00:00 2001 From: Gerhard Brauer Date: Sat, 27 Jun 2009 19:06:07 +0200 Subject: Changed modprobe.conf path for new module-init-tools 3.8 --- src/core/libs/lib-ui-interactive.sh | 26 +++++++++++++------------- 1 file 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/ 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 -- cgit v1.2.3-54-g00ecf