summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-01-18 15:09:32 +0100
committerSebastian Schmelzer2011-01-18 15:09:32 +0100
commitd57733a7a2bc71619af68722369e1bfa3bde2de1 (patch)
tree5ae00dd8bfd875a44a229efbf1ca12ded2a976a8 /src
parentfix paths (diff)
downloadcore-d57733a7a2bc71619af68722369e1bfa3bde2de1.tar.gz
core-d57733a7a2bc71619af68722369e1bfa3bde2de1.tar.xz
core-d57733a7a2bc71619af68722369e1bfa3bde2de1.zip
add noldsc flag
Diffstat (limited to 'src')
-rwxr-xr-xsrc/initramfs/scripts/init2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/initramfs/scripts/init b/src/initramfs/scripts/init
index 0fc1371f..2355c9f0 100755
--- a/src/initramfs/scripts/init
+++ b/src/initramfs/scripts/init
@@ -230,6 +230,8 @@ in $0\ncountry=\"${COUNTRY}\"" >>/etc/initramfs-setup
# most probably it is a good idea to run ldconfig, so enable it
ldsc="yes"
;;
+ noldsc)
+ ldsc="";;
# if cowloop should be used, only ontop of network block device and in
# combination with classical fs, like ext2 useful
cowloop=*)