From 32d45973f9401a101cbade0a5e4db8f49bc5e7c2 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Tue, 31 Mar 2009 01:02:20 +0200 Subject: [PATCH] set explicit filesystem types Signed-off-by: Alan Pevec --- edit-livecd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/edit-livecd b/edit-livecd index 56521e7..89135b4 100755 --- a/edit-livecd +++ b/edit-livecd @@ -144,7 +144,7 @@ eval "$(/lib/udev/vol_id $CD)" LABEL=$ID_FS_LABEL # mount the CD image -mnt "-t auto $CD -o loop,ro" cd +mnt "-t iso9660 $CD -o loop,ro" cd # mount compressed filesystem mnt "-t squashfs $WDIR/cd/LiveOS/squashfs.img -o ro,loop" sq @@ -156,8 +156,8 @@ cp -a $WDIR/cd $WDIR/cd-w # squashfs filesystem cp -a $WDIR/sq $WDIR/sq-w -# mount ext3 filesystem -mnt "-t auto $WDIR/sq-w/LiveOS/ext3fs.img -o rw,loop" ex +# mount root filesystem +mnt "-t ext2 $WDIR/sq-w/LiveOS/ext3fs.img -o rw,loop" ex echo ">>> Updating CD content" if [ -n "$CODE" ]; then -- 2.11.4.GIT