calamares/src
Gaël PORTAY 54fd1f4b26 [mount] Print a warning if mount failure
The return of the call to libcalamares.utils.mount is never tested and
it may fail silently; this causes some mounpoints to be missing.

This adds a warning if mountpoint cannot be mounted.

	chcon: failed to get security context of '/tmp/verity': Operation not supported
	06:44:23 [6]: static CalamaresUtils::ProcessResult CalamaresUtils::System::runCommand(CalamaresUtils::System::RunLocation, const QStringList&, const QString&, const QString&, std::chrono::seconds)
	    Running "env" ("mount", "-t", "unformatted", "/dev/sdb2", "/tmp/calamares-root-kv8dqgb5/tmp/verity")
	    ..  Finished. Exit code: 32
	    ..  Target cmd: ("mount", "-t", "unformatted", "/dev/sdb7", "/tmp/calamares-root-kv8dqgb5/tmp/verity") output:
	 mount: /tmp/calamares-root-kv8dqgb5/tmp/verity: unknown filesystem type 'unformatted'.
2020-11-02 08:36:41 -05:00
..
branding REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
calamares CMake: restore NOTREACHED, without the macro-mess 2020-10-25 18:52:38 +01:00
libcalamares [libcalamares] Fix tests failures from JobQueue asserts 2020-11-01 17:59:41 +01:00
libcalamaresui CMake: prefer normal C++17 [[fallthrough]] annotation 2020-10-25 12:49:49 +01:00
modules [mount] Print a warning if mount failure 2020-11-02 08:36:41 -05:00
qml/calamares REUSE: qmldir file format doesn't leave space for license information 2020-08-28 18:18:22 +02:00
CMakeLists.txt i18n: pick up the translations CMake module just once 2020-08-27 13:54:08 +02:00