mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
installer/btrfs: Typo in subvol
This commit is contained in:
parent
2b703f82d5
commit
62fedf6081
@ -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",
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user