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
2399a51133
diskimage-builder
/
elements
/
dracut-network
/
install.d
/
10-install-dracut-network
7 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add dracut-network element. This element will install the network modules for dracut and regenerate the initramfs. The network support would allow us to configure the network of the image via kernel cmdline instead of injecting files into the image. Change-Id: I829405127e77aec80b99ac8dd2032cb0c6d81063
2013-06-05 13:17:59 +00:00
#!/bin/bash
set -u and -o pipefail everywhere As with the previous similar changes, this is intended to catch problems as they happen instead of ignoring them and continuing on to potentially fail later. Setting this on all existing scripts will allow us to enforce use via Jenkins. Change-Id: Iad2d490c86dceab148ea9ab08f457c49a5d5352e
2014-04-03 02:24:15 +00:00
set -eu
set -o pipefail
Add dracut-network element. This element will install the network modules for dracut and regenerate the initramfs. The network support would allow us to configure the network of the image via kernel cmdline instead of injecting files into the image. Change-Id: I829405127e77aec80b99ac8dd2032cb0c6d81063
2013-06-05 13:17:59 +00:00
Install patch for dracut patching patch is installed indirectly via redhat-lsb-core, so it should really be installed directly. Meanwhile, Daddy Shadowman waited for these patches to be submitted to bugzilla. Change-Id: I2107cf7be99f396c5dd489a2693b949022a512e7
2013-08-29 03:02:04 +00:00
install-packages dracut-network patch
Reference in New Issue
Copy Permalink