Open terefang opened 5 years ago
expected commandline:
./mkroot.sh BUSYBOX_RPM=y
expected contents of mini.conf:
CONFIG_RPM=y
hmm ... since cmd options like this are already propagated into env, after writing basic mini.conf one could do:
env | grep ^BUSYBOX_ | sed -e 's|^BUSYBOX_|CONFIG_|g' >> mini.conf
expected commandline:
expected contents of mini.conf:
hmm ... since cmd options like this are already propagated into env, after writing basic mini.conf one could do: