From 1a2e12d117c978cee5fabe93c91d411ee0a991f9 Mon Sep 17 00:00:00 2001 From: udeved Date: Sun, 18 Sep 2016 17:08:08 +0200 Subject: [PATCH] update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73c29b9..8747386 100644 --- a/README.md +++ b/README.md @@ -272,8 +272,10 @@ Usage: check-yaml [options] -p Buildset or profile [default: default] -a Arch [default: x86_64] -k Kernel to use[default: linux44] - -i Init system to use [default: systemd] + -i Init system to use [default: openrc] -c Check also calamares yaml files generated for the profile + -g Enable pacman group accepted for -p + -v Validate by schema -q Query settings -h This help ~~~ @@ -291,11 +293,20 @@ check-yaml -p xfce -a i686 -c check-yaml -p xfce -c ~~~ +* for a kdebase pacman group with validation + +~~~ +check-yaml -p kdebase -v +~~~ + ####Special parameters ######* -c * generate calamares module and settings conf files per profile +######* -g +* generate a netgroup for specified pacman group + ###5. buildtree buildtree is a little tools to sync arch abs and manjaro PKGBUILD git repos.