Skip to content

Commit 1d904b1

Browse files
authored
Even simplier btrfs!
1 parent b3ae37c commit 1d904b1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

simplyarch-uefi.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,9 @@ then
109109
mkfs.btrfs -L "Arch Linux" $rootPart
110110
mount $rootPart /mnt
111111
btrfs sub cr /mnt/@
112-
btrfs sub cr /mnt/@snapshots
113112
umount $rootPart
114113
mount -o relatime,space_cache=v2,compress=lzo,subvol=@ $rootPart /mnt
115-
mkdir /mnt/.snapshots
116114
mkdir /mnt/boot
117-
mount -o relatime,space_cache=v2,compress=lzo,subvol=@snapshots $rootPart /mnt/.snapshots
118115
;;
119116
esac
120117
clear

0 commit comments

Comments
 (0)