aboutsummaryrefslogtreecommitdiff
path: root/make_cdrom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_cdrom.sh')
-rwxr-xr-xmake_cdrom.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/make_cdrom.sh b/make_cdrom.sh
index 170d117..46cd47f 100755
--- a/make_cdrom.sh
+++ b/make_cdrom.sh
@@ -64,8 +64,11 @@ cat > cdrom/boot/grub/menu.lst <<EOF
timeout 10
default 0
-title kogata OS
+title kogata OS, C terminal
kernel /boot/kernel.bin root=io:/disk/atapi0 root_opts=l init=root:/boot/init.bin config=default
+
+title kogata OS, Lua init
+kernel /boot/kernel.bin root=io:/disk/atapi0 root_opts=l init=root:/boot/init.bin config=default lx_init_app=login loop_exec=false
EOF
# Generate CDROM image