Author: jhuntwork
Date: 2005-06-19 08:06:07 -0600 (Sun, 19 Jun 2005)
New Revision: 241
Modified:
trunk/Makefile
trunk/initramfs/init
Log:
Made the root.sqfs file a hidden file
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-06-18 04:20:31 UTC (rev 240)
+++ trunk/Makefile 2005-06-19 14:06:07 UTC (rev 241)
@@ -1449,8 +1449,8 @@
@-mkdir $(MP)/iso
@cp -rav $(MP)/sources $(MP)/iso && \
cp -rav $(MP)/boot $(MP)/iso && \
- rm -f iso/root.sqfs && \
- $(WD)/bin/mksquashfs $(MP) $(MP)/iso/root.sqfs -info -e \
+ rm -f iso/.root.sqfs && \
+ $(WD)/bin/mksquashfs $(MP) $(MP)/iso/.root.sqfs -info -e \
boot sources tools iso lfs-livecd lost+found tmp proc && \
echo "LFS-LIVECD" > $(MP)/iso/LFS
@touch prepiso
Modified: trunk/initramfs/init
===================================================================
--- trunk/initramfs/init 2005-06-18 04:20:31 UTC (rev 240)
+++ trunk/initramfs/init 2005-06-19 14:06:07 UTC (rev 241)
@@ -37,7 +37,7 @@
mkdir -m1777 /.tmpfs/.tmp
mount -r -t iso9660 $CDROM /.tmpfs/.cdrom
-losetup /dev/loop0 /.tmpfs/.cdrom/root.sqfs
+losetup /dev/loop0 /.tmpfs/.cdrom/.root.sqfs
mount -r -t squashfs /dev/loop0 /.tmpfs/.sqfs
# File locking and mmap don't work well on unionfs 1.0.11, this breaks
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page