File: arcboot.conf

package info (click to toggle)
arcboot 0.3.12
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 404 kB
  • ctags: 495
  • sloc: ansic: 2,401; makefile: 219; sh: 145
file content (14 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# arcboot.conf
#
# copyright 2002,2007 Guido Guenther <agx@sigxcpu.org>
#
label=linux
	image=/vmlinux
	append="root=/dev/sda1"
#	initrd=/initrd.img

# backup version
label=old
	image=/vmlinux.old
	append="root=/dev/sda1"