Changes

Line 45: Line 45:     
before entering the chroot. (Mock uses unshare() to enter a new mount-point namespace since this makes garbage collection of mountpoints much easier.)
 
before entering the chroot. (Mock uses unshare() to enter a new mount-point namespace since this makes garbage collection of mountpoints much easier.)
 +
 +
It also wants to have a session bus so, ''inside'' the chroot:
 +
 +
  export DBUS_SESSION_BUS_ADDRESS=$(dbus-daemon --session --print-address --fork)
    
=== User Account ===
 
=== User Account ===
76

edits