diff options
| author | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
| commit | 9c0f862749f30800837a45aff5abdcb529867dbc (patch) | |
| tree | b0ca51fff64f12fac03aea4afaa1fa722376844b /beagle/debian-rfs/etc/default | |
| parent | 33b79c725448efd2c9a72e2ae9a1fb04270492f5 (diff) | |
| parent | cea5039322781f6085dd47954af5584ca3f78911 (diff) | |
Merge branch 'schulung'
updates from current linutronix schulung.git
Conflicts:
Makefile
configpres.tex
flash-memory/ubi/handout_ubi_de.tex
handout.tex
index.txt
pres_master.tex
vorl.tex
vorl1.tex
vorl2.tex
vorl3.tex
vorl4.tex
vorl5.tex
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'beagle/debian-rfs/etc/default')
| -rw-r--r-- | beagle/debian-rfs/etc/default/bootlogd | 2 | ||||
| -rw-r--r-- | beagle/debian-rfs/etc/default/devpts | 5 | ||||
| -rw-r--r-- | beagle/debian-rfs/etc/default/halt | 2 | ||||
| -rw-r--r-- | beagle/debian-rfs/etc/default/tmpfs | 6 | ||||
| -rw-r--r-- | beagle/debian-rfs/etc/default/useradd | 37 |
5 files changed, 0 insertions, 52 deletions
diff --git a/beagle/debian-rfs/etc/default/bootlogd b/beagle/debian-rfs/etc/default/bootlogd deleted file mode 100644 index 210f852..0000000 --- a/beagle/debian-rfs/etc/default/bootlogd +++ /dev/null @@ -1,2 +0,0 @@ -# Run bootlogd at startup ? -BOOTLOGD_ENABLE=No diff --git a/beagle/debian-rfs/etc/default/devpts b/beagle/debian-rfs/etc/default/devpts deleted file mode 100644 index e10e371..0000000 --- a/beagle/debian-rfs/etc/default/devpts +++ /dev/null @@ -1,5 +0,0 @@ -# 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 deleted file mode 100644 index 21bc119..0000000 --- a/beagle/debian-rfs/etc/default/halt +++ /dev/null @@ -1,2 +0,0 @@ -# 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 deleted file mode 100644 index 10820ae..0000000 --- a/beagle/debian-rfs/etc/default/tmpfs +++ /dev/null @@ -1,6 +0,0 @@ -# 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 deleted file mode 100644 index a834fef..0000000 --- a/beagle/debian-rfs/etc/default/useradd +++ /dev/null @@ -1,37 +0,0 @@ -# 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 - |
