From 031c99d6d1fd44bf6cc28395867b8adf432b9115 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 6 Jun 2011 01:38:49 -0400 Subject: mkinitcpio: allow specifying kernel ver as path to image update the example.preset to show this syntax as an alternative Signed-off-by: Dave Reisner --- mkinitcpio.d/example.preset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkinitcpio.d') diff --git a/mkinitcpio.d/example.preset b/mkinitcpio.d/example.preset index 3fb32f1..93a8f92 100644 --- a/mkinitcpio.d/example.preset +++ b/mkinitcpio.d/example.preset @@ -7,7 +7,7 @@ PRESETS=('default' 'fallback') # note for distribution kernels: this should be in a separate file # and read like this: # . /etc/mkinitcpio.d/exmaple.kver -ALL_kver='2.6.24-ARCH' +ALL_kver='/boot/vmlinuz26' ALL_config='/etc/mkinitcpio.conf' # presetname_kver - the kernel version (omit if ALL_kver should be used) -- cgit v1.2.3-24-g4f1b