Displaying 1 result from an estimated 1 matches for "vanilia".
Did you mean:
vanila
2008 Jun 08
1
Unable to cat raw /dev/fd0 more than one time
Trying to be not long, on x86 I have 3 floppies images boot, root-1, root-2
Booting from boot image with no problem, I try reading root-1 and root-2
image in raw format.
Reading root-1 and root-2 is made from boot init script, using klibc-1.5.9
or klibc-1.5.10 with debian insmod patch, and a vanilia linux-2.6.24.7
root-1 and 2 images are smaller than 1440 kB and are made the same way with
cd $(FLOPPY_ROOT_DIR) && find . | cpio -o -H newc | gzip -9 > \
/$(INSTALLER_DIR)/images/$(SNAME)-$(VERSION)-root-1.img
...
cd $(FLOPPY_ROOT_DIR) && find . | cpio -o -H newc | gz...