diff --git a/installer b/installer index 42e5a51..606b793 100755 --- a/installer +++ b/installer @@ -2483,6 +2483,7 @@ btrfs_subvols() select_mntopts "$part" 'btrfs' && [[ $MNT_OPTS ]] && MNT_OPTS+=',' mount -o ${MNT_OPTS}subvol="$mvol" "$part" "$mntp" 2> "$ERR" errshow 0 "mount -o ${MNT_OPTS}subvol=$mvol $part $mntp" || return 1 + msg "Mount Complete" "\nMounted $part subvol=$mvol at $mntp\n" 1 btrfs_extsubvols "$mntp" "$mvol" || return 1 msg "Btrfs Setup Complete" "\nCreated subvolumes:\n\n$(ls -R "$mntp/$mvol")"