aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-11-18 23:48:07 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-11-18 23:48:07 +0100
commitd1e063beb43e595680c65e3804d1f8ddff53373b (patch)
treef7256dfe1b807920270ec5113df6f6e4abf1ed0f /etc
Imported Debian version 0.3.8.80.3.8.8
Diffstat (limited to 'etc')
-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"
+