diff options
-rw-r--r-- | patterns/base.yaml | 6 | ||||
-rw-r--r-- | patterns/console-tools.yaml | 3 | ||||
-rw-r--r-- | patterns/development.yaml | 3 | ||||
-rw-r--r-- | patterns/ivi-adaptation.yaml | 13 |
4 files changed, 6 insertions, 19 deletions
diff --git a/patterns/base.yaml b/patterns/base.yaml index 44b0b95..e892a17 100644 --- a/patterns/base.yaml +++ b/patterns/base.yaml @@ -15,18 +15,12 @@ Packages: - coreutils - rpm - rpm-security-plugin -- curl - tizen-release - procps - psmisc - net-tools -- iputils -- iproute2 - kbd - glibc-locale - pciutils - connman -- ca-certificates-mozilla -- corewatcher -- snapper-zypp-plugin Summary: Base System diff --git a/patterns/console-tools.yaml b/patterns/console-tools.yaml index 37cfe12..2113ece 100644 --- a/patterns/console-tools.yaml +++ b/patterns/console-tools.yaml @@ -2,6 +2,7 @@ Description: Console Tools Name: console-tools Packages: - zypper +- snapper-zypp-plugin - tar - wget - grep @@ -15,6 +16,7 @@ Packages: - less - xz - nano +- curl - strace - diffutils - patch @@ -22,4 +24,5 @@ Packages: - wdiff - powertop - sudo +- ca-certificates-mozilla Summary: Console Tools diff --git a/patterns/development.yaml b/patterns/development.yaml index 48323a7..c994ccd 100644 --- a/patterns/development.yaml +++ b/patterns/development.yaml @@ -41,4 +41,7 @@ Packages: - lsof - attr - smack +- corewatcher +- iputils +- iproute2 Summary: Development diff --git a/patterns/ivi-adaptation.yaml b/patterns/ivi-adaptation.yaml deleted file mode 100644 index 7ba9a96..0000000 --- a/patterns/ivi-adaptation.yaml +++ /dev/null @@ -1,13 +0,0 @@ -Description: IVI Adaptation -Name: ivi-adaptation -Packages: - - dracut - - plymouth - - linux-firmware - - kernel-adaptation-pc - - xf86-input-synaptics - - xf86-video-intel - - xf86-input-keyboard - - pc-installer - - csr-framework -Summary: IVI Adaptation |