mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add interactive "configurator"
This is a more UX-friendly glorified bootstrap.cfg editor. Somewhat inspired by kconfig.
This commit is contained in:
parent
e2d4782cc2
commit
e1077cbed3
6 changed files with 878 additions and 25 deletions
|
|
@ -64,6 +64,15 @@ MES_PKG=mes-0.26
|
|||
MES_PREFIX=${SRCDIR}/${MES_PKG}/build/${MES_PKG}
|
||||
GUILE_LOAD_PATH=${MES_PREFIX}/mes/module:${MES_PREFIX}/module:${SRCDIR}/${MES_PKG}/build/${NYACC_PKG}/module
|
||||
|
||||
M2-Mesoplanet --architecture ${ARCH} -f configurator.c -o configurator
|
||||
# Checksums
|
||||
if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||
sha256sum -o configurator.${ARCH}.checksums configurator
|
||||
else
|
||||
sha256sum -c configurator.${ARCH}.checksums
|
||||
fi
|
||||
./configurator /steps/configurator
|
||||
|
||||
M2-Mesoplanet --architecture ${ARCH} -f script-generator.c -o script-generator
|
||||
# Checksums
|
||||
if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||
|
|
@ -72,4 +81,5 @@ else
|
|||
sha256sum -c script-generator.${ARCH}.checksums
|
||||
fi
|
||||
./script-generator /steps/manifest
|
||||
|
||||
kaem --file /steps/0.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue