Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=fb2239df07992bc93f3a826f7805339925200a37
commit fb2239df07992bc93f3a826f7805339925200a37 Author: DeX77 <[email protected]> Date: Tue Aug 30 11:39:46 2016 +0200 * genesis xorriso to old diff --git a/bin/create-iso b/bin/create-iso index 6350680..46bdf68 100755 --- a/bin/create-iso +++ b/bin/create-iso @@ -140,7 +140,7 @@ configfile /boot/grub/menu.cfg EOF # Create the ISO. -grub-mkrescue -o fvbe-$FVBE_ISO_RELEASE-$FVBE_ISO_TYPE-$FVBE_ARCH.iso $FVBE_ROOT -- -boot_image any partition_offset=16 -volid FVBE --compress=xz --product-name=FrugalWare --product-version=$FVBE_ISO_RELEASE +grub-mkrescue -o fvbe-$FVBE_ISO_RELEASE-$FVBE_ISO_TYPE-$FVBE_ARCH.iso $FVBE_ROOT -- -boot_image any partition_offset=16 -volid FVBE # Delete the root directory. rm -rf $FVBE_ROOT tmp local local.lastupdate sums var _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
