MidnightBSD Live CD
One of the goals of the MidnightBSD project is to create a Live CD that has an installer on it. This wouldn't necessarily be the only install option, but many people prefer this approach. It is very easy and you can test your hardware with the OS before installing.
The first step is to create a Live CD to try out MidnightBSD and for repair work. (A real fixit CD)
We need to decide what to add to the Live CD. List suggestions below.
- lynx
- nano or pico
- vitetris
- X11?
- chat clients like irssi?
The current test Live CD with no packages is here: Live CD for CURRENT May 2008 Live CD MD5
LiveDVD (working xorg, around 900MB). I attempted to put KDE on this one, but some packages were not installed properly. Live DVD with 0.2 CURRENT
Creating Live CDs
To create a live CD, you need to do the following:
- cd /usr/src; make buildworld
- make buildkernel
- cd nrelease
- make realquickrel
This will create a Live CD in /usr/release named mbsd.iso.
To customize your Live CD, you will need to take additional steps. Steps 1-3 are the same as above. You may add or edit contents in /usr/src/nrelease/root . These files will be copied using cpdup into the staging area for the live cd.
It's also possible to add packages.
- (complete steps 1-3 above) make buildiso
- mkdir /usr/release/root/usr/mports
- cd /usr/release/root/usr; mount_nullfs /usr/mports mports
- cd .. ; pkg_add -C . /usr/mports/Packages/i386/All/yourpackagename.tbz (if you built your own local package on this system) or pkg_add -C . -r kde3 (to install kde for instance from the ftp server). Do additional pkg_add commands for other packages you are interested in.
- umount /usr/mports
- cd /usr/src/nrelease; make buildiso2
- make mkiso
These directions are for 0.2-CURRENT.