diff options
| author | Miguel <m.i@gmx.at> | 2018-09-21 23:21:59 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-21 23:21:59 +0200 |
| commit | bbdbe0218637b17323aa83b494c98ddc558c122d (patch) | |
| tree | 827a5ad2bd8001631eb2af3c2ac14d339d89421b /Makefile | |
| parent | 1e5f3a249d4d389f6f7747c8f26aaf8e2988d930 (diff) | |
disable uefi for now
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -232,8 +232,9 @@ $(FOOLOS_ISO): $(KERNEL_IMG) userspace @echo "Create ISO..." @cp $(KERNEL_IMG) grubiso/boot/foolos.bin @cp $(IMG_USERSPACE) grubiso/boot - @grub-mkrescue -d /usr/lib/grub/i386-efi -o $(FOOLOS_ISO_EFI) grubiso/ +# @grub-mkrescue -d /usr/lib/grub/x86_64-efi -o $(FOOLOS_ISO_EFI) grubiso/ @grub-mkrescue -d /usr/lib/grub/i386-pc -o $(FOOLOS_ISO) grubiso/ +# @grub-mkrescue -d /usr/lib/grub/i386-pc -d /usr/lib/grub/i386-efi -d /usr/lib/grub/x86_64-efi -o $(FOOLOS_ISO) grubiso/ @echo "Finished ISO" @echo "------------------------" |
