summary refs log blame commit diff
path: root/test/make-iso9660-image.sh
blob: 7e9017f41a1c9103260077487f684b103ed5612d (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                         
source $stdenv/setup

ensureDir $out

if test -n "$bootable"; then
    bootFlags="-b $bootImage -c boot.cat -no-emul-boot -boot-load-size 4"
fi

# !!! -f is a quick hack.
mkisofs -r -J -f -o $out/$isoName $bootFlags -graft-points $graftList