12.06.2010 03:51, KP Kirchdoerfer пишет: > HI; > > there is something with initrd for bering-uclibc4 > > I just an error > Could not open file /opt/b26nitro/source/initrd/files.floppy > while trying to build the initrd package. > > kp > Strange, this file is generated by buildtool.mk automatically:
BT_STAGING_DIR=$(BT_STAGING_DIR) BT_KERNEL_RELEASE=$(BT_KERNEL_VER) \ sh $(BT_TOOLS_DIR)/getdep.sh floppy fat>mod.floppy cat mod.floppy|sed 's/[a-z]*\/[a-z_/-]*\///g; s/\.ko//g; s/ /\n/g'>$(INITRD_TARGET_DIR)/boot/etc/modules.floppy -rm -f files.floppy (BT_KERNEL_RELEASE=$(BT_KERNEL_VER); for i in `cat mod.floppy`; do echo -e "<File>\n\tSource\t= lib/modules/$$BT_KERNEL_RELEASE/$$i\n\t\ Filename\t= lib/modules/$$(echo $$i|sed 's/[a-z]*\/[a-z_/-]*\///g')\n\t\ Type\t= binary\n\tType\t= module\n\tPermissions\t= 644\n</File>">>files.floppy; done) ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel