172
edits
Changes
m
→Install all these finally: removing ~/.bash_history file
# exit
exit
</pre>
While being in chrooted environment bash history was written to <tt>~/.bash_history</tt> file.
Clean it:
<pre>
# rm root/root/.bash_history
</pre>
'''Booted''' LiveCD filesystem is ready, congratulations!