pull-in emu-lite branch
This commit is contained in:
commit
692d7c2855
120 changed files with 3842 additions and 13152 deletions
|
@ -127,7 +127,8 @@ rootdir=`mktemp -d`
|
|||
(cd @abs_top_builddir@ && make DESTDIR=$rootdir install) >/dev/null 2>&1
|
||||
|
||||
isofile=`mktemp`
|
||||
sh @abs_top_builddir@/grub-mkrescue --output=${isofile} \
|
||||
sh @abs_top_builddir@/grub-mkrescue --grub-mkimage=${builddir}/grub-mkimage \
|
||||
--override-directory=${builddir}/grub-core --output=${isofile} \
|
||||
--root-directory=${rootdir} /boot/grub/grub.cfg=${cfgfile} \
|
||||
/boot/grub/testcase.cfg=${source} >/dev/null 2>&1
|
||||
rm -rf $rootdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue