pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/mklivecd/files Add EXAMPLES section with the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/088ea61ae100
branches:  trunk
changeset: 482885:088ea61ae100
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 04 17:01:11 2004 +0000

description:
Add EXAMPLES section with the minimal steps for creating
your own Live CD. Text by xtraeme@, I just formatted it.

diffstat:

 sysutils/mklivecd/files/mklivecd.8 |  18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 29eb7ab60710 -r 088ea61ae100 sysutils/mklivecd/files/mklivecd.8
--- a/sysutils/mklivecd/files/mklivecd.8        Thu Nov 04 16:29:55 2004 +0000
+++ b/sysutils/mklivecd/files/mklivecd.8        Thu Nov 04 17:01:11 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mklivecd.8,v 1.8 2004/11/04 16:29:56 xtraeme Exp $
+.\" $NetBSD: mklivecd.8,v 1.9 2004/11/04 17:01:11 wiz Exp $
 .\"
 .\" mklivecd - Build a NetBSD Live CD for i386 machines
 .\" Copyright (c) 2004 Juan RP <xtraeme%NetBSD.org@localhost>
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 26, 2004
+.Dd November 4, 2004
 .Dt MKLIVECD 8
 .Os
 .Sh NAME
@@ -144,7 +144,7 @@
 .It CHROOT_SHELL
 Default shell to use with the chroot target.
 Defaults to
-.Sy /bin/ksh 
+.Sy /bin/ksh
 .It ENABLE_X11
 If set to
 .Sy yes
@@ -345,6 +345,18 @@
 The
 .Sy BOOTKERN
 variable should point at it.
+.Sh EXAMPLES
+Below are the minimal steps to create your own Live CD:
+.Bd -literal -offset indent
+$ mklivecd config
+  [edit the config file]
+$ mklivecd kernel
+$ mklivecd base
+$ mklivecd chroot
+  [edit what you like in there, e.g. config files]
+$ mklivecd iso
+$ mklivecd burn
+.Ed
 .Sh SEE ALSO
 .Xr packages 7 ,
 .Xr mount_null 8



Home | Main Index | Thread Index | Old Index