aboutsummaryrefslogtreecommitdiff
path: root/etc/arcboot.conf
blob: d107463d8692de4cf4c53f19f71f81cba2928b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# arcboot.conf
#
# copyright 2002 Guido Guenther <agx@sigxcpu.org>
#
label=linux
	image=/vmlinux
	append="root=/dev/sda1"

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