mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
chore: Update the
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user