new livecd generation make target

This commit is contained in:
phanes
2023-04-02 02:34:59 -04:00
parent 7fdac0e72e
commit afd68110bc
18 changed files with 1254 additions and 17 deletions

View File

@@ -97,6 +97,10 @@ master:
set -e
sudo /usr/bin/env -i bash -c ". ./project_config.sh && ${dir_make}/master.sh"
livecd:
set -e
sudo /usr/bin/env -i bash -c ". ./project_config.sh && ${dir_make}/livecd.sh"
# example:
# make dirs
# make install_rex