Editing Debian LiveCD
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
* Sometimes we need to boot Linux without HDD e.g. if you want to experiment with HDD encryption, enable/disable it without causing damage to your data. For such cases we need a LiveCD which doesn't mount HDD at boot. | * Sometimes we need to boot Linux without HDD e.g. if you want to experiment with HDD encryption, enable/disable it without causing damage to your data. For such cases we need a LiveCD which doesn't mount HDD at boot. | ||
=Creating | =Creating LiveCD with debootstrap= | ||
<pre> | |||
apt-get install debootstrap | apt-get install debootstrap | ||
Line 14: | Line 11: | ||
debootstrap --arch powerpc squeeze /root/livecd http://ftp.us.debian.org/debian | debootstrap --arch powerpc squeeze /root/livecd http://ftp.us.debian.org/debian | ||
</pre> | </pre> | ||
=Links= | =Links= | ||