Skip to content

Commit

Permalink
fixing netinstall_ce.yaml file for Artemis Release one last time
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe committed Jun 22, 2022
1 parent b70e6e7 commit ae9a6e4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions calamares/modules/netinstall-ce-base.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: "Systembase + Common packages"
- name: "Desktop-Base + Common packages"
description: "Recommended. Don't change unless you know what you're doing (generic)."
hidden: false
selected: true
Expand Down Expand Up @@ -224,27 +224,27 @@
description: "Support for printing (Cups)"
hidden: false
selected: false
critical: false
critical: true
packages:
- cups
- cups-filters
- cups-pdf
- ghostscript
- gsfonts
- foomatic-db-engine
- foomatic-db
- foomatic-db-ppds
- foomatic-db-nonfree
- foomatic-db-nonfree-ppds
- gutenprint
- foomatic-db-engine
- foomatic-db-gutenprint-ppds
- foomatic-db-nonfree
- foomatic-db-nonfree-ppds
- foomatic-db-ppds
- ghostscript
- gsfonts
- gutenprint
- splix
- system-config-printer
- name: "Support for HP Printer/Scanner"
description: "Extra Packages for HP Printer/Scanner"
hidden: false
selected: false
critical: false
critical: true
packages:
- hplip
- python-pyqt5
Expand All @@ -257,8 +257,8 @@
description: "Screen reader and mouse tweaks (impaired vision)"
hidden: false
selected: false
critical: false
critical: true
packages:
- orca
- mousetweaks
- espeak-ng
- mousetweaks
- orca

0 comments on commit ae9a6e4

Please sign in to comment.