summaryrefslogtreecommitdiffstats
path: root/getting-started/machines/porter.md
AgeCommit message (Collapse)AuthorFilesLines
2017-07-11Merge branch 'master' into masterronan [iot.bzh]1-65/+153
2017-07-10Fix markdown lintRonan Le Martret1-65/+153
https://github.com/DavidAnson/markdownlint/blob/v0.5.0/doc/Rules.md MD012 - Multiple consecutive blank lines MD014 - Dollar signs used before commands without showing output MD022 - Headers should be surrounded by blank lines MD026 - Trailing punctuation in header MD029 - Ordered list item prefix MD031 - Fenced code blocks should be surrounded by blank lines MD032 - Lists should be surrounded by blank lines MD033 - Inline HTML MD034 - Bare URL used Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-07-05Update SD card instructions.Sebastien Douheret1-2/+2
root file system file is now a .tar.xz (no longer .bz2) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-02trivial whitespace removalMartin Kelly1-1/+1
Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-05-02r-car: boot with ro, not rwMartin Kelly1-1/+1
Booting with ro is safer in the case of filesystem corruption because it prevents processes from writing to a broken filesystem before the kernel has a chance to fsck and then remount rw. For this reason, it seems to be the standard in other Linux distros. From my testing, I don't see any drawback to it. Signed-off-by: Martin Kelly <mkelly@xevo.com>
2017-03-29porter.md: correct rootfs to ext4Martin Kelly1-1/+1
This is essentially the same fix as: https://gerrit.automotivelinux.org/gerrit/#/c/8485/ Signed-off-by: Martin Kelly <mkelly@xevo.com>
2016-12-07fix Small spelling mistake for porter.mdRonan1-2/+2
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-11-28update porter informationRonan1-90/+376
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-11-10porter.md: Update tar commandLeon Anavi1-1/+1
Add --xattrs-include='*' to the tar command. Suggested-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-11-07docs subfolder created; moved all MD files in docsStephane Desneux1-0/+218
Change-Id: I89e02117c9569354567816ec5ba2a5565b79849b Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>