mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
typo in subvol creation
This commit is contained in:
parent
c6d418995d
commit
4ee0ffabdd
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ mount $BTRFS /mnt
|
|||
print "Creating BTRFS subvolumes."
|
||||
subvols=(snapshots var_pkgs var_log home root srv)
|
||||
for subvol in '' ${subvols[@]}; do
|
||||
btrfs su cr /mnt/@$volume
|
||||
btrfs su cr /mnt/@$subvol
|
||||
done
|
||||
|
||||
# Mounting the newly created subvolumes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue