diff options
author | Dave Reisner <d@falconindy.com> | 2011-06-06 07:38:49 +0200 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2011-06-16 20:27:02 +0200 |
commit | 031c99d6d1fd44bf6cc28395867b8adf432b9115 (patch) | |
tree | 4435e9081b6b3e9165cdc7fe0bbd9bac3bfb13a9 /mkinitcpio.d | |
parent | c178ddde535dddce27fb230cdd1f501f8eb3ba9b (diff) | |
download | mkinitcpio-031c99d6d1fd44bf6cc28395867b8adf432b9115.tar.gz mkinitcpio-031c99d6d1fd44bf6cc28395867b8adf432b9115.tar.xz |
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 <d@falconindy.com>
Diffstat (limited to 'mkinitcpio.d')
-rw-r--r-- | mkinitcpio.d/example.preset | 2 |
1 files changed, 1 insertions, 1 deletions
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) |