summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2019-03-04 15:10:39 +0106
committerJohn Ogness <john.ogness@linutronix.de>2019-03-04 15:10:39 +0106
commit1c18bd7b0c9d56d6bf6a60418fb62fd3e0cb3699 (patch)
tree9230aaaf7b29d304ff51de117d8ba74ada986a72
parent374f8fb4d4f767d655b253045d8978a5858d6cf9 (diff)
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 <john.ogness@linutronix.de>
-rw-r--r--schulung_tools/notes/initrd.txt2
1 files changed, 1 insertions, 1 deletions
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: