[Runnix-commits] SF.net SVN: runnix:[116] trunk/toolchain/runrelease/files
Status: Alpha
Brought to you by:
krisk84
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. |