summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-06 11:44:13 +0200
committerSimon Rettberg2013-05-06 11:44:13 +0200
commit539e3fb188f72fc3bb75836d2eb4dc1dcc8c284f (patch)
treeaafd0ca0a5a6564e4a4f17d6e8e9fdd3c8977806
parentMake mounting squashfs smarter; fix module loading logging (diff)
downloadtm-scripts-539e3fb188f72fc3bb75836d2eb4dc1dcc8c284f.tar.gz
tm-scripts-539e3fb188f72fc3bb75836d2eb4dc1dcc8c284f.tar.xz
tm-scripts-539e3fb188f72fc3bb75836d2eb4dc1dcc8c284f.zip
mist
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index db3f4be7..e6ac90fc 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -111,7 +111,7 @@ if [ -n "$nfs" ] ; then
mount -t nfs -o ro,async,nolock ${nfsserver}:${nfspath} /rorootfs || { echo "Problem mounting NFS-Directory from ${nfsserver}:${nfspath}. Dropping to DEBUG shell."; DEBUG=1; }
else
echo "Mounting stage 3.2 as SquashFS"
- mount -t squashfs /mnt/$(ls /mnt/*.sqfs) /rorootfs || { echo "Problem mounting Squashfs. Dropping to DEBUG shell."; DEBUG=1; }
+ mount -t squashfs /mnt/*.sqfs /rorootfs || { echo "Problem mounting Squashfs. Dropping to DEBUG shell."; DEBUG=1; }
fi
if [ $DEBUG -ge 1 ]; then