FreeBSD Bugzilla – Attachment 96665 Details for
Bug 135316
[patch][doc] Add 'make installworld' section to jails-build.html
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
jails-build.txt
jails-build.txt (text/plain; charset=US-ASCII), 1.86 KB, created by
Glen Barber
on 2009-06-07 14:33:04 UTC
(
hide
)
Description:
jails-build.txt
Filename:
MIME Type:
Creator:
Glen Barber
Created:
2009-06-07 14:33:04 UTC
Size:
1.86 KB
patch
obsolete
>--- /usr/doc/en_US.ISO8859-1/books/handbook/jails/chapter.sgml.orig 2009-06-07 09:09:11.000000000 -0400 >+++ /usr/doc/en_US.ISO8859-1/books/handbook/jails/chapter.sgml 2009-06-07 09:22:32.000000000 -0400 >@@ -242,12 +242,25 @@ > <screen>&prompt.root; <userinput>setenv D <replaceable>/here/is/the/jail</replaceable></userinput> > &prompt.root; <userinput>mkdir -p $D</userinput> <co id="jailpath"> > &prompt.root; <userinput>cd /usr/src</userinput> >-&prompt.root; <userinput>make world DESTDIR=$D</userinput> <co id="jailworld"> >+&prompt.root; <userinput>make buildworld</userinput> >+&prompt.root; <userinput>make installworld DESTDIR=$D</userinput> <co id="jailworld"> > &prompt.root; <userinput>cd etc/</userinput> <footnote><para>This step > is not required on &os; 6.0 and later.</para></footnote> > &prompt.root; <userinput>make distribution DESTDIR=$D</userinput> <co id="jaildistrib"> > &prompt.root; <userinput>mount -t devfs devfs $D/dev</userinput> <co id="jaildevfs"></screen> > >+ <para>If you have already rebuilt your userland and kernel using <command>make world</command> or >+<command>make buildworld</command>, you can skip the buildworld process and install your existing userland into a new jail.</para> >+ >+ <screen>&prompt.root; <userinput>setenv D <replaceable>/here/is/the/jail</replaceable></userinput> >+&prompt.root; <userinput>mkdir -p $D</userinput> >+&prompt.root; <userinput>cd /usr/src</userinput> >+&prompt.root; <userinput>make installworld DESTDIR=$D</userinput> >+&prompt.root; <userinput>cd etc/</userinput> <footnote><para>This step >+is not required on &os; 6.0 and later.</para></footnote> >+&prompt.root; <userinput>make distribution DESTDIR=$D</userinput> >+&prompt.root; <userinput>mount -t devfs devfs $D/dev</userinput> </screen> >+ > <calloutlist> > <callout arearefs="jailpath"> > <para>Selecting a location for a jail is the best starting point.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 135316
:
96664
| 96665