From 35d63d745a906f756b3035f4ccb32cad11e8eda4 Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Thu, 3 Oct 2019 00:03:13 +0100 Subject: [PATCH] What is BMR? --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 5877f23..4fb2751 100755 --- a/build +++ b/build @@ -49,7 +49,7 @@ if [ "$INITRAMFS" != "" ]; then mv "$INITRAMFS" $BOOT/initrfs.img fi -# BIOS / BMR booting +# BIOS / MBR booting cp bootfiles/* $BOOT cat bootfiles/syslinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" > $BOOT/syslinux.cfg cat bootfiles/bootinst.bat | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" | sed -r "s:\\\\boot\\\\:\\\\$LIVEKITNAME\\\\boot\\\\:" > $BOOT/bootinst.bat