commit | ff3bfa915ea326761a60fdd5a2de885b2a790d55 | [log] [tgz] |
---|---|---|
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Fri Sep 23 13:38:54 2022 +0200 |
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Fri Sep 23 13:52:43 2022 +0200 |
tree | 394906bcc1534915376f7bd641fd1bdfe7502242 | |
parent | 4388e38b0732ab11099f254d63fbad2451ff5311 [diff] |
fai: remove INSTALLER support We no longer do, nor want to produce debian installer images like we've done in the past. Let's remove the support completely. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: Ibb0d92f2d1af05c52ea9b493c68c2ce6546fa0eb
Usage example on arm64 host:
sudo modprobe loop docker run --privileged -v $(pwd):/work --rm -it linaro/arm64-fai /bin/bash cd /work git clone http://git.linaro.org/ci/fai.git fai-diskimage -v --cspace $(pwd)/fai --hostname linaro-test -S 3G --class BUSTER,DEBIAN,DEVELOPER,LINARO,QCOM,DB410C,RAW linaro.raw 2>&1|tee fai.log
Gotchas: