From 6eb8ee400d6914e223e69a45684b46ef29ef7cb0 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 13 Jan 2012 21:44:30 -0500 Subject: man: replace refs to kernel26 with linux, et al Signed-off-by: Dave Reisner --- mkinitcpio.8.txt | 10 +++++----- 1 file 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 -------- -- cgit v1.2.3-24-g4f1b