https://bugs.kde.org/show_bug.cgi?id=472431
Andrius Štikonas <andr...@stikonas.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/syst | |em/partitionmanager/-/commi | |t/e6283022319e66c581cc77e7c | |0a88be4dc85fb31 Resolution|--- |FIXED --- Comment #2 from Andrius Štikonas <andr...@stikonas.eu> --- Git commit e6283022319e66c581cc77e7c0a88be4dc85fb31 by Andrius Štikonas, on behalf of Thomas Bertels. Committed on 04/04/2024 at 00:06. Pushed by stikonas into branch 'master'. Add an fstab nofail mount option nofail mounts won't prevent the system from booting if not mountable. systemd will stil try to mount them in an asynchronous way, and add an error to the log if it fails. Most mount points, apart from / and /home should be mounted with nofail to prevent entering to recovery mode with a bootable system. partitionmanager doesn't remove fstab entries after removing a partition, which currently leads to recovery mode on the next boot. M +1 -0 src/gui/editmountpointdialogwidget.cpp M +16 -9 src/gui/editmountpointdialogwidgetbase.ui https://invent.kde.org/system/partitionmanager/-/commit/e6283022319e66c581cc77e7c0a88be4dc85fb31 -- You are receiving this mail because: You are watching all bug changes.