diff options
Diffstat (limited to 'kogaionlive')
-rw-r--r-- | kogaionlive | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kogaionlive b/kogaionlive new file mode 100644 index 0000000..97543eb --- /dev/null +++ b/kogaionlive @@ -0,0 +1,14 @@ +#!/sbin/runscript +# Copyright 2004-2013 Sabayon +# Distributed under the terms of the GNU General Public License v2 + +depend() { + after x-setup + before xdm +} + +start() { + ebegin "Preparing Live system..." + /usr/libexec/kogaionlive.sh + eend $? +} |