[Runnix-commits] SF.net SVN: runnix:[109] trunk/toolchain/runrelease/files/rootfs_vfat
Status: Alpha
Brought to you by:
krisk84
From: <abe...@us...> - 2010-12-09 00:16:19
|
Revision: 109 http://runnix.svn.sourceforge.net/runnix/?rev=109&view=rev Author: abelbeck Date: 2010-12-09 00:16:13 +0000 (Thu, 09 Dec 2010) Log Message: ----------- remove pset svn:executable, the hard way Added Paths: ----------- trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg Added: trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg =================================================================== --- trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg (rev 0) +++ trunk/toolchain/runrelease/files/rootfs_vfat/boot.msg 2010-12-09 00:16:13 UTC (rev 109) @@ -0,0 +1,4 @@ +runnix SVN-TRUNK - http://www.runnix.org + + + Added: trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg =================================================================== --- trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg (rev 0) +++ trunk/toolchain/runrelease/files/rootfs_vfat/syslinux.cfg 2010-12-09 00:16:13 UTC (rev 109) @@ -0,0 +1,14 @@ +# 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 rootdelay=10 quiet + +label rescue + kernel runnix + append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto rootdelay=10 doshell This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |