summaryrefslogtreecommitdiff
path: root/configs/talking-parabola-openrc/root-image/etc
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-10-01 17:19:40 -0300
committerDavid P <megver83@openmailbox.org>2017-10-01 17:19:40 -0300
commit1bf80f77f7a8bb4ffdd203c60662421e3f8f589b (patch)
treee7b444e2dd20ffb0b5905942dd853bf4d2c0da8a /configs/talking-parabola-openrc/root-image/etc
parentf5d62fdcd4a6d351fa25af3b3e443ba4de67a802 (diff)
Added configs/mate-openrc
Other changes: - Updated talkingparabola-X11 packages.both (xorg pkgs) - Updated pacman-init service for profile-openrc
Diffstat (limited to 'configs/talking-parabola-openrc/root-image/etc')
-rw-r--r--configs/talking-parabola-openrc/root-image/etc/conf.d/hostname2
-rw-r--r--configs/talking-parabola-openrc/root-image/etc/fstab0
-rw-r--r--configs/talking-parabola-openrc/root-image/etc/inittab41
-rw-r--r--configs/talking-parabola-openrc/root-image/etc/locale.conf1
-rw-r--r--configs/talking-parabola-openrc/root-image/etc/motd14
-rw-r--r--configs/talking-parabola-openrc/root-image/etc/pam.d/su6
-rw-r--r--configs/talking-parabola-openrc/root-image/etc/sudoers.d/g_wheel1
-rw-r--r--configs/talking-parabola-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules1
8 files changed, 0 insertions, 66 deletions
diff --git a/configs/talking-parabola-openrc/root-image/etc/conf.d/hostname b/configs/talking-parabola-openrc/root-image/etc/conf.d/hostname
deleted file mode 100644
index a701f0c..0000000
--- a/configs/talking-parabola-openrc/root-image/etc/conf.d/hostname
+++ /dev/null
@@ -1,2 +0,0 @@
-# Set to the hostname of this machine
-hostname="parabolaiso"
diff --git a/configs/talking-parabola-openrc/root-image/etc/fstab b/configs/talking-parabola-openrc/root-image/etc/fstab
deleted file mode 100644
index e69de29..0000000
--- a/configs/talking-parabola-openrc/root-image/etc/fstab
+++ /dev/null
diff --git a/configs/talking-parabola-openrc/root-image/etc/inittab b/configs/talking-parabola-openrc/root-image/etc/inittab
deleted file mode 100644
index 787b731..0000000
--- a/configs/talking-parabola-openrc/root-image/etc/inittab
+++ /dev/null
@@ -1,41 +0,0 @@
-# /etc/inittab: This file describes how the INIT process should set up
-# the system in a certain run-level.
-
-# Default runlevel.
-id:3:initdefault:
-
-# System initialization, mount local filesystems, etc.
-si::sysinit:/usr/bin/openrc sysinit
-
-# Further system initialization, brings up the boot runlevel.
-rc::bootwait:/usr/bin/openrc boot
-
-l0:0:wait:/usr/bin/openrc shutdown
-l0s:0:wait:/usr/bin/halt -dhip
-l1:S1:wait:/usr/bin/openrc single
-l2:2:wait:/usr/bin/openrc nonetwork
-l3:3:wait:/usr/bin/openrc default
-l4:4:wait:/usr/bin/openrc default
-l5:5:wait:/usr/bin/openrc default
-l6:6:wait:/usr/bin/openrc reboot
-l6r:6:wait:/usr/bin/reboot -d
-#z6:6:respawn:/usr/bin/sulogin
-
-# new-style single-user
-su0:S:wait:/usr/bin/openrc single
-su1:S:wait:/usr/bin/sulogin
-
-# TERMINALS
-c1:12345:respawn:/usr/bin/agetty -a root --noclear 38400 tty1 linux
-c2:2345:respawn:/usr/bin/agetty 38400 tty2 linux
-c3:2345:respawn:/usr/bin/agetty 38400 tty3 linux
-c4:2345:respawn:/usr/bin/agetty 38400 tty4 linux
-c5:2345:respawn:/usr/bin/agetty 38400 tty5 linux
-c6:2345:respawn:/usr/bin/agetty 38400 tty6 linux
-
-# SERIAL CONSOLES
-#s0:12345:respawn:/usr/bin/agetty 9600 ttyS0 vt100
-#s1:12345:respawn:/usr/bin/agetty 9600 ttyS1 vt100
-
-# What to do at the "Three Finger Salute".
-ca:12345:ctrlaltdel:/usr/bin/shutdown -r now
diff --git a/configs/talking-parabola-openrc/root-image/etc/locale.conf b/configs/talking-parabola-openrc/root-image/etc/locale.conf
deleted file mode 100644
index 01ec548..0000000
--- a/configs/talking-parabola-openrc/root-image/etc/locale.conf
+++ /dev/null
@@ -1 +0,0 @@
-LANG=en_US.UTF-8
diff --git a/configs/talking-parabola-openrc/root-image/etc/motd b/configs/talking-parabola-openrc/root-image/etc/motd
deleted file mode 100644
index 05ab207..0000000
--- a/configs/talking-parabola-openrc/root-image/etc/motd
+++ /dev/null
@@ -1,14 +0,0 @@
-
-===============================================================================
-
- Parabola live media _DATE_
-
- To install Parabola, the system must be connected to the internet.
- For instructions, enter this command:
- lynx network.html
-
- Press the number keys while holding Alt to switch virtual terminals.
- This allows entering commands without closing lynx.
-
-===============================================================================
-
diff --git a/configs/talking-parabola-openrc/root-image/etc/pam.d/su b/configs/talking-parabola-openrc/root-image/etc/pam.d/su
deleted file mode 100644
index a291042..0000000
--- a/configs/talking-parabola-openrc/root-image/etc/pam.d/su
+++ /dev/null
@@ -1,6 +0,0 @@
-#%PAM-1.0
-auth sufficient pam_rootok.so
-auth sufficient pam_wheel.so trust use_uid
-auth required pam_unix.so
-account required pam_unix.so
-session required pam_unix.so
diff --git a/configs/talking-parabola-openrc/root-image/etc/sudoers.d/g_wheel b/configs/talking-parabola-openrc/root-image/etc/sudoers.d/g_wheel
deleted file mode 100644
index 8c45359..0000000
--- a/configs/talking-parabola-openrc/root-image/etc/sudoers.d/g_wheel
+++ /dev/null
@@ -1 +0,0 @@
-%wheel ALL=(ALL) NOPASSWD: ALL
diff --git a/configs/talking-parabola-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules b/configs/talking-parabola-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules
deleted file mode 100644
index 970da69..0000000
--- a/configs/talking-parabola-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules
+++ /dev/null
@@ -1 +0,0 @@
-ACTION=="add", SUBSYSTEM=="net", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service"