stages: 02/04-iso: ignore possible log files excluding it from the ISO image
[dragora.git] / CHEATSHEET.md
blob974773f8a27850a2000aa57fca42e7c75f6fc846
1 # Dragora's Cheatsheet
3 ## Bootstrapping
5 Prerequisities:
7 - Clone or sync the git repository.
9 - Obtain or sync the sources (tarballs).  See the *sources/README.md* file.
11 Instructions:
13 1. `./bootstrap -s0 2>&1 | tee stage0-log.txt`
15 2. `./bootstrap -s1 2>&1 | tee stage1-log.txt`
17 3. `./enter-chroot`
19 4. `qi -o /usr/src/qi/recipes/*.order | qi -b -S -p -i - 2>&1 | tee build-log.txt`
21 5. `passwd`
23 6. `exit`
25 7. `./bootstrap -s2 2>&1 | tee stage2-log.txt`
27 8. Burn or emulate the ISO image.