diff options
Diffstat (limited to 'iso/root/.profile')
-rw-r--r-- | iso/root/.profile | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |