diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-11-21 18:07:24 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-11-21 18:07:24 +0200 |
commit | dacc0bfae08c88125035f08cd136641eee95137f (patch) | |
tree | b2af748741e2ab9ebca0f57d8ce32b5bc75b1a58 /kogaionlive |
Kogaion live git added
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 $? +} |