Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=1ec3c5ef5469b0b54a9d7e0275eb1e7c5510cfdd
commit 1ec3c5ef5469b0b54a9d7e0275eb1e7c5510cfdd Author: DeX77 <[email protected]> Date: Thu May 25 00:42:29 2017 +0200 * use lz4 instead of xz for suqashfs frugalware/fvbe#1 diff --git a/bin/create-rootfs b/bin/create-rootfs index ebedbd9..9e346c9 100755 --- a/bin/create-rootfs +++ b/bin/create-rootfs @@ -202,6 +202,4 @@ rm -rf $FVBE_ROOT/* mkdir $FVBE_ROOT/LiveOS mv rootfs.img $FVBE_ROOT/LiveOS/ -mksquashfs $FVBE_ROOT squashfs.img -noappend -no-progress -all-root -comp $FVBE_ROOTFS_COMPRESS -Xbcj x86 -always-use-fragments - - +mksquashfs $FVBE_ROOT squashfs.img -noappend -no-progress -comp lz4 diff --git a/fvbe-skel.conf b/fvbe-skel.conf index 07a86f4..837c54f 100644 --- a/fvbe-skel.conf +++ b/fvbe-skel.conf @@ -31,8 +31,6 @@ FVBE_ROOTFS_PRETTY_HOSTNAME="Frugalware Versatile Bootable Environment" # should we remove unimportant files to save space? FVBE_ROOTFS_CLEAN="yes" -# the compression method to use -FVBE_ROOTFS_COMPRESS="xz" # release of ISO we are building FVBE_ISO_RELEASE="1.9pre0" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
