Add an example on how to create a live CD with xorg.
authorSascha Wildner <swildner@dragonflybsd.org>
Sat, 8 Mar 2008 22:00:03 +0000 (22:00 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Sat, 8 Mar 2008 22:00:03 +0000 (22:00 +0000)
commit3f279b9ed7517adae78808119180bac4758875f9
treef9251df48487ffd01f529788d68b849a71d038d3
parent66560a64611d0009349c7f42d9000e04dd9107a6
Add an example on how to create a live CD with xorg.

To build one, you can use the following commands:

% cd /usr/src/nrelease
% make PKGSRC_PKG_PATH=/pkgsrc/dir/All release gui

See release(7) for more information.

Note that you will need pkgsrc binary packages locally. In the example above,
replace /pkgsrc/dir with the path where they are kept.

The resulting ISO will be /usr/release/dfly-gui.iso.
nrelease/Makefile
nrelease/gui/etc/X11/xorg.conf [new file with mode: 0644]
nrelease/gui/etc/fstab [new file with mode: 0644]
nrelease/gui/etc/rc.conf [new file with mode: 0644]
nrelease/gui/root/.xinitrc [new file with mode: 0644]
share/man/man7/release.7