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.
2 parents f627c4d + 53262f6 commit 541576aCopy full SHA for 541576a
src/update_engine/postinstall_runner_action.cc
@@ -50,7 +50,7 @@ void PostinstallRunnerAction::PerformAction() {
50
temp_rootfs_dir_.c_str(),
51
"btrfs",
52
mountflags,
53
- "norecovery");
+ "rescue=nologreplay");
54
if (errno == EEXIST) {
55
/* When trying to mount an identical btrfs image twice because the old
56
* and new partition are identical, the kernel refuses because same UUIDs
0 commit comments