toaruos/base/etc/startup.d/99_runstart.sh

16 lines
450 B
Bash
Raw Normal View History

2018-08-12 10:36:56 +03:00
#!/bin/sh
export-cmd START kcmdline -g start
# We haven't actually hit a login yet, so make sure these are set here...
export USER=root
export HOME=/home/root
echo -n "Launching startup application..." > /dev/pex/splash
echo -n "!quit" > /dev/pex/splash
if equals? "$START" "--vga" then exec /bin/terminal-vga -l
if equals? "$START" "--headless" then exec /bin/getty
2018-08-12 10:36:56 +03:00
if empty? "$START" then exec /bin/compositor else exec /bin/compositor $START