diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-01-14 03:44:30 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-01-28 21:38:50 +0100 |
commit | 6eb8ee400d6914e223e69a45684b46ef29ef7cb0 (patch) | |
tree | 8bdde9fed26a32c0ab7f225ba80e922ed2dc3133 /mkinitcpio.8.txt | |
parent | 7c08cee96e703e927e6f4029d5ec617eeecadc5e (diff) | |
download | mkinitcpio-6eb8ee400d6914e223e69a45684b46ef29ef7cb0.tar.gz mkinitcpio-6eb8ee400d6914e223e69a45684b46ef29ef7cb0.tar.xz |
man: replace refs to kernel26 with linux, et al
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'mkinitcpio.8.txt')
-rw-r--r-- | mkinitcpio.8.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mkinitcpio.8.txt b/mkinitcpio.8.txt index 7777c24..beb3e9c 100644 --- a/mkinitcpio.8.txt +++ b/mkinitcpio.8.txt @@ -114,13 +114,13 @@ Examples Perform a 'dry-run'. This will generate an initial ramdisk but will not write anything. Use -g to create the real image. -*mkinitcpio -p kernel26*:: - Create an initial ramdisk based on the 'kernel26' preset. +*mkinitcpio -p linux*:: + Create an initial ramdisk based on the 'linux' preset. -*mkinitcpio -b /mnt -g /mnt/boot/kernel26.img -k /boot/vmlinuz26*:: +*mkinitcpio -b /mnt -g /mnt/boot/initramfs-linux.img -k /boot/vmlinuz-linux*:: Create an initial ramdisk for the root at /mnt, with the kernel at - /mnt/boot/vmlinuz26. The resulting image will be written to - /mnt/boot/kernel26.img. + /mnt/boot/vmlinuz-linux. The resulting image will be written to + /mnt/boot/initramfs-linux.img. See also -------- |