diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2011-01-02 19:16:54 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2011-01-02 19:16:54 +0100 |
commit | 270e5760ad2495ba4e245840335ec5d1e05cbd1e (patch) | |
tree | f67c0fb9739aa2a7246a7b9d2a19a6b9ac5da4c4 /src | |
parent | a7cd959097191dc665a9357a34f9f8fe42245aa1 (diff) |
allow changing proxy settings in configure systems menu
Diffstat (limited to 'src')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 76b2955..506560e 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -63,6 +63,7 @@ interactive_configure_system() "/etc/mkinitcpio.conf" "Initramfs Config" ) grep -q dm_crypt $TMP_BLOCKDEVICES && list+=("/etc/crypttab" "Decryption for non-root encrypted disks") # this simple grep will give some false positives. but oh well. + [ -f ${var_TARGET_DIR}/etc/profile.d/proxy.sh ] && list+=("/etc/profile.d/proxy.sh" "Proxy setings") list+=( "/etc/modprobe.d/modprobe.conf" "Kernel Modules" "/etc/resolv.conf" "DNS Servers" |