mountoptions for var
This commit is contained in:
parent
2154a80e66
commit
bd075e70c9
|
|
@ -77,7 +77,7 @@ mountallsubvol () {
|
||||||
mount -o ${mountoptions},subvol=@home /dev/mapper/ROOT /mnt/home
|
mount -o ${mountoptions},subvol=@home /dev/mapper/ROOT /mnt/home
|
||||||
mount -o ${mountoptions},subvol=@tmp /dev/mapper/ROOT /mnt/tmp
|
mount -o ${mountoptions},subvol=@tmp /dev/mapper/ROOT /mnt/tmp
|
||||||
mount -o ${mountoptions},subvol=@.snapshots /dev/mapper/ROOT /mnt/.snapshots
|
mount -o ${mountoptions},subvol=@.snapshots /dev/mapper/ROOT /mnt/.snapshots
|
||||||
mount -o subvol=@var /dev/mapper/ROOT /mnt/var
|
mount -o ${mountoptions},subvol=@var /dev/mapper/ROOT /mnt/var
|
||||||
}
|
}
|
||||||
if [[ "${DISK}" == "nvme" ]]; then
|
if [[ "${DISK}" == "nvme" ]]; then
|
||||||
if [[ "${FS}" == "btrfs" ]]; then
|
if [[ "${FS}" == "btrfs" ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue