Greetings, On Tue, May 5, 2009 at 4:54 PM, Don Raikes <[email protected]> wrote: > Daniel, > > Thanks for all the pointers today :-) > > I am a bit confused about how to edit the templates/syslinux/* all I see in > menu.cfg is a couple of things enclosed in brackets. > > Can I just create a menu.cfg that contains no substitution parameters? >
Here is what I do from my config folder: 1. ) cp -R /usr/share/live-helper/templates.debian /templates 2.) Modify common file LH_TEMPLATES to: LH_TEMPLATES="config/templates" Now you can edit on the templates folder in your config directory. And you may want to look at: binary:# $LH_SYSLINUX_CFG: set custom syslinux configuration file binary:LH_SYSLINUX_CFG="" Also you can grep SYSLINUX in the config folder for all the options. Hope this helps. >> -----Original Message----- >> From: Daniel Baumann [mailto:[email protected]] >> Sent: Tuesday, May 05, 2009 1:04 PM >> To: Debian Live >> Subject: Re: customizing the isolinux/menu.cfg file >> >> >> Don Raikes wrote: >> > Hi, >> >> Hi, >> >> > Is there a simple way to do this without manually editing >> the iso once t is completed? >> >> copy /usr/share/live-helper/templates to config/templates, edit >> config/templates/syslinux/* to your likeing, and set LH_TEMPLATES to >> "config/templates". >> >> then rebuild as usual. >> >> Regards, >> Daniel >> >> -- >> Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist >> Email: [email protected] >> Internet: http://people.panthera-systems.net/~daniel-baumann/ >> >> >> -- >> To UNSUBSCRIBE, email to [email protected] >> with a subject of "unsubscribe". Trouble? Contact >> [email protected] >> >> >> > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
