----- Original Message ----- From: "Vladimir Dronnikov" <[email protected]> To: "Denys Vlasenko" <[email protected]> Cc: <[email protected]> Sent: Wednesday, October 07, 2009 8:06 AM Subject: Re: mke2fs
a bit of topic > > Another feature I'd like to introduce is optional putting of extlinux > (from Peter Anvin's syslinux) stuff (boot sector + ldlinux?) in the > shiny new filesystem, thus avoiding building external syslinux which > now requires you have not only perl, but python to be built :( > > -- > Vladimir I have Python build after syslinux, so Python does not look mandatory to use syslinux. # the recommended way is to use precompiled ldlinux.asm # but installer could be recompiled cd $(DIR_APP) && make installer cd $(DIR_APP) && make install # copy fresh created MBR and graphical menu helper to /boot cp -f /usr/share/syslinux/mbr.bin /boot cp -f /usr/share/syslinux/vesamenu.c32 /boot # copy extlinux config to /boot cp -f $(DIR_SRC)/config/arch/i486/extlinux.conf /boot cp -f $(DIR_SRC)/config/arch/i486/splash.png /boot Gilles _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
