diskimage-builder/elements/ramdisk-base
Adam Gandelman 441b30f89f Fallback to a boot_server kernel param if ip= not passed
Depending on bootloader and configuration, ramdisks may receive
a ip= kernel parameter that is used for manual network bring up
in the ramdisk.  This parameter contains the address of the boot
server.  In the absence of ip=, we want the ramdisk to DHCP and
proceed as normal.  However, in this case need to know the address
of the boot server.  This falls back to a 'boot_server' parameter
for this address if it is not provided via kernel cmdline.

Change-Id: Id1ed15ba125d91fa0a13d8e19d1385082ee5d9e9
Closes-bug: #1401289
Related-bug: #1401298
2014-12-10 15:36:15 -08:00
..
cleanup.d Refactor ramdisk element to allow alternate implementations 2014-09-26 00:13:55 -05:00
extra-data.d Refactor ramdisk element to allow alternate implementations 2014-09-26 00:13:55 -05:00
init.d Fallback to a boot_server kernel param if ip= not passed 2014-12-10 15:36:15 -08:00
post-install.d Use binary-deps.d for dracut ramdisks 2014-10-22 15:13:48 -05:00
README.md Refactor ramdisk element to allow alternate implementations 2014-09-26 00:13:55 -05:00

Shared functionality required by all of the different ramdisk elements.