Displaying 1 result from an estimated 1 matches for "installer_dir".
Did you mean:
coinstaller_dir
2008 Jun 08
1
Unable to cat raw /dev/fd0 more than one time
...ot-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 classical floppy (not tested usb).
/dev/fd0 node is created with mknod reading before...