diff options
Diffstat (limited to 'examples/xfce/files/draklive-install.d')
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 |