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
6143d40def
diskimage-builder
/
diskimage_builder
/
elements
/
redhat-common
/
environment.d
/
50-redhat-common
3 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow to skip kernel cleanup For some use cases, it can be useful to keep all the kernels and not just keep the latest one. Add a parameter that allows it, and continue cleaning up kernels by default. Change-Id: Ia6e6c1fa18e3724c1eb89226151d81e9e748b793
2016-08-11 11:29:29 +00:00
export DIB_DISABLE_KERNEL_CLEANUP=${DIB_DISABLE_KERNEL_CLEANUP:-0}
Introduce manual setting of DIB_INIT_SYSTEM The current implementation evauates the dib-init-system script too early. Also it looks that there is no simple way of getting the info about the init system automatically: another element can install (later on) a different init system. Therefore the only reliable way of setting this is manual. Change-Id: I6e9ffa1bdb3154f488f4fd335b197699b86aacd4 Signed-off-by: Andreas Florath <andreas@florath.net>
2017-04-02 18:26:13 +00:00
export DIB_INIT_SYSTEM=systemd
Reference in New Issue
Copy Permalink