Skip to content

Commit

Permalink
chore: disable unstable shrinking of filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Dec 1, 2023
1 parent 3c898e0 commit c885ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rugpi-bakery/src/tasks/bake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ pub fn run(args: &Args, task: &BakeTask) -> Anyhow<()> {
}
}
// Shrink root filesystem.
run!(["resize2fs", "-M", loop_device.partition(5)])?;
run!(["dumpe2fs", "-h", loop_device.partition(5)])?;
// run!(["resize2fs", "-M", loop_device.partition(5)])?;
// run!(["dumpe2fs", "-h", loop_device.partition(5)])?;
Ok(())
}

Expand Down

0 comments on commit c885ca8

Please sign in to comment.