From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: isar-users@googlegroups.com
Cc: mosipov@ilbers.de
Subject: [PATCH 1/2] doc: add supported host distro section
Date: Fri, 20 Apr 2018 11:55:54 +0200 [thread overview]
Message-ID: <20180420095555.21357-2-mosipov@ilbers.de> (raw)
In-Reply-To: <20180420095555.21357-1-mosipov@ilbers.de>
Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
doc/user_manual.md | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/doc/user_manual.md b/doc/user_manual.md
index 058f7bd..213ca69 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -1,6 +1,6 @@
# ISAR User Manual
-Copyright (C) 2016-2017, ilbers GmbH
+Copyright (C) 2016-2018, ilbers GmbH
## Contents
@@ -29,6 +29,11 @@ Isar provides:
- Native compilation: Packages are compiled in a `chroot` environment using the same toolchain and libraries that will be installed to the target filesystem.
- Product templates that can be quickly re-used for real projects.
+### Supported Host Distributions
+
+ - `Debian`: 8.x (jessie), 9.x (stretch)
+ - `Ubuntu`: 16.04 LTS
+
---
## Getting Started
@@ -83,11 +88,15 @@ Isar requires `sudo` rights without password to work with `chroot` and `debootst
```
# visudo
```
-In the editor, allow the current user to run sudo without a password, e.g.:
+In the editor, allow the current user to run sudo without a password.
+One have to add two entries to sudoers (one for user, another - for user's primary group), e.g.:
+
```
- <user> ALL=NOPASSWD: ALL
+<user> ALL=NOPASSWD: ALL
+
+%<user> ALL=NOPASSWD: ALL
```
-Replace `<user>` with your user name. Use the tab character between the user name and parameters.
+Replace `<user>` with your user/primary group name. Use the tab character between the user name and parameters.
### Check out Isar
--
2.11.0
next prev parent reply other threads:[~2018-04-23 7:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-20 9:55 [PATCH 0/2] Various doc updates Maxim Yu. Osipov
2018-04-20 9:55 ` Maxim Yu. Osipov [this message]
2018-04-20 9:55 ` [PATCH 2/2] doc: add isar build in docker instructions Maxim Yu. Osipov
2018-04-23 7:12 ` Jan Kiszka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180420095555.21357-2-mosipov@ilbers.de \
--to=mosipov@ilbers.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox