summaryrefslogtreecommitdiffstats
path: root/examples/xfce/files/draklive-install.d
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-03-05 23:44:04 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-03-05 23:44:04 +0000
commit820b7dcaf0515c8c1c59e1d87185401693b0cf52 (patch)
treea80d6c708c6308e4da439546f34c220e16c84327 /examples/xfce/files/draklive-install.d
parent55b6bf3e3187a8454853805a955749044f043724 (diff)
downloaddrakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.tar
drakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.tar.gz
drakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.tar.bz2
drakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.tar.xz
drakiso-820b7dcaf0515c8c1c59e1d87185401693b0cf52.zip
Add draklive2 examples.
Diffstat (limited to 'examples/xfce/files/draklive-install.d')
-rw-r--r--examples/xfce/files/draklive-install.d/finish-install13
-rw-r--r--examples/xfce/files/draklive-install.d/firstboot1
-rwxr-xr-xexamples/xfce/files/draklive-install.d/run.d/home-live-permissions.sh5
-rw-r--r--examples/xfce/files/draklive-install.d/services2
4 files changed, 21 insertions, 0 deletions
diff --git a/examples/xfce/files/draklive-install.d/finish-install b/examples/xfce/files/draklive-install.d/finish-install
new file mode 100644
index 0000000..28fe550
--- /dev/null
+++ b/examples/xfce/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/xfce/files/draklive-install.d/firstboot b/examples/xfce/files/draklive-install.d/firstboot
new file mode 100644
index 0000000..a842497
--- /dev/null
+++ b/examples/xfce/files/draklive-install.d/firstboot
@@ -0,0 +1 @@
+FIRSTBOOT=no
diff --git a/examples/xfce/files/draklive-install.d/run.d/home-live-permissions.sh b/examples/xfce/files/draklive-install.d/run.d/home-live-permissions.sh
new file mode 100755
index 0000000..efc7d05
--- /dev/null
+++ b/examples/xfce/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/xfce/files/draklive-install.d/services b/examples/xfce/files/draklive-install.d/services
new file mode 100644
index 0000000..8a4c0de
--- /dev/null
+++ b/examples/xfce/files/draklive-install.d/services
@@ -0,0 +1,2 @@
+crond
+msec