From 1c18bd7b0c9d56d6bf6a60418fb62fd3e0cb3699 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Mon, 4 Mar 2019 15:10:39 +0106 Subject: notes: initrd: use a better name for the cpio file It is an initramfs, not an initrd. So name it so. Signed-off-by: John Ogness --- schulung_tools/notes/initrd.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schulung_tools/notes/initrd.txt b/schulung_tools/notes/initrd.txt index 8c1fbd7..a0cec36 100644 --- a/schulung_tools/notes/initrd.txt +++ b/schulung_tools/notes/initrd.txt @@ -7,7 +7,7 @@ # To create the archive-based initial ramdisk: cd /home/devel/rootfs -find . | cpio -o -H newc | gzip -9c > ../initrd.cpio.gz +find . | cpio -o -H newc | gzip -9c > ../initramfs.cpio.gz # To create the image-based initial ramdisk: -- cgit v1.2.3