alpine.mk: the iso needs floppy driver

This commit is contained in:
Natanael Copa 2009-01-23 08:21:39 +00:00
parent 200eb22b52
commit 15f478f57c
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ $(INITFS_DIRSTAMP): $(INITFS_APKS)
done done
@rm -f "$(INITFS_DIR)/.PKGINFO" @rm -f "$(INITFS_DIR)/.PKGINFO"
@mknod $(INITFS_DIR)/dev/null c 1 3 @mknod $(INITFS_DIR)/dev/null c 1 3
@echo floppy >> "$(INITFS_DIR)/etc/modules"
@touch $(INITFS_DIRSTAMP) @touch $(INITFS_DIRSTAMP)
$(INITFS_BASEFILES): $(INITFS_DIRSTAMP) $(ALPINEBASELAYOUT_APK) $(INITFS_BASEFILES): $(INITFS_DIRSTAMP) $(ALPINEBASELAYOUT_APK)