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 /cdroot/boot/syslinux | |
parent | 91084e43175cfe8df6fe6f08b7f7189d3d38065a (diff) |
add minimal suport for unetbootin
Diffstat (limited to 'cdroot/boot/syslinux')
-rw-r--r-- | cdroot/boot/syslinux/syslinux.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
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
|