Skip to content

Commit

Permalink
Merge pull request #6087 from Yingshun/go_dhcpc
Browse files Browse the repository at this point in the history
guest_os_booting: Remove unnecessary dhcp-client package
  • Loading branch information
chloerh authored Jan 7, 2025
2 parents 8931197 + 45f5f45 commit ba29334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def prepare_virtiofs_bootable_system():
cmd1 = f"mkdir {install_root}"
cmd2 = f"dnf --installroot={install_root} --releasever=9 install "\
"system-release vim-minimal systemd passwd dnf rootfiles sudo "\
"kernel kernel-modules net-tools yum dhcp-client -y >/dev/null"
"kernel kernel-modules net-tools yum -y >/dev/null"
# Create the initramfs.
cmd3 = f"dracut {initrams_file} --early-microcode "\
"--add virtiofs --filesystem virtiofs"
Expand Down

0 comments on commit ba29334

Please sign in to comment.