summaryrefslogtreecommitdiffstats
path: root/src/cmd/shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/shell.sh')
-rw-r--r--src/cmd/shell.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/shell.sh b/src/cmd/shell.sh
index a8e83ce..f062a0e 100644
--- a/src/cmd/shell.sh
+++ b/src/cmd/shell.sh
@@ -37,7 +37,7 @@ cmd_shell_main()
root="$(block_mount "${dev}")"
fi
- profile_set "$(. "${root}/etc/os-release" && printf '%s' "${ID}")"
+ profile_detect "${root}"
session_begin "${root}" . : false
if [ ${#} -eq 0 ]; then