diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-31 20:59:35 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-31 20:59:35 +0100 |
commit | 5c5daef9f6dc59c44d1819b2ea84f0a0c75971de (patch) | |
tree | cdcb79360f7ca59cd238cbcbb75b28d44bb8e69e /sys | |
parent | bb33ba6b9af392e39d6e4f49814384cb825cc90f (diff) |
dist: generate efi bootable cd image
Diffstat (limited to 'sys')
-rw-r--r-- | sys/lib/dist/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/dist/mkfile b/sys/lib/dist/mkfile index 253dc823b..7cfc784b3 100644 --- a/sys/lib/dist/mkfile +++ b/sys/lib/dist/mkfile @@ -12,5 +12,5 @@ cd:V: $iso bind -a adm/timezone /n/src9/adm/timezone bind usr /n/src9/usr bind /n/src9 /n/src9/dist/plan9front - disk/mk9660 -c9j -B 386/9bootiso -p $proto -s /n/src9 -v 'Plan 9 Front' $target + disk/mk9660 -c9j -B 386/9bootiso -E 386/efiboot.fat -p $proto -s /n/src9 -v 'Plan 9 Front' $target } |