We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f1c07 commit 15de723Copy full SHA for 15de723
lib/src/install.rs
@@ -670,7 +670,7 @@ pub(crate) fn finalize_filesystem(fs: &Utf8Path) -> Result<()> {
670
.run()?;
671
// Finally, freezing (and thawing) the filesystem will flush the journal, which means the next boot is clean.
672
for a in ["-f", "-u"] {
673
- Task::new("Flushing filesystem journal", "xfs_freeze")
+ Task::new("Flushing filesystem journal", "fsfreeze")
674
.quiet()
675
.args([a, fs.as_str()])
676
0 commit comments