return"GlobalStorage does not contain a \"rootMountPoint\" key, doing nothing"
return("No mount point for root partition in GlobalStorage","GlobalStorage does not contain a \"rootMountPoint\" key, doing nothing")
ifnotos.path.exists(rootMountPoint):
return"GlobalStorage[\"rootMountPoint\"] is \"{}\", which does not exist, doing nothing".format(rootMountPoint)
return("Bad mount point for root partition in GlobalStorage","GlobalStorage[\"rootMountPoint\"] is \"{}\", which does not exist, doing nothing".format(rootMountPoint))
lst=listMounts(rootMountPoint)
# Sort the list by mount point in decreasing order. This way we can be sure