Skip to content

Commit

Permalink
guest_os_booting: Remove unnecessary dhcp-client package
Browse files Browse the repository at this point in the history
Signed-off-by: Yingshun Cui <[email protected]>
  • Loading branch information
Yingshun committed Dec 20, 2024
1 parent 5fd257c commit 45f5f45
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 45f5f45

Please sign in to comment.