diff options
author | ionel busuioc <ionel.busuioc@gmail.com> | 2016-05-13 18:19:06 +0000 |
---|---|---|
committer | ionel busuioc <ionel.busuioc@gmail.com> | 2016-05-13 18:19:06 +0000 |
commit | b3b7c6abcb676ffaa1a07a571018abdcbac5df47 (patch) | |
tree | 1e8acc28ce9ab3b942c902dc49793a428a4dad93 | |
parent | 9378713ac27d282a11164cac9531a699e21d914c (diff) | |
parent | cf9059eda576c58c1dcbf43da75c044a184b584d (diff) |
Merge branch 'revert-9378713a' into 'master'
Revert "add minimal suport for unetbootin"
This reverts commit 9378713ac27d282a11164cac9531a699e21d914c
reason: inconsistent test results, will postpone 'this till the hell will freeze ... or pigs will learn basic of testing or flying
See merge request !1
-rw-r--r-- | cdroot/boot/grub/core.img | bin | 24432 -> 0 bytes | |||
-rw-r--r-- | cdroot/boot/grub/lnxboot.img | bin | 1024 -> 0 bytes | |||
-rw-r--r-- | cdroot/boot/syslinux/syslinux.cfg | 5 |
3 files changed, 0 insertions, 5 deletions
diff --git a/cdroot/boot/grub/core.img b/cdroot/boot/grub/core.img Binary files differdeleted file mode 100644 index cf98384..0000000 --- a/cdroot/boot/grub/core.img +++ /dev/null diff --git a/cdroot/boot/grub/lnxboot.img b/cdroot/boot/grub/lnxboot.img Binary files differdeleted file mode 100644 index a60fcf2..0000000 --- a/cdroot/boot/grub/lnxboot.img +++ /dev/null diff --git a/cdroot/boot/syslinux/syslinux.cfg b/cdroot/boot/syslinux/syslinux.cfg deleted file mode 100644 index ada7fb1..0000000 --- a/cdroot/boot/syslinux/syslinux.cfg +++ /dev/null @@ -1,5 +0,0 @@ -DEFAULT kogaion
-PROMPT 0
-LABEL kogaion
- LINUX /boot/grub/lnxboot.img
- INITRD /boot/grub/core.img
|