Merge branches 'sh/serial-rework' and 'sh/oprofile'
[pandora-kernel.git] / Documentation / filesystems / ramfs-rootfs-initramfs.txt
index 7be232b..62fe9b1 100644 (file)
@@ -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