Comment 5 for bug 1099349

Revision history for this message
Michael Wisheu (wisheu) wrote :

The issue lies with the mountall run in /usr/share/recovery-mode/recovery-menu line 79. (mountall can be interrupted by pressing Ctrl+C)

I've attached the debug output of this mountall run.
(code: mountall $force_fsck $fsck_fix --no-events --debug 2>&1 | tee -a /run/mountall.debug)

I've attached the strace output of this mountall run.
(code: strace -f -ttt -s 256 -o/run/mountall.strace mountall $force_fsck $fsck_fix --no-events --debug)