diff --git a/0-intro/projects.md b/0-intro/projects.md index 4f34b72..34a67ce 100644 --- a/0-intro/projects.md +++ b/0-intro/projects.md @@ -2,4 +2,6 @@ - [Angstrom distribution](https://github.com/Angstrom-distribution/setup-scripts) - [Tizen](https://wiki.tizen.org/wiki/Build_Tizen_with_Yocto_Project) -- Many community-created distributions (for Raspberry Pi, Beaglebone, ...) \ No newline at end of file +- Many community-created distributions (for Raspberry Pi, Beaglebone, ...) +- [Enea Linux](http://www.enea.com/solutions/Enea-Linux/) (ARM, real-time, virtualization and networking) +- [Wind River Linux](http://www.windriver.com/products/linux/) \ No newline at end of file diff --git a/3-buildtest/wic.md b/3-buildtest/wic.md index d70bcbf..19105c1 100644 --- a/3-buildtest/wic.md +++ b/3-buildtest/wic.md @@ -35,7 +35,11 @@ part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 bootloader --timeout=0 --append="rootwait rootfstype=ext3 video=vesafb vga=current console=tty0" ``` -the syntax doesn't support ` \\\n` line escape + The syntax doesn't support escaped line return
+ ie you cant do this: +
bootloader  \
+	--timeout=0  \
+	--append="..."
## Header