Paul Tagliamonte wrote: > I am trying to configure ISOLinux. So far I have not found how to do > it the "Nice way", and have resorted to editing the template in the > host filesystem. Works, but it is a kludge.
copy /usr/share/live-helper/templates/syslinux into config/templates and edit them there, they will be automatically prefered over the original ones. > Also, I would like to remove files that are created by default ( in > this case apache2's index.html ). Yes I could edit the default page to > not include html, but I would like to keep this clean. put the commands into a hook, see /usr/share/live-helper/examples/hooks for examples. > Default user configuration is also a minor point of contention, I > would like to disable autologin, and create my own user password, as > well as root password. see man live-initramfs /noautologin and place a hook to setup accounts at build-time. -- 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]
