]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkrescue.in: Add --sort-weight arguments to xorriso.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 12 Jun 2010 11:44:01 +0000 (13:44 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 12 Jun 2010 11:44:01 +0000 (13:44 +0200)
Suggested by: Thomas Schmitt.

ChangeLog
util/grub-mkrescue.in

index f148d32041fa925195795169606ae911d2108aca..9c8b21bd32f6598d7fbaea57cec09474ef770990 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-12  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-mkrescue.in: Add --sort-weight arguments to xorriso.
+       Suggested by: Thomas Schmitt.
+
 2010-06-12  Vladimir Serbinenko  <phcoder@gmail.com>
 
        custom.cfg support.
index ee269d692404c4c66c011884e0b14a5ab2a70b53..1c8bd8e6730baed014f903050e358b6933052b34 100644 (file)
@@ -269,7 +269,7 @@ if [ -e "${iso9660_dir}/boot/coreboot.elf" ] && [ -d "${rom_directory}" ]; then
 fi
 
 # build iso image
-xorriso -pathspecs on -as mkisofs ${grub_mkisofs_arguments} --protective-msdos-label -o ${output_image} -r ${iso9660_dir} ${source}
+xorriso -pathspecs on -as mkisofs ${grub_mkisofs_arguments} --protective-msdos-label -o ${output_image} -r ${iso9660_dir} --sort-weight 0 / --sort-weight 1 /boot ${source}
 rm -rf ${iso9660_dir}
 
 rm -f ${embed_img}