From 820b7dcaf0515c8c1c59e1d87185401693b0cf52 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 5 Mar 2018 23:44:04 +0000 Subject: Add draklive2 examples. --- examples/xfce/files/draklive-install.d/finish-install | 13 +++++++++++++ examples/xfce/files/draklive-install.d/firstboot | 1 + .../files/draklive-install.d/run.d/home-live-permissions.sh | 5 +++++ examples/xfce/files/draklive-install.d/services | 2 ++ 4 files changed, 21 insertions(+) create mode 100644 examples/xfce/files/draklive-install.d/finish-install create mode 100644 examples/xfce/files/draklive-install.d/firstboot create mode 100755 examples/xfce/files/draklive-install.d/run.d/home-live-permissions.sh create mode 100644 examples/xfce/files/draklive-install.d/services (limited to 'examples/xfce/files/draklive-install.d') 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 -- cgit v1.2.1