summaryrefslogtreecommitdiff
path: root/root
diff options
context:
space:
mode:
Diffstat (limited to 'root')
-rw-r--r--root/boot/limine.conf7
-rw-r--r--root/etc/chrony.conf2
-rw-r--r--root/etc/group2
-rw-r--r--root/etc/hostname1
-rwxr-xr-xroot/etc/init.d/chronyd4
-rwxr-xr-xroot/etc/init.d/dhcpcd6
-rwxr-xr-xroot/etc/init.d/dropbear4
-rwxr-xr-xroot/etc/init.d/mdevd6
-rw-r--r--root/etc/os-release5
-rw-r--r--root/etc/pam.d/sshd5
-rw-r--r--root/etc/pam.d/system-auth5
-rw-r--r--root/etc/passwd2
-rw-r--r--root/etc/resolv.conf2
-rw-r--r--root/etc/shadow2
-rw-r--r--root/etc/shells2
15 files changed, 0 insertions, 55 deletions
diff --git a/root/boot/limine.conf b/root/boot/limine.conf
deleted file mode 100644
index 11570f5..0000000
--- a/root/boot/limine.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-timeout: 3
-
-/Maple Linux
-protocol: linux
-kernel_path: boot():/vmlinuz
-kernel_cmdline: root=/dev/vda2
-module_path: boot():/initramfs \ No newline at end of file
diff --git a/root/etc/chrony.conf b/root/etc/chrony.conf
deleted file mode 100644
index 53f8bdd..0000000
--- a/root/etc/chrony.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-cmdport 0
-pool pool.ntp.org iburst maxsources 3
diff --git a/root/etc/group b/root/etc/group
deleted file mode 100644
index c553363..0000000
--- a/root/etc/group
+++ /dev/null
@@ -1,2 +0,0 @@
-root:x:0:root
-nobody:x:65534:nobody
diff --git a/root/etc/hostname b/root/etc/hostname
deleted file mode 100644
index 06fbeeb..0000000
--- a/root/etc/hostname
+++ /dev/null
@@ -1 +0,0 @@
-maple
diff --git a/root/etc/init.d/chronyd b/root/etc/init.d/chronyd
deleted file mode 100755
index ebe513b..0000000
--- a/root/etc/init.d/chronyd
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/openrc-run
-description="Network Time Protocol Daemon"
-command="/bin/chronyd"
-pidfile="/run/chrony/chronyd.pid"
diff --git a/root/etc/init.d/dhcpcd b/root/etc/init.d/dhcpcd
deleted file mode 100755
index 419556b..0000000
--- a/root/etc/init.d/dhcpcd
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/openrc-run
-description="DHCP Client Daemon"
-command="/bin/dhcpcd"
-command_args="-M"
-command_args_background="-b"
-pidfile="/run/dhcpcd/pid"
diff --git a/root/etc/init.d/dropbear b/root/etc/init.d/dropbear
deleted file mode 100755
index 405bd03..0000000
--- a/root/etc/init.d/dropbear
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/openrc-run
-command="/bin/dropbear"
-command_args="-R"
-pidfile="/run/dropbear.pid"
diff --git a/root/etc/init.d/mdevd b/root/etc/init.d/mdevd
deleted file mode 100755
index f8c7e4f..0000000
--- a/root/etc/init.d/mdevd
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/openrc-run
-description="Mini Device Mapper Daemon"
-command="/bin/mdevd"
-command_args="-O4"
-command_background="yes"
-pidfile="/run/mdevd.pid"
diff --git a/root/etc/os-release b/root/etc/os-release
deleted file mode 100644
index 00785b6..0000000
--- a/root/etc/os-release
+++ /dev/null
@@ -1,5 +0,0 @@
-NAME=Maple Linux
-VERSION=2025
-ID=maple
-VERSION_ID=2025
-PRETTY_NAME="Maple Linux"
diff --git a/root/etc/pam.d/sshd b/root/etc/pam.d/sshd
deleted file mode 100644
index 6d1ea17..0000000
--- a/root/etc/pam.d/sshd
+++ /dev/null
@@ -1,5 +0,0 @@
-#%PAM-1.0
-auth include system-auth
-account include system-auth
-password include system-auth
-session include system-auth
diff --git a/root/etc/pam.d/system-auth b/root/etc/pam.d/system-auth
deleted file mode 100644
index f0804c3..0000000
--- a/root/etc/pam.d/system-auth
+++ /dev/null
@@ -1,5 +0,0 @@
-#%PAM-1.0
-auth required pam_unix.so nullok
-account required pam_unix.so
-password required pam_unix.so nullok shadow
-session required pam_unix.so
diff --git a/root/etc/passwd b/root/etc/passwd
deleted file mode 100644
index 27d66ce..0000000
--- a/root/etc/passwd
+++ /dev/null
@@ -1,2 +0,0 @@
-root:x:0:0::/:/bin/zsh
-nobody:x:65534:65534::/:/bin/nologin
diff --git a/root/etc/resolv.conf b/root/etc/resolv.conf
deleted file mode 100644
index 0b030bf..0000000
--- a/root/etc/resolv.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-nameserver 1.1.1.1
-nameserver 1.0.0.1
diff --git a/root/etc/shadow b/root/etc/shadow
deleted file mode 100644
index 3b0fe76..0000000
--- a/root/etc/shadow
+++ /dev/null
@@ -1,2 +0,0 @@
-root::20295::::::
-nobody::20374::::::
diff --git a/root/etc/shells b/root/etc/shells
deleted file mode 100644
index a67a8da..0000000
--- a/root/etc/shells
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/sh
-/bin/zsh