Actions
Feature #18715
closedAccept base64-encoded shell script via kernel command line
Difficulty:
Triaged:
Description
Some users need to do small changes during discovery or implement workarounds for non-existing features (configure network bond). While we do support ZIP extensions, these require network connections and not everything can be workarounded.
We can implement base64-encoded (perhaps gzipped) shell scripts that would be executed during system boot, so users could easily put shell commands to execute before or during discovery. Two scripts could be accepted - before and after network initialization. These could be simple systemd service units decoding and executing shell scripts.
Updated by Lukas Zapletal over 7 years ago
- Priority changed from Normal to High
- Target version set to Discovery Image 3.4.0
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-discovery-image/pull/101 added
Updated by Lukas Zapletal almost 7 years ago
- Assignee changed from Rahul Bajaj to Lukas Zapletal
A customer asked for this, easy one.
Updated by Lukas Zapletal almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-discovery-image|929c1df90ca2cbf727258635cbb9558803a34543.
Actions