Skip to content

Commit

Permalink
Test older livecd-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Jun 22, 2021
1 parent 5976682 commit 39d45b7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "CPU threads: $(nproc --all)"
grep 'model name' /proc/cpuinfo | uniq

### Dependencies
dnf install -y git livecd-tools zip
dnf install -y git livecd-tools-27.1-9.fc34.x86_64 zip

### Copy efibootmgr fix for anaconda
mkdir -p /tmp/kickstart_files/
Expand Down
23 changes: 23 additions & 0 deletions fedora-mbp.ks
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,29 @@ gcc-c++
make
iwd
wpa_supplicant
-grub2-efi-ia32-2.06*.fc34.x86_64
-grub2-efi-ia32-cdboot-2.06*.fc34.x86_64
-grub2-efi-x64-2.06*.fc34.x86_64
-grub2-efi-x64-cdboot-2.06*.fc34.x86_64
-grub2-pc-2.06*.fc34.x86_64
-grub2-tools-2.06*.fc34.x86_64
-grub2-tools-efi-2.06*.fc34.x86_64
-grub2-tools-extra-2.06*.fc34.x86_64
-grub2-tools-minimal-2.06*.fc34.x86_64
-grub2-common-2.06*.fc34.x86_64
-grub2-pc-modules-2.06*.fc34.x86_64
-kernel-5.*.fc34.x86_64
-kernel-core-5.*.fc34.x86_64
-kernel-devel-5.*.fc34.x86_64
-kernel-modules-5.*.fc34.x86_64
-kernel-modules-extra-5.*.fc34.x86_64
-kernel-modules-internal-5.*.fc34.x86_64
kernel-5.12.11-300.mbp.fc33.x86_64
kernel-core-5.12.11-300.mbp.fc33.x86_64
kernel-devel-5.12.11-300.mbp.fc33.x86_64
kernel-modules-5.12.11-300.mbp.fc33.x86_64
kernel-modules-extra-5.12.11-300.mbp.fc33.x86_64
kernel-modules-internal-5.12.11-300.mbp.fc33.x86_64

%end

Expand Down

0 comments on commit 39d45b7

Please sign in to comment.