diff --git a/docs/example.ks b/docs/example.ks index f6d251f1..ac203b51 100644 --- a/docs/example.ks +++ b/docs/example.ks @@ -20,13 +20,3 @@ rootpw --iscrypted locked #sshkey --username root "ssh-ed25519 demo@example.com" reboot -# Workarounds until https://github.com/rhinstaller/anaconda/pull/5298/ lands -bootloader --location=none --disabled -%post --erroronfail -set -euo pipefail -# Work around anaconda wanting a root password -passwd -l root -rootdevice=$(findmnt -nv -o SOURCE /) -device=$(lsblk -n -o PKNAME ${rootdevice}) -/usr/bin/bootupctl backend install --auto --with-static-configs --device /dev/${device} / -%end