summaryrefslogtreecommitdiff
path: root/iso/root/.profile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-01-19 15:48:55 +0000
committerdavidovski <david@davidovski.xyz>2023-01-19 15:48:55 +0000
commitee1692eaf63404cadafabb407c709a2d2f5c071b (patch)
treef29831c1926386df85a0b261c9cd5d5e43111730 /iso/root/.profile
parent96509011d0cd432ecdf4d6ece555d970e281f6a5 (diff)
Fix bootstrap umounting efiv1.7.7
Diffstat (limited to 'iso/root/.profile')
-rw-r--r--iso/root/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/iso/root/.profile b/iso/root/.profile
index 6e29f99..44ccbe7 100644
--- a/iso/root/.profile
+++ b/iso/root/.profile
@@ -3,7 +3,7 @@ splash () {
echo "Welcome to xilinux"
}
-[ "$(fgconsole 2>/dev/null)" = "1" ] && $HOME/installer.sh
+[ "$(tty)" = "/dev/tty1" ] && $HOME/installer.sh
splash