summaryrefslogtreecommitdiff
path: root/etc/arcboot.conf
blob: 1ed060bddaa8bf68017dd339f99df35121d25b1b (plain)
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"