> chronos@localhost ~ $ ls -al Downloads/initrd-versatile > -rw-r--r-- 1 chronos chronos 13850624 Nov 18 20:49 Downloads/initrd-versatile > > chronos@localhost ~ $ fdisk -l Downloads/initrd-versatile > Disk Downloads/initrd-versatile: 13 MB, 13850624 bytes > 255 heads, 63 sectors/track, 1 cylinders, total 27052 sectors > Units = sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 512 bytes > I/O size (minimum/optimal): 512 bytes / 512 bytes
It's not a block device, it's a gzipped cpio archive. They're all explained here: ftp://ftp.armedslack.org/slackwarearm/slackwarearm-current/isolinux/README.txt and here: ftp://ftp.armedslack.org/slackwarearm/slackwarearm-current/kernels/README.txt > And by the way I don't have cpio here, do I need it? Get cpio. It's in slackware/a To unpack the uncompressed versatile image: mkdir installerdir cpio -di < ../Downloads/initrd-versatile -- Stuart Winter Slackware ARM: www.armedslack.org _______________________________________________ ARMedslack mailing list [email protected] http://lists.armedslack.org/mailman/listinfo/armedslack
