aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2017-10-05 11:22:37 +0300
committerRiku Voipio <riku.voipio@linaro.org>2017-10-05 11:23:12 +0300
commit82376fdf93d4247ebcc92f348d4469dc92c3dd43 (patch)
treec9940a001ba4fd1e3fef78209848cdec5570ea53 /README.md
parentd4dbc0bd75defa3329fb47347f5317fbb8b66911 (diff)
Fix autologin and add README
Change-Id: Iaf47298363a9761417b70b91516052456642bfa8
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..eda520c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+Usage example:
+
+apt update; apt install --no-install-recommends fai-server
+fai-setup-storage qemu-utils procps img2simg
+git clone http://git.linaro.org/ci/fai.git
+fai-diskimage -v --cspace $PATH/fai --hostname test -S 3G --class SID,DEBIAN,LINARO,DEVELOPER,QCOM,DB410C,RAW linaro.raw 2>&1|tee fai.log
+img2simg linaro.raw linaro.img
+
+Gotchas:
+- order of classes matter - latter classes override variables from earlier ones
+- missing packages in packages from package\_lists and errors while installing packages will not error the build out