From ee1692eaf63404cadafabb407c709a2d2f5c071b Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 19 Jan 2023 15:48:55 +0000 Subject: Fix bootstrap umounting efi --- iso/root/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iso/root/.profile') 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 -- cgit v1.2.1