Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-06-27 21:45:20 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-06-27 21:45:20 (GMT)
commit3f525b602cd7628290d10b55c077bd4faf0bcb16 (patch)
tree801619b1939501b520332b0bdcd849b335dae7ea
parente7e1091fe047a58fcf8d7fe89079388dd1317112 (diff)
ensure root dir of bootable image is navigable
-rwxr-xr-xlivecd-iso-to-xo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/livecd-iso-to-xo.sh b/livecd-iso-to-xo.sh
index bc86503..7f28c3e 100755
--- a/livecd-iso-to-xo.sh
+++ b/livecd-iso-to-xo.sh
@@ -38,6 +38,7 @@ mount -o loop,ro $EXTIMG $EXTMNT || exitclean
echo "Create root filesystem..."
ROOT=$(mktemp -d /tmp/root.XXXXXX)
+chmod a+rx $ROOT/.
cp -a $EXTMNT/* $ROOT
cp $ISOMNT/isolinux/initrd0.img $ROOT/boot