From 15fa3da10bf90f51b7c53ac57f895ddd937f3849 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 26 Apr 2026 13:29:02 +0200 Subject: [PATCH] Delete build/60-installing-anaconda.sh --- build/60-installing-anaconda.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 build/60-installing-anaconda.sh diff --git a/build/60-installing-anaconda.sh b/build/60-installing-anaconda.sh deleted file mode 100755 index ac13b81..0000000 --- a/build/60-installing-anaconda.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/bash -set -eoux pipefail - - dnf install -y \ - anaconda \ - anaconda-install-env-deps \ - anaconda-dracut \ - dracut-config-generic \ - dracut-network \ - net-tools \ - squashfs-tools \ - grub2-efi-x64-cdboot \ - python3-mako \ - lorax-templates-* \ - biosdevname \ - prefixdevname \ - && dnf clean all - - mkdir -p /boot/efi && cp -ra /usr/lib/efi/*/*/EFI /boot/efi - mkdir /var/mnt - -