[arch-projects] [mkinitcpio][PATCH 02/10] man: replace refs to kernel26 with linux, et al

Dave Reisner d at falconindy.com
Sat Jan 28 15:39:38 EST 2012


Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 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
 --------
-- 
1.7.8.4



More information about the arch-projects mailing list