1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/release/amd64
Nathan Whitehorn 457b8af283 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.
2014-04-27 01:06:02 +00:00
..
make-memstick.sh Fix indentation for diff reduction with commits to follow. 2014-04-25 19:43:18 +00:00
make-uefi-memstick.sh Make a dual-boot BIOS/UEFI memstick image. Testing required before this gets 2014-04-27 00:40:18 +00:00
mkisoimages-uefi.sh Add script to setup bootable CD ISOs for both BIOS and EFI systems. Tested 2014-04-27 01:06:02 +00:00
mkisoimages.sh - Add CHECKSUM.* support in Makefile[1]. 2013-02-03 10:26:24 +00:00