]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r264995 (nwhitehorn):
authoremaste <emaste@FreeBSD.org>
Fri, 12 Sep 2014 16:37:56 +0000 (16:37 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 12 Sep 2014 16:37:56 +0000 (16:37 +0000)
commit52dc56108e68494fb429a933b5877bfe2bdd270a
treefb8a87b3cb4d4b34f0f86f674ad4bfaef6db7507
parent7102c463391b21fea4e6679d5c6539bb04b7f528
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
release/amd64/mkisoimages-uefi.sh [new file with mode: 0644]