commit | b87133306a97ede4f78a8c12228ffb5f35613f98 | [log] [tgz] |
---|---|---|
author | Niklas Cassel <niklas.cassel@linaro.org> | Wed Oct 23 15:51:53 2019 +0200 |
committer | Niklas Cassel <niklas.cassel@linaro.org> | Wed Oct 23 16:05:28 2019 +0200 |
tree | e2b3280f5aeb6f3de85ebc63e72b3285ee08a688 | |
parent | af94f03ab3a647c26285f9679f4a5eddc132388d [diff] |
scripts: QCOM: use PARTLABEL in fstab Use PARTLABEL rather than /dev/disk/by-partlabel/ in fstab. Since we now specify root=PARTLABEL on the kernel command line, use PARTLABEL also in fstab, in order to be consistent. man fstab in debian buster shows that PARTLABEL is supported. Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org> Change-Id: I5a91f3042268f5c8acdf28dd5d4438eebd02f965
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: