Skip to content

Tag Archives: livecd

Preparing a Morphix base module

30-Sep-07

Base module preparatory work Download a morphix base module to use as template. The base module is formed by:   The morphix file system The miniroot file system We will need to modify both those filesystems, so we need to do some preparatory work to make them accessible. Mount the base module: mkdir ~/livecd cd [...]

Building my own liveCD

29-Sep-07

I have been playing around with Morphix and I love the technology. It's a great project that allows you to easily create your own Debian based liveCD using Knoppix technology to allow for a modular structure. I'll go through the basics so that you see how easy it is. A Morphix liveCD is formed by [...]