From c42abbd0f192a5d4a6a58fd901f45d2c06b018b5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 15 Jan 2023 21:24:17 +0000 Subject: Add installer to iso --- iso/root/.profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 iso/root/.profile (limited to 'iso/root/.profile') diff --git a/iso/root/.profile b/iso/root/.profile new file mode 100644 index 0000000..a15c12b --- /dev/null +++ b/iso/root/.profile @@ -0,0 +1,9 @@ +splash () { + clear + echo "Welcome to xilinux" +} + +[ "$(fgconsole 2>/dev/null)" = "1" ] && exec $HOME/installer.sh + +splash + -- cgit v1.2.1