From 1bf80f77f7a8bb4ffdd203c60662421e3f8f589b Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 1 Oct 2017 17:19:40 -0300 Subject: Added configs/mate-openrc Other changes: - Updated talkingparabola-X11 packages.both (xorg pkgs) - Updated pacman-init service for profile-openrc --- .../root-image/etc/conf.d/hostname | 2 -- .../talking-parabola-openrc/root-image/etc/fstab | 0 .../talking-parabola-openrc/root-image/etc/inittab | 41 ---------------------- .../root-image/etc/locale.conf | 1 - .../talking-parabola-openrc/root-image/etc/motd | 14 -------- .../root-image/etc/pam.d/su | 6 ---- .../root-image/etc/sudoers.d/g_wheel | 1 - .../root-image/etc/udev/rules.d/81-dhcpcd.rules | 1 - 8 files changed, 66 deletions(-) delete mode 100644 configs/talking-parabola-openrc/root-image/etc/conf.d/hostname delete mode 100644 configs/talking-parabola-openrc/root-image/etc/fstab delete mode 100644 configs/talking-parabola-openrc/root-image/etc/inittab delete mode 100644 configs/talking-parabola-openrc/root-image/etc/locale.conf delete mode 100644 configs/talking-parabola-openrc/root-image/etc/motd delete mode 100644 configs/talking-parabola-openrc/root-image/etc/pam.d/su delete mode 100644 configs/talking-parabola-openrc/root-image/etc/sudoers.d/g_wheel delete mode 100644 configs/talking-parabola-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules (limited to 'configs/talking-parabola-openrc/root-image/etc') 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 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" -- cgit v1.2.2