Skip to main content

Posts

Showing posts from September, 2008

Create Debian Live Installer Using Live-helper

Here is the simple way to Install your cusomize Debian Live into your machine 1.Set the two parameter in config/binary with by a.LH_DEBIAN_INSTALLER="live" b.LH_DEBIAN_INSTALLER_DISTRIBUTION="daily" 2.Give the access to /tmp folder in chroot chmod 777 /tmp 3.clean binary by lh_clean --binary 4.Rebuild ISO And now you can install your customized live CD in your machine ,which works fine .......