Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=d707c1e76b875d8f91c1fd302505d6f6b0b04fdd

commit d707c1e76b875d8f91c1fd302505d6f6b0b04fdd
Author: James Buren <[email protected]>
Date:   Mon Apr 1 20:25:42 2013 -0500

create-iso: change name based off ISO type

diff --git a/bin/create-iso b/bin/create-iso
index b35b653..4f26bc5 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_ARCH.iso $FVBE_ROOT -- -boot_image any 
partition_offset=16 -volid FVBE
+grub-mkrescue -o fvbe-$FVBE_ISO_TYPE-$FVBE_ARCH.iso $FVBE_ROOT -- -boot_image 
any partition_offset=16 -volid FVBE

# Delete the root directory.
rm -rf $FVBE_ROOT tmp1 tmp2
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to