Commit 6423c67b authored by Anton Midyukov's avatar Anton Midyukov

control: create list of control to set in Live with installer

Some control that need to be set may appear after additional installation of basic packages.
parent 87cb4401
#!/bin/sh
# setup control(8) states for the installed system
[ -z "$GLOBAL_CONTROL" ] || [ ! -x /usr/sbin/install2 ] ||
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