installer/btrfs: Typo in subvol

This commit is contained in:
William A. Kennington III 2014-05-01 23:22:21 -05:00
parent 2b703f82d5
commit 62fedf6081

View file

@ -449,7 +449,7 @@ in {
"btrfs subvol create /mnt/boot",
"btrfs subvol create /mnt/nixos",
"umount /mnt",
"mount -o defaults,subvol=mnt LABEL=root /mnt",
"mount -o defaults,subvol=nixos LABEL=root /mnt",
"mkdir /mnt/boot",
"mount -o defaults,subvol=boot LABEL=root /mnt/boot",
);