From: frans First a file hello.c is created, then the file hello2.c is compiled. Change this to hello.c Signed-off-by: Frans Meulenbroeks Signed-off-by: Rob Landley Signed-off-by: Andrew Morton --- Documentation/filesystems/ramfs-rootfs-initramfs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/filesystems/ramfs-rootfs-initramfs.txt~fix-documentation-filesystems-ramfs-rootfs-initramfstxt Documentation/filesystems/ramfs-rootfs-initramfs.txt --- a/Documentation/filesystems/ramfs-rootfs-initramfs.txt~fix-documentation-filesystems-ramfs-rootfs-initramfstxt +++ a/Documentation/filesystems/ramfs-rootfs-initramfs.txt @@ -263,7 +263,7 @@ User Mode Linux, like so: sleep(999999999); } EOF - gcc -static hello2.c -o init + gcc -static hello.c -o init echo init | cpio -o -H newc | gzip > test.cpio.gz # Testing external initramfs using the initrd loading mechanism. qemu -kernel /boot/vmlinuz -initrd test.cpio.gz /dev/zero _