diff options
author | Alex Auvolat <alex@adnab.me> | 2017-04-21 16:57:00 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2017-04-21 16:57:00 +0200 |
commit | f8334e283c5eb0efeb4bb8a134041e18388d5f01 (patch) | |
tree | 508bc475133262afee1d4a1d9fe7af3f576e2ee9 /make_cdrom.sh | |
parent | ec08d0410730a16836eb40f5e46082b3bbaf45f6 (diff) | |
download | kogata-f8334e283c5eb0efeb4bb8a134041e18388d5f01.tar.gz kogata-f8334e283c5eb0efeb4bb8a134041e18388d5f01.zip |
Lua init
Diffstat (limited to 'make_cdrom.sh')
-rwxr-xr-x | make_cdrom.sh | 5 |
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 |