Skip to content

Commit

Permalink
libvirt: Drop private
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiand committed Jan 9, 2017
1 parent 5626fdd commit f6c02df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/libvirtd/libvirtd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fatal() { echo "FATAL: $@" >&2 ; exit 2 ; }
# HACK
# Use hosts's /dev to see new devices and allow macvtap
mkdir /dev.container && {
mount --make-rprivate --rbind /dev /dev.container
mount --rbind /dev /dev.container

mount --rbind /host/dev /dev

Expand Down

0 comments on commit f6c02df

Please sign in to comment.