Thread: [Runnix-commits] SF.net SVN: runnix:[110] trunk/toolchain/runrelease/files
Status: Alpha
Brought to you by:
krisk84
From: <abe...@us...> - 2010-12-09 02:41:25
|
Revision: 110 http://runnix.svn.sourceforge.net/runnix/?rev=110&view=rev Author: abelbeck Date: 2010-12-09 02:41:19 +0000 (Thu, 09 Dec 2010) Log Message: ----------- add configs directory to vFAT image for upgrade-RUNNIX-image script in AstLinux Modified Paths: -------------- trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg Added Paths: ----------- trunk/toolchain/runrelease/files/configs/ trunk/toolchain/runrelease/files/configs/alix.cfg trunk/toolchain/runrelease/files/configs/default-serial.cfg trunk/toolchain/runrelease/files/configs/default.cfg trunk/toolchain/runrelease/files/configs/wrap.cfg Added: trunk/toolchain/runrelease/files/configs/alix.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/alix.cfg (rev 0) +++ trunk/toolchain/runrelease/files/configs/alix.cfg 2010-12-09 02:41:19 UTC (rev 110) @@ -0,0 +1,23 @@ +serial 0 38400 +console 0 +default runnix +timeout 50 +prompt 1 +display boot.msg + +label runnix + kernel runnix + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 + +label shell + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell + +label xrunnix + kernel Xrunnix + append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 + +label memtest + kernel memtest + append console=ttyS0,38400n8 + Added: trunk/toolchain/runrelease/files/configs/default-serial.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/default-serial.cfg (rev 0) +++ trunk/toolchain/runrelease/files/configs/default-serial.cfg 2010-12-09 02:41:19 UTC (rev 110) @@ -0,0 +1,23 @@ +serial 0 19200 +console 0 +default runnix +timeout 50 +prompt 1 +display boot.msg + +label runnix + kernel runnix + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,19200n8 + +label shell + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,19200n8 doshell + +label xrunnix + kernel Xrunnix + append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,19200n8 + +label memtest + kernel memtest + append console=ttyS0,19200n8 + Added: trunk/toolchain/runrelease/files/configs/default.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/default.cfg (rev 0) +++ trunk/toolchain/runrelease/files/configs/default.cfg 2010-12-09 02:41:19 UTC (rev 110) @@ -0,0 +1,22 @@ +# serial 0 19200 +# console 1 +default runnix +timeout 50 +prompt 1 +display boot.msg + +label runnix + kernel runnix + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 + +label shell + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell + +label xrunnix + kernel Xrunnix + append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 + +label memtest + kernel memtest + Added: trunk/toolchain/runrelease/files/configs/wrap.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/wrap.cfg (rev 0) +++ trunk/toolchain/runrelease/files/configs/wrap.cfg 2010-12-09 02:41:19 UTC (rev 110) @@ -0,0 +1,23 @@ +serial 0 38400 +console 0 +default runnix +timeout 50 +prompt 1 +display boot.msg + +label runnix + kernel runnix + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 + +label shell + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell + +label xrunnix + kernel Xrunnix + append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 + +label memtest + kernel memtest + append console=ttyS0,38400n8 + Modified: trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg =================================================================== --- trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg 2010-12-09 00:16:13 UTC (rev 109) +++ trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg 2010-12-09 02:41:19 UTC (rev 110) @@ -1,4 +1,14 @@ -runnix SVN-TRUNK - http://www.runnix.org +################################## +# RUNNIX - AstLinux bootloader # +################################## + runnix) RUNNIX boot (default) + shell) Run shell instead of booting + +xrunnix) Use previous RUNNIX image (if any) + +memtest) Run Memtest86 + + Modified: trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg =================================================================== --- trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg 2010-12-09 00:16:13 UTC (rev 109) +++ trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg 2010-12-09 02:41:19 UTC (rev 110) @@ -7,8 +7,16 @@ label runnix kernel runnix - append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto rootdelay=10 quiet + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 -label rescue +label shell kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto rootdelay=10 doshell + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell + +label xrunnix + kernel Xrunnix + append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 + +label memtest + kernel memtest + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2010-12-12 20:00:23
|
Revision: 116 http://runnix.svn.sourceforge.net/runnix/?rev=116&view=rev Author: abelbeck Date: 2010-12-12 20:00:16 +0000 (Sun, 12 Dec 2010) Log Message: ----------- Add ssh boot option to the configs Modified Paths: -------------- trunk/toolchain/runrelease/files/configs/alix.cfg trunk/toolchain/runrelease/files/configs/default-serial.cfg trunk/toolchain/runrelease/files/configs/default.cfg trunk/toolchain/runrelease/files/configs/wrap.cfg trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg Modified: trunk/toolchain/runrelease/files/configs/alix.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/alix.cfg 2010-12-12 19:42:43 UTC (rev 115) +++ trunk/toolchain/runrelease/files/configs/alix.cfg 2010-12-12 20:00:16 UTC (rev 116) @@ -13,6 +13,10 @@ kernel runnix append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell +label ssh + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell_ssh + label xrunnix kernel Xrunnix append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 Modified: trunk/toolchain/runrelease/files/configs/default-serial.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/default-serial.cfg 2010-12-12 19:42:43 UTC (rev 115) +++ trunk/toolchain/runrelease/files/configs/default-serial.cfg 2010-12-12 20:00:16 UTC (rev 116) @@ -13,6 +13,10 @@ kernel runnix append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,19200n8 doshell +label ssh + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,19200n8 doshell_ssh + label xrunnix kernel Xrunnix append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,19200n8 Modified: trunk/toolchain/runrelease/files/configs/default.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/default.cfg 2010-12-12 19:42:43 UTC (rev 115) +++ trunk/toolchain/runrelease/files/configs/default.cfg 2010-12-12 20:00:16 UTC (rev 116) @@ -13,6 +13,10 @@ kernel runnix append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell +label ssh + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell_ssh + label xrunnix kernel Xrunnix append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 Modified: trunk/toolchain/runrelease/files/configs/wrap.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/wrap.cfg 2010-12-12 19:42:43 UTC (rev 115) +++ trunk/toolchain/runrelease/files/configs/wrap.cfg 2010-12-12 20:00:16 UTC (rev 116) @@ -13,6 +13,10 @@ kernel runnix append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell +label ssh + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell_ssh + label xrunnix kernel Xrunnix append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 Modified: trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg =================================================================== --- trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg 2010-12-12 19:42:43 UTC (rev 115) +++ trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg 2010-12-12 20:00:16 UTC (rev 116) @@ -7,6 +7,8 @@ shell) Run shell instead of booting + ssh) Run shell and enable ssh instead of booting + xrunnix) Use previous RUNNIX image (if any) memtest) Run Memtest86 Modified: trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg =================================================================== --- trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg 2010-12-12 19:42:43 UTC (rev 115) +++ trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg 2010-12-12 20:00:16 UTC (rev 116) @@ -13,6 +13,10 @@ kernel runnix append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell +label ssh + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell_ssh + label xrunnix kernel Xrunnix append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2010-12-16 17:37:57
|
Revision: 128 http://runnix.svn.sourceforge.net/runnix/?rev=128&view=rev Author: abelbeck Date: 2010-12-16 17:37:51 +0000 (Thu, 16 Dec 2010) Log Message: ----------- Disable IDE DMA with ide_core.nodma= instead of ide=nodma in the syslinux.cfg's Modified Paths: -------------- trunk/toolchain/runrelease/files/configs/alix.cfg trunk/toolchain/runrelease/files/configs/default-serial.cfg trunk/toolchain/runrelease/files/configs/default.cfg trunk/toolchain/runrelease/files/configs/wrap.cfg trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg Modified: trunk/toolchain/runrelease/files/configs/alix.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/alix.cfg 2010-12-15 15:54:22 UTC (rev 127) +++ trunk/toolchain/runrelease/files/configs/alix.cfg 2010-12-16 17:37:51 UTC (rev 128) @@ -7,15 +7,15 @@ label runnix kernel runnix - append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 console=ttyS0,38400n8 label shell kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 console=ttyS0,38400n8 doshell label ssh kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell_ssh + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 console=ttyS0,38400n8 doshell_ssh label xrunnix kernel Xrunnix Modified: trunk/toolchain/runrelease/files/configs/default-serial.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/default-serial.cfg 2010-12-15 15:54:22 UTC (rev 127) +++ trunk/toolchain/runrelease/files/configs/default-serial.cfg 2010-12-16 17:37:51 UTC (rev 128) @@ -7,15 +7,15 @@ label runnix kernel runnix - append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,19200n8 + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 console=ttyS0,19200n8 label shell kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,19200n8 doshell + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 console=ttyS0,19200n8 doshell label ssh kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,19200n8 doshell_ssh + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 console=ttyS0,19200n8 doshell_ssh label xrunnix kernel Xrunnix Modified: trunk/toolchain/runrelease/files/configs/default.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/default.cfg 2010-12-15 15:54:22 UTC (rev 127) +++ trunk/toolchain/runrelease/files/configs/default.cfg 2010-12-16 17:37:51 UTC (rev 128) @@ -7,15 +7,15 @@ label runnix kernel runnix - append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 label shell kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 doshell label ssh kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell_ssh + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 doshell_ssh label xrunnix kernel Xrunnix Modified: trunk/toolchain/runrelease/files/configs/wrap.cfg =================================================================== --- trunk/toolchain/runrelease/files/configs/wrap.cfg 2010-12-15 15:54:22 UTC (rev 127) +++ trunk/toolchain/runrelease/files/configs/wrap.cfg 2010-12-16 17:37:51 UTC (rev 128) @@ -7,15 +7,15 @@ label runnix kernel runnix - append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 console=ttyS0,38400n8 label shell kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 console=ttyS0,38400n8 doshell label ssh kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 console=ttyS0,38400n8 doshell_ssh + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 console=ttyS0,38400n8 doshell_ssh label xrunnix kernel Xrunnix Modified: trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg =================================================================== --- trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg 2010-12-15 15:54:22 UTC (rev 127) +++ trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg 2010-12-16 17:37:51 UTC (rev 128) @@ -7,15 +7,15 @@ label runnix kernel runnix - append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide=nodma rootdelay=10 + append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 label shell kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 doshell label ssh kernel runnix - append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide=nodma rootdelay=10 doshell_ssh + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto ide_core.nodma=0.0 ide_core.nodma=0.1 ide_core.nodma=1.0 ide_core.nodma=1.1 rootdelay=10 doshell_ssh label xrunnix kernel Xrunnix This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |