summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-24 20:04:24 +0100
committerDirk von Suchodoletz2009-02-24 20:04:24 +0100
commita61d27fd1226e4b9fa7e7e871691ff9b79bbd195 (patch)
treeeb376be6f1ff196b999888e35a83d2e21ef4eba9 /initramfs/stage3-stuff/etc/functions
parent * test fix for dbus/hal problems (diff)
downloadcore-a61d27fd1226e4b9fa7e7e871691ff9b79bbd195.tar.gz
core-a61d27fd1226e4b9fa7e7e871691ff9b79bbd195.tar.xz
core-a61d27fd1226e4b9fa7e7e871691ff9b79bbd195.zip
Some fixes for the new run-virt.sh system ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2636 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/etc/functions')
-rw-r--r--initramfs/stage3-stuff/etc/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index bd9a112d..647ba2dc 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -198,7 +198,7 @@ local mntpnt=$2
local fs
local path
[ -f /lib/ld-linux.so.2 ] || ln -s /mnt/lib/ld-linux.so.2 /lib/ld-linux.so.2
-for fs in xfs ext2 reiserfs ; do
+for fs in xfs reiserfs ext2 ; do
if strinfile "$fs" /proc/filesystems || modprobe ${MODPRV} $fs ; then
unset $found
for path in /sbin /bin /usr/sbin /usr/bin ; do