From 9378713ac27d282a11164cac9531a699e21d914c Mon Sep 17 00:00:00 2001 From: bionel Date: Fri, 13 May 2016 11:43:41 +0300 Subject: add minimal suport for unetbootin --- cdroot/boot/grub/core.img | Bin 0 -> 24432 bytes cdroot/boot/grub/lnxboot.img | Bin 0 -> 1024 bytes cdroot/boot/syslinux/syslinux.cfg | 5 +++++ 3 files changed, 5 insertions(+) create mode 100644 cdroot/boot/grub/core.img create mode 100644 cdroot/boot/grub/lnxboot.img create mode 100644 cdroot/boot/syslinux/syslinux.cfg diff --git a/cdroot/boot/grub/core.img b/cdroot/boot/grub/core.img new file mode 100644 index 0000000..cf98384 Binary files /dev/null and b/cdroot/boot/grub/core.img differ diff --git a/cdroot/boot/grub/lnxboot.img b/cdroot/boot/grub/lnxboot.img new file mode 100644 index 0000000..a60fcf2 Binary files /dev/null and b/cdroot/boot/grub/lnxboot.img differ diff --git a/cdroot/boot/syslinux/syslinux.cfg b/cdroot/boot/syslinux/syslinux.cfg new file mode 100644 index 0000000..ada7fb1 --- /dev/null +++ b/cdroot/boot/syslinux/syslinux.cfg @@ -0,0 +1,5 @@ +DEFAULT kogaion +PROMPT 0 +LABEL kogaion + LINUX /boot/grub/lnxboot.img + INITRD /boot/grub/core.img -- cgit v1.2.3