commit | 9c3b8000c2c3e3142fe509649d9f65336a4e8c49 | [log] [tgz] |
---|---|---|
author | Christophe Priouzeau <christophe.priouzeau@linaro.org> | Wed Sep 18 09:33:24 2019 +0200 |
committer | Christophe Priouzeau <christophe.priouzeau@linaro.org> | Wed Sep 18 09:33:24 2019 +0200 |
tree | 897bc312c3b58f469326d80f9202f27040660b51 | |
parent | af94f03ab3a647c26285f9679f4a5eddc132388d [diff] |
LEDGE: remove extractrootfs The extraction of rootfs does not work as expected: - some application are stubbed by fai before the end of fai execution (like /sbin/init which a simple bash script which launch bash) - the content of mount point are mandatory at runtime (like dpkg content present on /var/lib/dpkg) Change-Id: I9fe3fbdb4b8ab93ff92573a759adb2bed948e852 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@linaro.org>
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: