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

18 lines
524 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
export-cmd GETTY_ARGS qemu-fwcfg opt/org.toaruos.gettyargs
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 ${GETTY_ARGS}
2018-08-12 10:36:56 +03:00
if empty? "$START" then exec /bin/compositor else exec /bin/compositor $START