From 125bb6c56e61dbe52a7ca4c6885686c0d045cab2 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 27 Aug 2017 16:29:01 -0400 Subject: Add configuration files to GRUB BIOS target dir The purpose of each new file is as follows: * arch -- CPU architecture to target when building images * config -- embedded GRUB configuration * format -- GRUB output format * platform -- the platform GRUB should build images for * prefix -- where GRUB should search for modules by default * size -- the size of the floppy image to produce, in KiB --- projects/grub/configs/bios/size | 1 + 1 file changed, 1 insertion(+) create mode 100644 projects/grub/configs/bios/size (limited to 'projects/grub/configs/bios/size') diff --git a/projects/grub/configs/bios/size b/projects/grub/configs/bios/size new file mode 100644 index 00000000..a7625603 --- /dev/null +++ b/projects/grub/configs/bios/size @@ -0,0 +1 @@ +160 -- cgit v1.2.3-70-g09d2