Compare commits
1 Commits
dev/autopr
...
master
Author | SHA1 | Date |
---|---|---|
|
bfd70ef34e |
|
@ -1,16 +1,16 @@
|
||||||
%packages
|
|
||||||
dch-autoprovision
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
{
|
cat > /root/.ssh/authorized_keys <<EOF
|
||||||
ls -la /root/.ssh
|
expiry-time="$(date -d +1hour +%Y%m%d%H%M)",restrict,pty ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICoOO/ZYMxRgmyvqZwGN3NM5pHyh3NBdC7iZrXIopt93 Host Provisioner
|
||||||
chmod -R 700 /root/.ssh
|
EOF
|
||||||
cat /root/.ssh/authorized_keys
|
|
||||||
|
cat > /usr/local/libexec/notify-online.sh <<'EOF'
|
||||||
|
{% include "notify-online.sh" %}
|
||||||
|
EOF
|
||||||
|
chmod +x /usr/local/libexec/notify-online.sh
|
||||||
|
|
||||||
|
cat > /etc/systemd/system/notify-online.service <<'EOF'
|
||||||
|
{% include "notify-online.service" %}
|
||||||
|
EOF
|
||||||
|
|
||||||
systemctl enable --no-reload notify-online.service
|
systemctl enable --no-reload notify-online.service
|
||||||
sed -i 's/.*ForwardToConsole.*/ForwardToConsole=yes/' /etc/systemd/journald.conf
|
|
||||||
grep ForwardTo /etc/systemd/journald.conf
|
|
||||||
passwd -d root
|
|
||||||
exit 0
|
|
||||||
} > /dev/console
|
|
||||||
%end
|
%end
|
||||||
|
|
|
@ -13,7 +13,6 @@ reboot
|
||||||
-NetworkManager
|
-NetworkManager
|
||||||
-authconfig
|
-authconfig
|
||||||
-dhcp-client
|
-dhcp-client
|
||||||
-dnf-plugins-core
|
|
||||||
-dnf-yum
|
-dnf-yum
|
||||||
-dracut-config-rescue
|
-dracut-config-rescue
|
||||||
-man-db
|
-man-db
|
||||||
|
@ -27,15 +26,17 @@ reboot
|
||||||
-yum
|
-yum
|
||||||
chrony
|
chrony
|
||||||
dnf
|
dnf
|
||||||
|
dnf-command(system-upgrade)
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
grubby
|
grubby
|
||||||
kitty-terminfo
|
kitty-terminfo
|
||||||
openssh-server
|
openssh-server
|
||||||
|
python3-libdnf5
|
||||||
python3-libselinux
|
python3-libselinux
|
||||||
python3-policycoreutils
|
python3-policycoreutils
|
||||||
rng-tools
|
rng-tools
|
||||||
selinux-policy-targeted
|
selinux-policy-targeted
|
||||||
sshca-cli-systemd
|
sshca-cli
|
||||||
systemd-networkd
|
systemd-networkd
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue