summaryrefslogtreecommitdiffstats
path: root/lib/profile/proteanos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile/proteanos.sh')
-rw-r--r--lib/profile/proteanos.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh
index 2e0739c..3a3926f 100644
--- a/lib/profile/proteanos.sh
+++ b/lib/profile/proteanos.sh
@@ -175,6 +175,15 @@ prof_proteanos_get_fstab()
esac
}
+prof_proteanos_file_systems_mounted()
+{
+ local root="${1}"
+ local arch="${2}"
+ local plat="${3}"
+
+ [ -e "${root}/dev/null" ]
+}
+
prof_proteanos_configure_system_native()
{
local root="${1}"