]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264995 (nwhitehorn):
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 12 Sep 2014 16:37:56 +0000 (16:37 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 12 Sep 2014 16:37:56 +0000 (16:37 +0000)
commit81df485be2eb34af03f5c38d589144c4c8519aac
treefb8a87b3cb4d4b34f0f86f674ad4bfaef6db7507
parent3b71d8a991f47af0c60b65c86d5448ff4cc2504f
MFC r264995 (nwhitehorn):

    Add script to setup bootable CD ISOs for both BIOS and EFI systems.
    Tested and working on QEMU. Actually using this script as the regular
    image generator, like with the memstick one, will require that the
    kernel support EFI too. In particular, the following two things are
    required:
    1. vt(9) be the default console driver
    2. vt_efifb and vt_vga be able to coexist usefully in the same kernel

    One other note here is that this requires newfs_msdos and mdconfig,
    which is really ugly. NetBSD's makefs at least seems to support FAT
    now. If that actually works, it should be imported and we can get rid
    of the mdconfig mess.

Approved by: re
Relnotes: Yes
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@271470 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
release/amd64/mkisoimages-uefi.sh [new file with mode: 0644]