From cd1c42412e63cd5188abb31f6cfa8f72e13afe93 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 5 Oct 2021 17:38:21 +0200 Subject: [PATCH] add installer_latest --- .../archboot/installer_latest/etc/passwd | 23 +++++++++++++++++++ .../etc/profile.d/latest-installer.sh | 4 ++++ 2 files changed, 27 insertions(+) create mode 100644 usr/share/archboot/installer_latest/etc/passwd create mode 100644 usr/share/archboot/installer_latest/etc/profile.d/latest-installer.sh diff --git a/usr/share/archboot/installer_latest/etc/passwd b/usr/share/archboot/installer_latest/etc/passwd new file mode 100644 index 000000000..598aecd6d --- /dev/null +++ b/usr/share/archboot/installer_latest/etc/passwd @@ -0,0 +1,23 @@ +root:x:0:0:root:/root:/bin/sh +bin:x:1:1::/:/usr/bin/nologin +daemon:x:2:2::/:/usr/bin/nologin +mail:x:8:12::/var/spool/mail:/usr/bin/nologin +ftp:x:14:11::/srv/ftp:/usr/bin/nologin +http:x:33:33::/srv/http:/usr/bin/nologin +nobody:x:65534:65534:Nobody:/:/usr/bin/nologin +dbus:x:81:81:System Message Bus:/:/usr/bin/nologin +systemd-journal-remote:x:981:981:systemd Journal Remote:/:/usr/bin/nologin +systemd-network:x:980:980:systemd Network Management:/:/usr/bin/nologin +systemd-oom:x:979:979:systemd Userspace OOM Killer:/:/usr/bin/nologin +systemd-resolve:x:978:978:systemd Resolver:/:/usr/bin/nologin +systemd-timesync:x:977:977:systemd Time Synchronization:/:/usr/bin/nologin +systemd-coredump:x:976:976:systemd Core Dumper:/:/usr/bin/nologin +uuidd:x:68:68::/:/usr/bin/nologin +avahi:x:975:975:Avahi mDNS/DNS-SD daemon:/:/usr/bin/nologin +named:x:40:40:BIND DNS Server:/:/usr/bin/nologin +dhcpcd:x:974:974:dhcpcd privilege separation:/:/usr/bin/nologin +dnsmasq:x:973:973:dnsmasq daemon:/:/usr/bin/nologin +git:x:972:972:git daemon user:/:/usr/bin/git-shell +ntp:x:87:87:Network Time Protocol:/var/lib/ntp:/bin/false +openvpn:x:971:971:OpenVPN:/:/usr/bin/nologin +rpc:x:32:32:Rpcbind Daemon:/var/lib/rpcbind:/usr/bin/nologin diff --git a/usr/share/archboot/installer_latest/etc/profile.d/latest-installer.sh b/usr/share/archboot/installer_latest/etc/profile.d/latest-installer.sh new file mode 100644 index 000000000..4280da550 --- /dev/null +++ b/usr/share/archboot/installer_latest/etc/profile.d/latest-installer.sh @@ -0,0 +1,4 @@ +cd / +echo "Waiting 10 seconds for getting an internet connection through dhcpcd..." +sleep 10 +update-installer.sh -latest-install