Add an example on how to create a live CD with xorg.
commit327d5b725a142e7d613357c99c87bf74f78c23f0
authorSascha Wildner <swildner@dragonflybsd.org>
Sat, 8 Mar 2008 22:00:03 +0000 (8 22:00 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Sat, 8 Mar 2008 22:00:03 +0000 (8 22:00 +0000)
treedc1b8ea54f28d80a0bd7827b38aa9a87feff98af
parentf5a3550c967721d0af2bff5a5131166ee91750f1
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