diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-05-14 17:31:08 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-05-14 17:31:08 +0300 |
commit | 33bf14905bdb66088f9d34f435d4372b3600bd09 (patch) | |
tree | 43306aa61cb32a75268e9d88bef8c9165c01c8f9 | |
parent | b3b7c6abcb676ffaa1a07a571018abdcbac5df47 (diff) |
push again unetbootin, hope for the last time
-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
|