Skip to main content

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 .......

Comments

Palak said…
This comment has been removed by the author.
Palak said…
Congr8s for completing the task...
and hlpful post. I also wanna know brief introduction of Live CD and installer!
Anonymous said…
Why chmod 777 to /tmp?
Padma said…
b'cuse I have created ISO in root, so It gives read only excess to other users, so for that I have to give access /tmp folder