aboutsummaryrefslogtreecommitdiff
path: root/utils/mkiso.d/include/etc/skel
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mkiso.d/include/etc/skel')
-rw-r--r--utils/mkiso.d/include/etc/skel/.profile9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/mkiso.d/include/etc/skel/.profile b/utils/mkiso.d/include/etc/skel/.profile
new file mode 100644
index 00000000..e425b03b
--- /dev/null
+++ b/utils/mkiso.d/include/etc/skel/.profile
@@ -0,0 +1,9 @@
+# ~/.profile
+
+export ENV=~/.ashrc
+
+if [ -z "$XDG_RUNTIME_DIR" ]; then
+ XDG_RUNTIME_DIR="/tmp/$(id -u)-runtime-dir"
+ mkdir -pm 0700 "$XDG_RUNTIME_DIR"
+ export XDG_RUNTIME_DIR
+fi