summaryrefslogtreecommitdiffstats
path: root/mkinitcpio.d
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2006-10-17 00:42:18 +0200
committerThomas Bächler <thomas@archlinux.org>2006-10-17 00:42:18 +0200
commitda24b3230234a6d73a7ea1d52422245522201d26 (patch)
tree8d91dad66a9184446fb9cafca381d26790707c34 /mkinitcpio.d
parent3ac39b71e7a0a6d04a34f5f52b0b11493fc9bd65 (diff)
downloadmkinitcpio-da24b3230234a6d73a7ea1d52422245522201d26.tar.gz
mkinitcpio-da24b3230234a6d73a7ea1d52422245522201d26.tar.xz
added initial preset support
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@178 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'mkinitcpio.d')
-rw-r--r--mkinitcpio.d/example.preset13
1 files changed, 13 insertions, 0 deletions
diff --git a/mkinitcpio.d/example.preset b/mkinitcpio.d/example.preset
new file mode 100644
index 0000000..3dabdae
--- /dev/null
+++ b/mkinitcpio.d/example.preset
@@ -0,0 +1,13 @@
+# Example mkinitcpio preset file
+
+PRESET_N=2
+
+PRESET_NAME[0]="default"
+PRESET_KVER[0]="2.6.18-ARCH"
+PRESET_CONFIG[0]="/etc/mkinitcpio.conf"
+PRESET_IMAGE[0]="/tmp/kernel26.img"
+
+PRESET_NAME[1]="fallback"
+PRESET_KVER[1]="2.6.18-ARCH"
+PRESET_CONFIG[1]="/boot/mkinitcpio-kernel26.conf"
+PRESET_IMAGE[1]="/tmp/kernel26-fallback.img"