Added projects & fixed unclear "\\\n"
This commit is contained in:
		
							parent
							
								
									9f47510eb9
								
							
						
					
					
						commit
						9ca34db11f
					
				
					 2 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
					@ -3,3 +3,5 @@
 | 
				
			||||||
- [Angstrom distribution](https://github.com/Angstrom-distribution/setup-scripts)
 | 
					- [Angstrom distribution](https://github.com/Angstrom-distribution/setup-scripts)
 | 
				
			||||||
- [Tizen](https://wiki.tizen.org/wiki/Build_Tizen_with_Yocto_Project)
 | 
					- [Tizen](https://wiki.tizen.org/wiki/Build_Tizen_with_Yocto_Project)
 | 
				
			||||||
- Many community-created distributions (for Raspberry Pi, Beaglebone, ...)
 | 
					- 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/)
 | 
				
			||||||
| 
						 | 
					@ -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"
 | 
					bootloader  --timeout=0  --append="rootwait rootfstype=ext3 video=vesafb vga=current console=tty0"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
<info data-markdown>
 | 
					<info data-markdown>
 | 
				
			||||||
the syntax doesn't support ` \\\n` line escape
 | 
						The syntax doesn't support escaped line return<br/>
 | 
				
			||||||
 | 
						ie you cant do this:
 | 
				
			||||||
 | 
						<pre><code class="lang-sh">bootloader  \
 | 
				
			||||||
 | 
						--timeout=0  \
 | 
				
			||||||
 | 
						--append="..."</code></pre>
 | 
				
			||||||
</info>
 | 
					</info>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Header
 | 
					## Header
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue