summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/bin/hwautocfg
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-05-11 02:05:30 +0200
committerDirk von Suchodoletz2007-05-11 02:05:30 +0200
commit70c5fbfc5794976c00116f572a6a683cfff0b476 (patch)
tree6cef07ce6a77c837583e0bbae2f5628d773e5815 /initramfs/initrd-stuff/bin/hwautocfg
parentRemoved udev stuff (from main scripts and suse specific) ... (diff)
downloadcore-70c5fbfc5794976c00116f572a6a683cfff0b476.tar.gz
core-70c5fbfc5794976c00116f572a6a683cfff0b476.tar.xz
core-70c5fbfc5794976c00116f572a6a683cfff0b476.zip
More cleanup, small fix for hwautocfg ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1042 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/bin/hwautocfg')
-rwxr-xr-xinitramfs/initrd-stuff/bin/hwautocfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/bin/hwautocfg b/initramfs/initrd-stuff/bin/hwautocfg
index 1f0e3429..49f8d7b5 100755
--- a/initramfs/initrd-stuff/bin/hwautocfg
+++ b/initramfs/initrd-stuff/bin/hwautocfg
@@ -417,10 +417,10 @@ for hd in $(cat /tmp/hwsetup.info|sed -n -e '/HD$/,/device:/p'| \
( if diskfm $hdpartnr ; then
echo "$hdpartnr is mounted to /mnt/tmp at $(sysup)" > /tmp/tmpready
echo -e "$hdpartnr\t/tmp\t\tauto\t\tdefaults\t 0 0" >> /tmp/fstab
- part44=yes
else
echo "formatting failed for some reason ($(sysup))" > /tmp/tmpready
fi ) &
+ part44=yes
break
done
# put detected linux partitions into /etc/fstab with "noauto"