Displaying 1 result from an estimated 1 matches for "floppy_root_dir".
2008 Jun 08
1
Unable to cat raw /dev/fd0 more than one time
...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 | gzip -9 > \
/$(INSTALLER_DIR)/images/$(SNAME)-$(VERSION)-root-2.img
Problem happen reading from a classic...