Commit 8ce8ce89 authored by Michael Shigorin's avatar Michael Shigorin

control: install2 support

rootfs scripts should hit installer some day; the problem is with variables (dumping 'em wholesale looks dirty, and proxying those sort of defeats the approach) rather than with scripts. Until then, transform the data from the single variable into a file containing one facility per line for installer-1.8.31+ to consume.
parent 37ce3f63
#!/bin/sh
# setup control(8) states for the installed system
# FIXME: drop this when rootfs scripts/data get installer support
[ -z "$GLOBAL_CONTROL" ] ||
echo "$GLOBAL_CONTROL" |
tr ' :' '\n ' > /usr/share/install2/control
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment