[Bug 209157] Section 14.5.1 Updating Multiple Jails has several errors/ommissions
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Sat Apr 30 00:32:40 UTC 2016
    
    
  
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 at FreeBSD.org
          Reporter: baho-utot at 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.
    
    
More information about the freebsd-doc
mailing list