diff options
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | class/DEBIAN.var | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d7079f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +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 diff --git a/class/DEBIAN.var b/class/DEBIAN.var index 940b7da..cadf6c0 100644 --- a/class/DEBIAN.var +++ b/class/DEBIAN.var @@ -1,4 +1,3 @@ -release=stretch apt_cdn=http://deb.debian.org FAI_DEBOOTSTRAP="$release $apt_cdn/debian/" KEYMAP=us-latin1 |