summaryrefslogtreecommitdiff
path: root/configs/mate-openrc/root-image/etc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/mate-openrc/root-image/etc')
-rw-r--r--configs/mate-openrc/root-image/etc/conf.d/agetty.tty111
-rw-r--r--configs/mate-openrc/root-image/etc/conf.d/hostname2
-rw-r--r--configs/mate-openrc/root-image/etc/fstab0
-rwxr-xr-xconfigs/mate-openrc/root-image/etc/init.d/pacman-init31
-rw-r--r--configs/mate-openrc/root-image/etc/locale.conf1
-rw-r--r--configs/mate-openrc/root-image/etc/motd14
-rw-r--r--configs/mate-openrc/root-image/etc/pam.d/su6
-rw-r--r--configs/mate-openrc/root-image/etc/skel/.config/caja/accels133
-rw-r--r--configs/mate-openrc/root-image/etc/skel/.config/caja/desktop-metadata23
-rw-r--r--configs/mate-openrc/root-image/etc/skel/.config/dconf/userbin5534 -> 0 bytes
-rw-r--r--configs/mate-openrc/root-image/etc/skel/.config/gtk-2.0/gtkfilechooser.ini11
-rw-r--r--configs/mate-openrc/root-image/etc/skel/.config/volumeicon/volumeicon25
-rw-r--r--configs/mate-openrc/root-image/etc/skel/.directory6
-rw-r--r--configs/mate-openrc/root-image/etc/sudoers.d/g_wheel1
-rw-r--r--configs/mate-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules1
-rw-r--r--configs/mate-openrc/root-image/etc/wallpaper.pngbin842326 -> 0 bytes
16 files changed, 0 insertions, 265 deletions
diff --git a/configs/mate-openrc/root-image/etc/conf.d/agetty.tty1 b/configs/mate-openrc/root-image/etc/conf.d/agetty.tty1
deleted file mode 100644
index b7ff06d..0000000
--- a/configs/mate-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/mate-openrc/root-image/etc/conf.d/hostname b/configs/mate-openrc/root-image/etc/conf.d/hostname
deleted file mode 100644
index a701f0c..0000000
--- a/configs/mate-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/mate-openrc/root-image/etc/fstab b/configs/mate-openrc/root-image/etc/fstab
deleted file mode 100644
index e69de29..0000000
--- a/configs/mate-openrc/root-image/etc/fstab
+++ /dev/null
diff --git a/configs/mate-openrc/root-image/etc/init.d/pacman-init b/configs/mate-openrc/root-image/etc/init.d/pacman-init
deleted file mode 100755
index b610683..0000000
--- a/configs/mate-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/mate-openrc/root-image/etc/locale.conf b/configs/mate-openrc/root-image/etc/locale.conf
deleted file mode 100644
index 01ec548..0000000
--- a/configs/mate-openrc/root-image/etc/locale.conf
+++ /dev/null
@@ -1 +0,0 @@
-LANG=en_US.UTF-8
diff --git a/configs/mate-openrc/root-image/etc/motd b/configs/mate-openrc/root-image/etc/motd
deleted file mode 100644
index a126999..0000000
--- a/configs/mate-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/mate-openrc/root-image/etc/pam.d/su b/configs/mate-openrc/root-image/etc/pam.d/su
deleted file mode 100644
index a291042..0000000
--- a/configs/mate-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/mate-openrc/root-image/etc/skel/.config/caja/accels b/configs/mate-openrc/root-image/etc/skel/.config/caja/accels
deleted file mode 100644
index 9464f0d..0000000
--- a/configs/mate-openrc/root-image/etc/skel/.config/caja/accels
+++ /dev/null
@@ -1,133 +0,0 @@
-; caja GtkAccelMap rc-file -*- scheme -*-
-; this file is an automated accelerator map dump
-;
-; (gtk_accel_path "<Actions>/DirViewActions/Trash" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Save Search" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Sort by Emblems" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Start Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Location Poll" "")
-; (gtk_accel_path "<Actions>/ShellActions/Go to Trash" "")
-; (gtk_accel_path "<Actions>/SpatialActions/Go to Location" "<Primary>l")
-; (gtk_accel_path "<Actions>/IconViewActions/Stretch" "")
-; (gtk_accel_path "<Actions>/DirViewActions/MoveToMenu" "")
-; (gtk_accel_path "<Actions>/ShellActions/ZoomInAccel" "<Primary>equal")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationTrash" "")
-; (gtk_accel_path "<Actions>/DirViewActions/RenameSelectAll" "<Shift>F2")
-; (gtk_accel_path "<Actions>/DirViewActions/Undo" "<Primary>z")
-; (gtk_accel_path "<Actions>/DirViewActions/Location Start Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/CopyToMenu" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Empty Trash" "")
-; (gtk_accel_path "<Actions>/ShellActions/Close" "<Primary>w")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationRestoreFromTrash" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Manual Layout" "")
-; (gtk_accel_path "<Actions>/ShellActions/Zoom Normal" "<Primary>0")
-; (gtk_accel_path "<Actions>/DirViewActions/Create Link" "<Primary>m")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationDelete" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Sort by Trash Time" "")
-; (gtk_accel_path "<Actions>/DirViewActions/OtherApplication2" "")
-; (gtk_accel_path "<Actions>/DirViewActions/OpenInNewTab" "<Primary><Shift>o")
-; (gtk_accel_path "<Actions>/DirViewActions/OtherApplication1" "")
-; (gtk_accel_path "<Actions>/ShellActions/Connect to Server" "")
-; (gtk_accel_path "<Actions>/ShellActions/Help" "")
-; (gtk_accel_path "<Actions>/ShellActions/ZoomInAccel2" "<Primary>KP_Add")
-; (gtk_accel_path "<Actions>/SpatialActions/Close All Folders" "<Primary>q")
-; (gtk_accel_path "<Actions>/ShellActions/File" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Format Volume" "")
-; (gtk_accel_path "<Actions>/ShellActions/Caja Manual" "F1")
-; (gtk_accel_path "<Actions>/ShellActions/Go to Network" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Mount Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Copy" "<Primary>c")
-; (gtk_accel_path "<Actions>/IconViewActions/Sort by Type" "")
-; (gtk_accel_path "<Actions>/ShellActions/View" "")
-; (gtk_accel_path "<Actions>/DirViewActions/New Empty File" "")
-; (gtk_accel_path "<Actions>/ShellActions/About Caja" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Location Eject Volume" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Unstretch" "")
-; (gtk_accel_path "<Actions>/ShellActions/Zoom Out" "<Primary>minus")
-; (gtk_accel_path "<Actions>/DirViewActions/OpenCloseParent" "<Shift><Alt>Down")
-; (gtk_accel_path "<Actions>/SpatialActions/Close Parent Folders" "<Primary><Shift>w")
-; (gtk_accel_path "<Actions>/DirViewActions/Open" "<Primary>o")
-; (gtk_accel_path "<Actions>/DirViewActions/Self Format Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Unmount Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Connect To Server Link" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Location Unmount Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Reset to Defaults" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Location Mount Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationCut" "")
-; (gtk_accel_path "<Actions>/ShellActions/Zoom In" "<Primary>plus")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenFolderWindow" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Self Eject Volume" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Tighter Layout" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Paste Files Into" "")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationCopy" "")
-; (gtk_accel_path "<Actions>/DirViewActions/OpenAccel" "<Alt>Down")
-; (gtk_accel_path "<Actions>/DirViewActions/Open With" "")
-; (gtk_accel_path "<Actions>/ShellActions/Edit" "")
-; (gtk_accel_path "<Actions>/ShellActions/Up" "<Alt>Up")
-; (gtk_accel_path "<Actions>/DirViewActions/Open Scripts Folder" "")
-; (gtk_accel_path "<Actions>/DirViewActions/New Documents" "")
-; (gtk_accel_path "<Actions>/ShellActions/Reload" "<Primary>r")
-; (gtk_accel_path "<Actions>/DirViewActions/Move to Home" "")
-; (gtk_accel_path "<Actions>/ShellActions/Backgrounds and Emblems" "")
-; (gtk_accel_path "<Actions>/DirViewActions/No Templates" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Location Format Volume" "")
-; (gtk_accel_path "<Actions>/ShellActions/ZoomOutAccel" "<Primary>KP_Subtract")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationPasteFilesInto" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Sort by Size" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Select All" "<Primary>a")
-; (gtk_accel_path "<Actions>/DirViewActions/OpenAlternate" "<Primary><Shift>o")
-; (gtk_accel_path "<Actions>/ShellActions/Preferences" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Poll" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Select Pattern" "<Primary>s")
-; (gtk_accel_path "<Actions>/DesktopViewActions/Change Background" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Reversed Order" "")
-; (gtk_accel_path "<Actions>/ShellActions/Go to Computer" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Restore From Trash" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Location Stop Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationProperties" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Rename" "F2")
-; (gtk_accel_path "<Actions>/DirViewActions/Redo" "<Primary>y")
-; (gtk_accel_path "<Actions>/ShellActions/Go to Templates" "")
-; (gtk_accel_path "<Actions>/ShellActions/Show Hidden Files" "<Primary>h")
-; (gtk_accel_path "<Actions>/DirViewActions/Self Start Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Move to next pane" "")
-; (gtk_accel_path "<Actions>/DirViewActions/OpenFolderWindow" "")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenInNewTab" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Duplicate" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Eject Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Stop Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/PropertiesAccel" "<Primary>i")
-; (gtk_accel_path "<Actions>/ShellActions/Home" "<Alt>Home")
-; (gtk_accel_path "<Actions>/IconViewActions/Clean Up" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Sort by Modification Date" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Save Search As" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Keep Aligned" "")
-; (gtk_accel_path "<Actions>/DirViewActions/New Launcher" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Properties" "<Alt>Return")
-; (gtk_accel_path "<Actions>/SpatialActions/Add Bookmark" "<Primary>d")
-; (gtk_accel_path "<Actions>/DirViewActions/Copy to Desktop" "")
-; (gtk_accel_path "<Actions>/ShellActions/Stop" "")
-; (gtk_accel_path "<Actions>/DirViewActions/New Folder" "<Primary><Shift>n")
-; (gtk_accel_path "<Actions>/DirViewActions/Self Poll" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Move to Desktop" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Cut" "<Primary>x")
-; (gtk_accel_path "<Caja-Window>/view_as_4" "<Primary>4")
-; (gtk_accel_path "<Actions>/DirViewActions/Delete" "<Shift>Delete")
-; (gtk_accel_path "<Actions>/DesktopViewActions/New Launcher Desktop" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Sort by Name" "")
-; (gtk_accel_path "<Caja-Window>/view_as_2" "<Primary>2")
-; (gtk_accel_path "<Caja-Window>/view_as_3" "<Primary>3")
-; (gtk_accel_path "<Actions>/DirViewActions/Paste" "<Primary>v")
-; (gtk_accel_path "<Actions>/DirViewActions/Invert Selection" "<Primary><Shift>i")
-; (gtk_accel_path "<Caja-Window>/view_as_1" "<Primary>1")
-; (gtk_accel_path "<Actions>/DesktopViewActions/Empty Trash Conditional" "")
-; (gtk_accel_path "<Actions>/IconViewActions/Arrange Items" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Self Stop Volume" "")
-; (gtk_accel_path "<Actions>/SpatialActions/Places" "")
-; (gtk_accel_path "<Actions>/SpatialActions/Edit Bookmarks" "<Primary>b")
-; (gtk_accel_path "<Actions>/DirViewActions/Copy to Home" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Self Mount Volume" "")
-; (gtk_accel_path "<Actions>/SpatialActions/Search" "<Primary>f")
-; (gtk_accel_path "<Actions>/DirViewActions/Self Unmount Volume" "")
-; (gtk_accel_path "<Actions>/DirViewActions/Copy to next pane" "")
-; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenAlternate" "")
diff --git a/configs/mate-openrc/root-image/etc/skel/.config/caja/desktop-metadata b/configs/mate-openrc/root-image/etc/skel/.config/caja/desktop-metadata
deleted file mode 100644
index e1f9d17..0000000
--- a/configs/mate-openrc/root-image/etc/skel/.config/caja/desktop-metadata
+++ /dev/null
@@ -1,23 +0,0 @@
-[directory]
-caja-icon-view-keep-aligned=true
-caja-icon-view-layout-timestamp=1441316522
-
-[trash]
-caja-icon-position=64,302
-icon-scale=1
-caja-icon-position-timestamp=1441316522
-
-[computer]
-caja-icon-position=64,22
-icon-scale=1
-caja-icon-position-timestamp=1441316522
-
-[home]
-caja-icon-position=64,102
-icon-scale=1
-caja-icon-position-timestamp=1441316522
-
-[openSUSE 13.2 KDE Live.volume]
-caja-icon-position=64,382
-icon-scale=1
-caja-icon-position-timestamp=1441316562
diff --git a/configs/mate-openrc/root-image/etc/skel/.config/dconf/user b/configs/mate-openrc/root-image/etc/skel/.config/dconf/user
deleted file mode 100644
index e14186e..0000000
--- a/configs/mate-openrc/root-image/etc/skel/.config/dconf/user
+++ /dev/null
Binary files differ
diff --git a/configs/mate-openrc/root-image/etc/skel/.config/gtk-2.0/gtkfilechooser.ini b/configs/mate-openrc/root-image/etc/skel/.config/gtk-2.0/gtkfilechooser.ini
deleted file mode 100644
index d4c8858..0000000
--- a/configs/mate-openrc/root-image/etc/skel/.config/gtk-2.0/gtkfilechooser.ini
+++ /dev/null
@@ -1,11 +0,0 @@
-[Filechooser Settings]
-LocationMode=path-bar
-ShowHidden=false
-ShowSizeColumn=true
-GeometryX=52
-GeometryY=105
-GeometryWidth=920
-GeometryHeight=585
-SortColumn=name
-SortOrder=ascending
-StartupMode=recent
diff --git a/configs/mate-openrc/root-image/etc/skel/.config/volumeicon/volumeicon b/configs/mate-openrc/root-image/etc/skel/.config/volumeicon/volumeicon
deleted file mode 100644
index 588b9dd..0000000
--- a/configs/mate-openrc/root-image/etc/skel/.config/volumeicon/volumeicon
+++ /dev/null
@@ -1,25 +0,0 @@
-[Alsa]
-card=default
-
-[Notification]
-show_notification=true
-notification_type=0
-
-[StatusIcon]
-stepsize=5
-onclick=xterm -e 'alsamixer'
-theme=Default
-use_panel_specific_icons=false
-lmb_slider=false
-mmb_mute=false
-use_horizontal_slider=false
-show_sound_level=false
-use_transparent_background=false
-
-[Hotkeys]
-up_enabled=false
-down_enabled=false
-mute_enabled=false
-up=XF86AudioRaiseVolume
-down=XF86AudioLowerVolume
-mute=XF86AudioMute
diff --git a/configs/mate-openrc/root-image/etc/skel/.directory b/configs/mate-openrc/root-image/etc/skel/.directory
deleted file mode 100644
index 07c52ff..0000000
--- a/configs/mate-openrc/root-image/etc/skel/.directory
+++ /dev/null
@@ -1,6 +0,0 @@
-[Dolphin]
-Timestamp=2014,12,3,17,12,32
-Version=3
-
-[Settings]
-HiddenFilesShown=true
diff --git a/configs/mate-openrc/root-image/etc/sudoers.d/g_wheel b/configs/mate-openrc/root-image/etc/sudoers.d/g_wheel
deleted file mode 100644
index 8c45359..0000000
--- a/configs/mate-openrc/root-image/etc/sudoers.d/g_wheel
+++ /dev/null
@@ -1 +0,0 @@
-%wheel ALL=(ALL) NOPASSWD: ALL
diff --git a/configs/mate-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules b/configs/mate-openrc/root-image/etc/udev/rules.d/81-dhcpcd.rules
deleted file mode 100644
index 970da69..0000000
--- a/configs/mate-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"
diff --git a/configs/mate-openrc/root-image/etc/wallpaper.png b/configs/mate-openrc/root-image/etc/wallpaper.png
deleted file mode 100644
index d74092f..0000000
--- a/configs/mate-openrc/root-image/etc/wallpaper.png
+++ /dev/null
Binary files differ