diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-05-13 11:43:41 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-05-13 11:43:41 +0300 |
commit | 9378713ac27d282a11164cac9531a699e21d914c (patch) | |
tree | bdbb178ae345e1c6c58ac18b7347c6d4d32ee1ec | |
parent | 91084e43175cfe8df6fe6f08b7f7189d3d38065a (diff) |
add minimal suport for unetbootin
-rw-r--r-- | cdroot/boot/grub/core.img | bin | 0 -> 24432 bytes | |||
-rw-r--r-- | cdroot/boot/grub/lnxboot.img | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | cdroot/boot/syslinux/syslinux.cfg | 5 |
3 files changed, 5 insertions, 0 deletions
diff --git a/cdroot/boot/grub/core.img b/cdroot/boot/grub/core.img Binary files differnew file mode 100644 index 0000000..cf98384 --- /dev/null +++ b/cdroot/boot/grub/core.img diff --git a/cdroot/boot/grub/lnxboot.img b/cdroot/boot/grub/lnxboot.img Binary files differnew file mode 100644 index 0000000..a60fcf2 --- /dev/null +++ b/cdroot/boot/grub/lnxboot.img 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
|