From dacc0bfae08c88125035f08cd136641eee95137f Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Fri, 21 Nov 2014 18:07:24 +0200 Subject: Kogaion live git added --- kogaionlive | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kogaionlive (limited to 'kogaionlive') 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 $? +} -- cgit v1.2.3