CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/09/06 13:35:19
Modified files: distrib/amd64/common: Makefile.inc distrib/amd64/ramdisk_cd: Makefile Added files: distrib/amd64/ramdisk_cd: template Log message: Use the new fdisk -b functionality to put an EFI system partition on the minirootXX.fs image and put the new UEFI bootloader on there. Stop relying on /etc/disktab for the partition layout. Instead use a suitable template and let disklabel(8) allocate all remaining free space to the 'a' partition. ok deraadt@