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