Put the root FS of S3-backed instances on ext4
This commit is contained in:
parent
f3ec305c25
commit
859d75186a
@ -21,7 +21,7 @@ with pkgs.lib;
|
||||
}
|
||||
''
|
||||
# Create an empty filesystem and mount it.
|
||||
${pkgs.e2fsprogs}/sbin/mkfs.ext3 -L nixos /dev/vda
|
||||
${pkgs.e2fsprogs}/sbin/mkfs.ext4 -L nixos /dev/vda
|
||||
${pkgs.e2fsprogs}/sbin/tune2fs -c 0 -i 0 /dev/vda
|
||||
mkdir /mnt
|
||||
mount /dev/vda /mnt
|
||||
|
Loading…
Reference in New Issue
Block a user