summaryrefslogtreecommitdiffstats
path: root/examples/gui/files/draklive-install.d
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/files/draklive-install.d')
-rw-r--r--examples/gui/files/draklive-install.d/finish-install13
-rw-r--r--examples/gui/files/draklive-install.d/firstboot1
-rwxr-xr-xexamples/gui/files/draklive-install.d/run.d/home-live-permissions.sh5
-rw-r--r--examples/gui/files/draklive-install.d/services2
4 files changed, 21 insertions, 0 deletions
diff --git a/examples/gui/files/draklive-install.d/finish-install b/examples/gui/files/draklive-install.d/finish-install
new file mode 100644
index 0000000..28fe550
--- /dev/null
+++ b/examples/gui/files/draklive-install.d/finish-install
@@ -0,0 +1,13 @@
+FINISH_INSTALL=yes
+LICENSE=no
+LANGUAGE=no
+KEYBOARD=no
+TIMEZONE=no
+COUNTRY=no
+NETWORK=yes
+URPMI=yes
+AUTHENTICATION=no
+USERS=with_root
+USER_RENAME_FROM=DEFAULT_USER
+USER_AUTOLOGIN_FIRST=no
+GLX=no
diff --git a/examples/gui/files/draklive-install.d/firstboot b/examples/gui/files/draklive-install.d/firstboot
new file mode 100644
index 0000000..a842497
--- /dev/null
+++ b/examples/gui/files/draklive-install.d/firstboot
@@ -0,0 +1 @@
+FIRSTBOOT=no
diff --git a/examples/gui/files/draklive-install.d/run.d/home-live-permissions.sh b/examples/gui/files/draklive-install.d/run.d/home-live-permissions.sh
new file mode 100755
index 0000000..efc7d05
--- /dev/null
+++ b/examples/gui/files/draklive-install.d/run.d/home-live-permissions.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -d "/home/live" ]; then
+ /usr/bin/chown -R live:live /home/live
+fi
diff --git a/examples/gui/files/draklive-install.d/services b/examples/gui/files/draklive-install.d/services
new file mode 100644
index 0000000..8a4c0de
--- /dev/null
+++ b/examples/gui/files/draklive-install.d/services
@@ -0,0 +1,2 @@
+crond
+msec