This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f8733f729b
diskimage-builder
/
diskimage_builder
/
elements
/
ramdisk
/
binary-deps.d
/
ramdisk
4 lines
20 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add dhcp support for ramdisk element. This change adds support for retrieving the IP through DHCP if 'ip' was not provided as a kernel command-line argument by pxelinux. This is used when the kernel/ramdisk is booted by virtual media. Change-Id: I1097ce5b56ad40f2d6dc3181681d54f924ec7145 Closes-Bug: #1321563
2014-05-22 12:34:54 +00:00
dhclient
Fix dhclient in Fedora ramdisks Copy all of the necessary parts for a Fedora based dhclient to work. This includes a number of network scripts. Also grab the ip command supplied by the iproute package, the busybox "ip addr" command was missing the valid_lft and preferred_lft options. This will allow the dhcp to work in the ramdisk instead of getting passed the PXE net config. Related-Bug: #1417026 Change-Id: I8feee9a740855dab7b47162c5727bf91db77fcc6
2015-02-06 14:27:35 +00:00
ip
Move busybox binary-dep to ramdisk element Busybox should be installed and managed from the ramdisk element, since that is common to all elements that need busybox. In addition, we do not want busybox installed when building Dracut ramdisks, so it can't be in the deploy-* elements. Change-Id: I2656d20b466138f7f6dfcf558ba90c6909151d3c
2014-10-21 21:01:19 +00:00
busybox
Reference in New Issue
Copy Permalink