Searched refs:realrootfs (Results 1 - 1 of 1) sorted by relevance

/lxc/templates/
H A Dlxc-ubuntu.in436 realrootfs=$(dirname $config)/rootfs
437 [ "$rootfs" = "$realrootfs" ] || umount $rootfs || return 1
438 btrfs subvolume delete $realrootfs || return 1
439 btrfs subvolume snapshot $cache/rootfs-$arch $realrootfs || return 1
440 [ "$rootfs" = "$realrootfs" ] || mount --bind $realrootfs $rootfs || return 1

Completed in 10 milliseconds