[Bug 209157] Section 14.5.1 Updating Multiple Jails has several errors/ommissions

2016-04-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209157

Bug ID: 209157
   Summary: Section 14.5.1 Updating Multiple Jails has several
errors/ommissions
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Documentation
  Assignee: freebsd-doc@FreeBSD.org
  Reporter: baho-u...@columbus.rr.com

In the handbook Section14.5 Updating Multiple Jails has the following
error/ommissions:

Section 14.5.1 under 3. Create a skeleton for the read-write portion of the
system:

need to add the following: mv dev /home/j/skel

Section 14.5.1 under 4. Use mergemaster to install missing configuration
files

this:   rm -R bin boot lib libexec mnt proc rescue sbin sys usr dev
should be:  rm -R bin boot lib libexec mnt proc rescue sbin sys usr

Section 14.5.1 under 5. Now, symlink the read-write file system to the
read-only file system

# mkdir s   should be # mkdir s s/portbuild
ln -s s/usr-local usr/local should be # ln -s ../s/usr-local usr/local
ln -s s/usr-X11R6 usr/X11R6 should be # ln -s ../s/usr-X11R6 usr/X11R6
ln -s s/distfiles usr/ports/distfiles should be 
ln -s ../../s/distfiles usr/ports/distfiles
and add ln -s s/dev/dev

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 208579] 10.2 is missing from www/releases

2016-04-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208579

Shawn Debnath  changed:

   What|Removed |Added

 CC||s...@beastie.io

--- Comment #1 from Shawn Debnath  ---
Working on a patch for this. Stay tuned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 208579] 10.2 is missing from www/releases

2016-04-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208579

--- Comment #2 from Shawn Debnath  ---
Review: https://reviews.freebsd.org/D6156

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"