summaryrefslogtreecommitdiff
path: root/configs/profile-openrc/root-image/etc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile-openrc/root-image/etc')
-rw-r--r--configs/profile-openrc/root-image/etc/conf.d/agetty.tty111
-rw-r--r--configs/profile-openrc/root-image/etc/conf.d/hostname2
-rw-r--r--configs/profile-openrc/root-image/etc/fstab0
-rwxr-xr-xconfigs/profile-openrc/root-image/etc/init.d/pacman-init31
-rw-r--r--configs/profile-openrc/root-image/etc/locale.conf1
-rw-r--r--configs/profile-openrc/root-image/etc/motd14
-rw-r--r--configs/profile-openrc/root-image/etc/pam.d/su6
-rw-r--r--configs/profile-openrc/root-image/etc/sudoers.d/g_wheel1
-rw-r--r--configs/profile-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules1
9 files changed, 0 insertions, 67 deletions
diff --git a/configs/profile-openrc/root-image/etc/conf.d/agetty.tty1 b/configs/profile-openrc/root-image/etc/conf.d/agetty.tty1
deleted file mode 100644
index b7ff06d..0000000
--- a/configs/profile-openrc/root-image/etc/conf.d/agetty.tty1
+++ /dev/null
@@ -1,11 +0,0 @@
-# Set the baud rate of the terminal line
-baud="38400"
-
-# set the terminal type
-term_type="linux"
-
-# extra options to pass to agetty for this port
-agetty_options="--autologin root --noclear"
-
-# make agetty quiet
-#quiet="no"
diff --git a/configs/profile-openrc/root-image/etc/conf.d/hostname b/configs/profile-openrc/root-image/etc/conf.d/hostname
deleted file mode 100644
index a701f0c..0000000
--- a/configs/profile-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/profile-openrc/root-image/etc/fstab b/configs/profile-openrc/root-image/etc/fstab
deleted file mode 100644
index e69de29..0000000
--- a/configs/profile-openrc/root-image/etc/fstab
+++ /dev/null
diff --git a/configs/profile-openrc/root-image/etc/init.d/pacman-init b/configs/profile-openrc/root-image/etc/init.d/pacman-init
deleted file mode 100755
index b610683..0000000
--- a/configs/profile-openrc/root-image/etc/init.d/pacman-init
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/openrc-run
-# Copyright (C) 2017 Parabola Project
-# Copyright (C) Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="Initializes Pacman keyring"
-
-depend() {
- use haveged
- after haveged
-}
-
-start() {
- # Check that there's no keyring, if there isn't, create one
- # in the background for a faster boot
- if [ ! -d /etc/pacman.d/gnupg ]; then
- ebegin "Starting Pacman keyring"
- pacman-key --init &> /dev/null &&
- pacman-key --populate archlinux parabola &> /dev/null
- else
- ebegin "Pacman keyring already started"
- fi
-}
-
-stop() {
- # If there's a keyring, delete it
- if [ -d /etc/pacman.d/gnupg ]; then
- ebegin "Stoping Pacman keyring"
- rm -rf /etc/pacman.d/gnupg
- fi
-}
diff --git a/configs/profile-openrc/root-image/etc/locale.conf b/configs/profile-openrc/root-image/etc/locale.conf
deleted file mode 100644
index 01ec548..0000000
--- a/configs/profile-openrc/root-image/etc/locale.conf
+++ /dev/null
@@ -1 +0,0 @@
-LANG=en_US.UTF-8
diff --git a/configs/profile-openrc/root-image/etc/motd b/configs/profile-openrc/root-image/etc/motd
deleted file mode 100644
index a126999..0000000
--- a/configs/profile-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 function keys while holding Alt to switch virtual terminals.
- This allows entering commands without closing lynx.
-
-===============================================================================
-
diff --git a/configs/profile-openrc/root-image/etc/pam.d/su b/configs/profile-openrc/root-image/etc/pam.d/su
deleted file mode 100644
index a291042..0000000
--- a/configs/profile-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/profile-openrc/root-image/etc/sudoers.d/g_wheel b/configs/profile-openrc/root-image/etc/sudoers.d/g_wheel
deleted file mode 100644
index 8c45359..0000000
--- a/configs/profile-openrc/root-image/etc/sudoers.d/g_wheel
+++ /dev/null
@@ -1 +0,0 @@
-%wheel ALL=(ALL) NOPASSWD: ALL
diff --git a/configs/profile-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules b/configs/profile-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules
deleted file mode 100644
index 970da69..0000000
--- a/configs/profile-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"