From 9ca34db11fa30178a294a71f78a277294bd73e70 Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Fri, 24 Jul 2015 10:12:30 +0200 Subject: [PATCH] Added projects & fixed unclear "\\\n" --- 0-intro/projects.md | 4 +++- 3-buildtest/wic.md | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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