diff options
-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
|