diff options
Diffstat (limited to 'ch')
-rwxr-xr-x | ch | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ CHROOTS="/mnt/chroots/arch" shopt -s nullglob +umask 022 + __genchroot() { sudo btrfs subvolume snapshot "$chrootdir/root" "$copydir" } |