search for: mtdblock3

Displaying 1 result from an estimated 1 matches for "mtdblock3".

Did you mean: mtdblockx
2002 Aug 18
1
initramfs scripts + cpio archive stuff
...cripts/init initramfs/bin + mknod initramfs/dev/console c 5 1 + mknod initramfs/dev/ram0 b 1 0 + mknod initramfs/dev/ram1 b 1 1 + mknod initramfs/dev/ram2 b 1 2 + mknod initramfs/dev/mtdblock0 b 31 0 + mknod initramfs/dev/mtdblock1 b 31 1 + mknod initramfs/dev/mtdblock2 b 31 2 + mknod initramfs/dev/mtdblock3 b 31 3 + +# Create initramfs cpio archive +initramfs.cpio: initramfs + cd initramfs; find . -print -depth | cpio -ovH crc > ../initramfs.cpio + +# gzip cpio arcive +%.cpio.gz: %.cpio + gzip -c9 < $< > $@ diff -urN -x CVS -x *.[oa] klibc/scripts/init klibc-0.51/scripts/init --- klibc/scr...