summaryrefslogtreecommitdiff
path: root/etc/arcboot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/arcboot.conf')
-rw-r--r--etc/arcboot.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/arcboot.conf b/etc/arcboot.conf
new file mode 100644
index 0000000..d107463
--- /dev/null
+++ b/etc/arcboot.conf
@@ -0,0 +1,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"
+