chore: Update the

This commit is contained in:
J M
2021-12-20 15:02:13 -07:00
committed by Aiden McClelland
parent 03edd7a4b8
commit cd996826f3

View File

@@ -157,7 +157,7 @@ pub async fn create_all_fs<P: AsRef<Path>>(
password: &str,
) -> Result<(), Error> {
create_fs(guid, &datadir, "main", MAIN_FS_SIZE, false, password).await?;
// create_fs(guid, &datadir, "swap", SWAP_SIZE, true, password).await?;
create_fs(guid, &datadir, "swap", SWAP_SIZE, true, password).await?;
create_fs(
guid,
&datadir,