summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-04-30 11:21:45 +0200
committerDirk von Suchodoletz2007-04-30 11:21:45 +0200
commit2f4eeca8c7ff6fff5fc50f30771afb68be095b66 (patch)
treea44ade0ef861cf2a4077ef2ed1f976eccd48fb9d /initramfs
parentMake error messages in stage3 debug better readable ... (diff)
downloadcore-2f4eeca8c7ff6fff5fc50f30771afb68be095b66.tar.gz
core-2f4eeca8c7ff6fff5fc50f30771afb68be095b66.tar.xz
core-2f4eeca8c7ff6fff5fc50f30771afb68be095b66.zip
Problem with mkdxsinitrd and option (-d) for using dhclient instead of
udhcpc fixed ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@968 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rwxr-xr-xinitramfs/mkdxsinitrd4
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index f75548e0..4b888e34 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -308,7 +308,7 @@ cp -a ${themes}* ${INSTDIR}/usr/share/themes
#########################################################################
# End of function declaration
-while getopts :hk:c:i:r:o:s:f:n:m:Sut:d:v:I:D:V:a: a ; do
+while getopts :dhk:c:i:r:o:s:f:n:m:Sut:v:I:D:V:a: a ; do
case $a in
\:|\?)
case $OPTARG in
@@ -330,7 +330,7 @@ while getopts :hk:c:i:r:o:s:f:n:m:Sut:d:v:I:D:V:a: a ; do
exit 1
;;
c) CLCONFFILE=$OPTARG;;
- d) use_dhclient=1;;
+ d) use_dhclient=1;;
k) KERNVER=$OPTARG;;
i) INITRD_PATH=$OPTARG ;;
f) FSMODULES=$OPTARG;;