summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2016-05-13 11:43:41 +0300
committerbionel <ionel.busuioc@gmail.com>2016-05-13 11:43:41 +0300
commit9378713ac27d282a11164cac9531a699e21d914c (patch)
treebdbb178ae345e1c6c58ac18b7347c6d4d32ee1ec
parent91084e43175cfe8df6fe6f08b7f7189d3d38065a (diff)
add minimal suport for unetbootin
-rw-r--r--cdroot/boot/grub/core.imgbin0 -> 24432 bytes
-rw-r--r--cdroot/boot/grub/lnxboot.imgbin0 -> 1024 bytes
-rw-r--r--cdroot/boot/syslinux/syslinux.cfg5
3 files changed, 5 insertions, 0 deletions
diff --git a/cdroot/boot/grub/core.img b/cdroot/boot/grub/core.img
new file mode 100644
index 0000000..cf98384
--- /dev/null
+++ b/cdroot/boot/grub/core.img
Binary files differ
diff --git a/cdroot/boot/grub/lnxboot.img b/cdroot/boot/grub/lnxboot.img
new file mode 100644
index 0000000..a60fcf2
--- /dev/null
+++ b/cdroot/boot/grub/lnxboot.img
Binary files 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