Author: sparky
Date: Sun Mar 19 01:52:11 2006
New Revision: 7220

Modified:
   ppcrcd/trunk/initrd.dir/linuxrc
Log:
- filesystem name is squashfs_lzma now


Modified: ppcrcd/trunk/initrd.dir/linuxrc
==============================================================================
--- ppcrcd/trunk/initrd.dir/linuxrc     (original)
+++ ppcrcd/trunk/initrd.dir/linuxrc     Sun Mar 19 01:52:11 2006
@@ -123,7 +123,7 @@
        
        # prepare loop and mount
        $B/losetup /dev/loop0 /media/ppcrcd/ppcrcd.sqf || error "Can't setup 
loop device"
-       $B/mount -n -t squashfs /dev/loop0 /rootfs -r || error "Can't mount 
loop device"
+       $B/mount -n -t squashfs_lzma /dev/loop0 /rootfs -r || error "Can't 
mount loop device"
        $B/umount /proc
        cd /rootfs
        $B/pivot_root . initrd
@@ -164,7 +164,7 @@
 else
        $B/losetup $P/dev/loop7 /media/ppcrcd/ppcrcd.sqf || error "Can't setup 
loop device"
 fi
-$B/mount -n -t squashfs $P/dev/loop7 /live -r || error "Can't mount loop 
device"
+$B/mount -n -t squashfs_lzma $P/dev/loop7 /live -r || error "Can't mount loop 
device"
 
 # link ro dirs
 for f in boot lib bin usr sbin; do
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to