File 002-enable-running-from-non-live-iso.patch of Package appimaged
Index: src/appimaged/prerequisites.go
===================================================================
--- src.orig/appimaged/prerequisites.go
+++ src/appimaged/prerequisites.go
@@ -30,7 +30,6 @@ func checkPrerequisites() {
// Once the experience on Live systems is as intended, we may lift this restriction.
// We want to prevent people from working on this code without caring about
// Live systems.
- ensureRunningFromLiveSystem()
// Check for needed files on $PATH
helpers.AddHereToPath() // Add the location of the executable to the $PATH