summaryrefslogtreecommitdiff
path: root/beagle/debian-rfs/etc/default
diff options
context:
space:
mode:
Diffstat (limited to 'beagle/debian-rfs/etc/default')
-rw-r--r--beagle/debian-rfs/etc/default/bootlogd2
-rw-r--r--beagle/debian-rfs/etc/default/devpts5
-rw-r--r--beagle/debian-rfs/etc/default/halt2
-rw-r--r--beagle/debian-rfs/etc/default/tmpfs6
-rw-r--r--beagle/debian-rfs/etc/default/useradd37
5 files changed, 52 insertions, 0 deletions
diff --git a/beagle/debian-rfs/etc/default/bootlogd b/beagle/debian-rfs/etc/default/bootlogd
new file mode 100644
index 0000000..210f852
--- /dev/null
+++ b/beagle/debian-rfs/etc/default/bootlogd
@@ -0,0 +1,2 @@
+# Run bootlogd at startup ?
+BOOTLOGD_ENABLE=No
diff --git a/beagle/debian-rfs/etc/default/devpts b/beagle/debian-rfs/etc/default/devpts
new file mode 100644
index 0000000..e10e371
--- /dev/null
+++ b/beagle/debian-rfs/etc/default/devpts
@@ -0,0 +1,5 @@
+# GID of the `tty' group
+TTYGRP=5
+
+# Set to 600 to have `mesg n' be the default
+TTYMODE=620
diff --git a/beagle/debian-rfs/etc/default/halt b/beagle/debian-rfs/etc/default/halt
new file mode 100644
index 0000000..21bc119
--- /dev/null
+++ b/beagle/debian-rfs/etc/default/halt
@@ -0,0 +1,2 @@
+# Default behaviour of shutdown -h / halt. Set to "halt" or "poweroff".
+HALT=poweroff
diff --git a/beagle/debian-rfs/etc/default/tmpfs b/beagle/debian-rfs/etc/default/tmpfs
new file mode 100644
index 0000000..10820ae
--- /dev/null
+++ b/beagle/debian-rfs/etc/default/tmpfs
@@ -0,0 +1,6 @@
+# SHM_SIZE sets the maximum size (in bytes) that the /dev/shm tmpfs can use.
+# If this is not set then the size defaults to the value of TMPFS_SIZE
+# if that is set; otherwise to the kernel's default.
+#
+# The size will be rounded down to a multiple of the page size, 4096 bytes.
+SHM_SIZE=
diff --git a/beagle/debian-rfs/etc/default/useradd b/beagle/debian-rfs/etc/default/useradd
new file mode 100644
index 0000000..a834fef
--- /dev/null
+++ b/beagle/debian-rfs/etc/default/useradd
@@ -0,0 +1,37 @@
+# Default values for useradd(8)
+#
+# The SHELL variable specifies the default login shell on your
+# system.
+# Similar to DHSELL in adduser. However, we use "sh" here because
+# useradd is a low level utility and should be as general
+# as possible
+SHELL=/bin/sh
+#
+# The default group for users
+# 100=users on Debian systems
+# Same as USERS_GID in adduser
+# This argument is used when the -n flag is specified.
+# The default behavior (when -n and -g are not specified) is to create a
+# primary user group with the same name as the user being added to the
+# system.
+# GROUP=100
+#
+# The default home directory. Same as DHOME for adduser
+# HOME=/home
+#
+# The number of days after a password expires until the account
+# is permanently disabled
+# INACTIVE=-1
+#
+# The default expire date
+# EXPIRE=
+#
+# The SKEL variable specifies the directory containing "skeletal" user
+# files; in other words, files such as a sample .profile that will be
+# copied to the new user's home directory when it is created.
+# SKEL=/etc/skel
+#
+# Defines whether the mail spool should be created while
+# creating the account
+# CREATE_MAIL_SPOOL=yes
+