add: whatever I had

This commit is contained in:
Charles
2025-10-20 21:48:53 -07:00
parent 49b81c7d97
commit 7bb5109751
41 changed files with 424 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
LANG=C.UTF-8
+1
View File
@@ -0,0 +1 @@
/usr/share/zoneinfo/UTC
@@ -0,0 +1 @@
HOOKS=(base udev modconf archiso block filesystems)
@@ -0,0 +1,8 @@
# mkinitcpio preset file for the 'linux' package on archiso
PRESETS=('archiso')
ALL_kver='/boot/vmlinuz-linux'
archiso_config='/etc/mkinitcpio.conf.d/archiso.conf'
archiso_image="/boot/initramfs-linux.img"
+1
View File
@@ -0,0 +1 @@
root::14871::::::
@@ -0,0 +1,3 @@
# Allow root login using password authentication
PasswordAuthentication yes
PermitRootLogin yes
@@ -0,0 +1,2 @@
[Network]
IPv6PrivacyExtensions=yes
@@ -0,0 +1,13 @@
[Match]
# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*).
# See https://bugs.archlinux.org/task/70892
# Instead match by globbing the network interface name.
Name=en*
Name=eth*
[Link]
RequiredForOnline=routable
[Network]
DHCP=yes
MulticastDNS=yes
@@ -0,0 +1,4 @@
# Default systemd-resolved configuration for archiso
[Resolve]
MulticastDNS=yes
@@ -0,0 +1 @@
/dev/null
@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-config.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-final.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-local.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-main.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-network.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/hv_fcopy_daemon.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/hv_kvp_daemon.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/hv_vss_daemon.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/sshd.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-networkd.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-resolved.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/vboxservice.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/vmtoolsd.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/vmware-vmblock-fuse.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-networkd-wait-online.service
@@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-networkd.socket
@@ -0,0 +1,6 @@
# Allow systemd-networkd-wait-online to succeed with one interface, otherwise, if multiple network interfaces exist,
# network-online.target gets needlessly delayed.
# See https://wiki.archlinux.org/title/systemd-networkd#systemd-networkd-wait-online
[Service]
ExecStart=
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any