aboutsummaryrefslogtreecommitdiff
path: root/make_cdrom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_cdrom.sh')
-rwxr-xr-xmake_cdrom.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_cdrom.sh b/make_cdrom.sh
index cccca8e..b481fcc 100755
--- a/make_cdrom.sh
+++ b/make_cdrom.sh
@@ -10,6 +10,7 @@ fi
cp menu_cdrom.lst cdrom/boot/grub/menu.lst
cp src/kernel/kernel.bin cdrom; strip cdrom/kernel.bin
cp src/apps/init/init.bin cdrom; strip cdrom/init.bin
+cp README.md cdrom
genisoimage -R -b boot/grub/stage2_eltorito -no-emul-boot \
-boot-load-size 4 -boot-info-table -input-charset ascii \