diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_desktop.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_desktop.conf deleted file mode 100644 index 15ad7c2..0000000 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_desktop.conf +++ /dev/null @@ -1,55 +0,0 @@ ---- -mode: required -method: legacy -labels: - step: "Desktop Environment" -items: - - id: "" - name: "No Desktop" - description: "Install without a desktop environment — not recommended. You'll only get a TTY; screen recording won't work without a capture card." - - id: plasma - packages: [ plasma ] - name: "Plasma" - description: "KDE Plasma Desktop — modern, feature-rich, highly customizable" - - id: xfce - packages: [ xfce4, xfce4-goodies ] - name: "Xfce" - description: "Xfce — lightweight, classic desktop" - - id: cinnamon - packages: - - cinnamon - - cinnamon-control-center - - cinnamon-desktop - - cinnamon-menus - - cinnamon-screensaver - - cinnamon-session - - cinnamon-settings-daemon - - cinnamon-translations - name: "Cinnamon" - description: "Cinnamon — traditional desktop with modern conventions" - - id: mate - packages: [ mate, mate-extra ] - name: "MATE" - description: "MATE — continuation of GNOME 2" - - id: lxqt - packages: [ lxqt ] - name: "LXQt" - description: "LXQt — lightweight Qt desktop" - - id: i3 - packages: [ i3 ] - name: "i3" - description: "i3 — tiling window manager" - - id: sway - packages: - - sway - - swaybg - - swayidle - - swaylock - name: "Sway" - description: "Sway — i3-compatible Wayland compositor" - - id: hyprland - packages: - - hyprland - - xdg-desktop-portal-hyprland - name: "Hyprland" - description: "Hyprland — dynamic tiling Wayland compositor" diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_init.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_init.conf deleted file mode 100644 index 748302c..0000000 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser_init.conf +++ /dev/null @@ -1,294 +0,0 @@ ---- -mode: required - -method: netinstall-add - -labels: - step: "Init selection" - step[de]: "Initauswahl" - -default: OpenRC - -items: - - id: OpenRC - name: openrc - description: "OpenRC init system" - screenshot: ":/images/if.png" - netinstall: - name: "openrc" - description: "OpenRC init system" - selected: false - critical: true - immutable: false - expanded: true - hidden: false - subgroups: - - name: "Default" - description: "Default services" - selected: true - hidden: true - packages: - - audit-openrc - - cryptsetup-openrc - - dbus-openrc - - dhcpcd-openrc - - lvm2-openrc - - mdadm-openrc - - name: "Cron" - description: "Cron init" - selected: true - packages: - - cronie-openrc - - name: "Syslog" - description: "Syslog init" - packages: - - syslog-ng-openrc - - metalog-openrc - - name: "Internet" - description: "Network init" - packages: - - avahi-openrc - - bluez-openrc - - iptables-openrc - - krb5-openrc - - networkmanager-openrc - - nfs-utils-openrc - - ntp-openrc - - openldap-openrc - - openssh-openrc - - rpcbind-openrc - - xinetd-openrc - - wpa_supplicant-openrc - - name: "Office" - description: "Office init" - packages: - - cups-openrc - - sane-openrc - - name: "Services" - description: "Services init" - packages: - - acpid-openrc - - alsa-utils-openrc - - apparmor-openrc - - brltty-openrc - - fuse-openrc - - gpm-openrc - - hdparm-openrc - - haveged-openrc - - lm_sensors-openrc - - openrc-settingsd - - openvpn-openrc - - power-profiles-daemon-openrc - - rsync-openrc - - - id: Dinit - name: dinit - description: "Dinit init system" - screenshot: ":/images/if.png" - netinstall: - name: "dinit" - description: "Dinit init system" - selected: false - critical: true - immutable: false - expanded: true - hidden: false - subgroups: - - name: "Default" - description: "Default services" - selected: true - hidden: true - packages: - - audit-dinit - - cryptsetup-dinit - - dbus-dinit - - dhcpcd-dinit - - lvm2-dinit - - mdadm-dinit - - name: "Cron" - description: "Cron init" - selected: true - packages: - - cronie-dinit - - name: "Syslog" - description: "Syslog init" - packages: - - syslog-ng-dinit - - metalog-dinit - - name: "Internet" - description: "Network init" - packages: - - avahi-dinit - - bluez-dinit - - iptables-dinit - - krb5-dinit - - networkmanager-dinit - - nfs-utils-dinit - - ntp-dinit - - openldap-dinit - - openssh-dinit - - rpcbind-dinit - - xinetd-dinit - - wpa_supplicant-dinit - - name: "Office" - description: "Office init" - packages: - - cups-dinit - - sane-dinit - - name: "Services" - description: "Services init" - packages: - - acpid-dinit - - alsa-utils-dinit - - apparmor-dinit - - brltty-dinit - - fuse-dinit - - gpm-dinit - - hdparm-dinit - - haveged-dinit - - lm_sensors-dinit - - openvpn-dinit - - power-profiles-daemon-dinit - - rsync-dinit - - - id: S6 - name: s6 - description: "S6 init system" - screenshot: ":/images/if.png" - netinstall: - name: "s6" - description: "S6 init system" - selected: false - critical: true - immutable: false - expanded: true - hidden: false - subgroups: - - name: "Default" - description: "Default services" - selected: true - hidden: true - packages: - - audit-s6 - - cryptsetup-s6 - - dbus-s6 - - dhcpcd-s6 - - lvm2-s6 - - mdadm-s6 - - s6-contrib - - name: "Cron" - description: "Cron init" - selected: true - packages: - - cronie-s6 - - name: "Syslog" - description: "Syslog init" - packages: - - syslog-ng-s6 - - metalog-s6 - - name: "Internet" - description: "Network init" - packages: - - avahi-s6 - - bluez-s6 - - iptables-s6 - - krb5-s6 - - networkmanager-s6 - - nfs-utils-s6 - - ntp-s6 - - openldap-s6 - - openssh-s6 - - rpcbind-s6 - - xinetd-s6 - - wpa_supplicant-s6 - - name: "Office" - description: "Office init" - packages: - - cups-s6 - - sane-s6 - - name: "Services" - description: "Services init" - packages: - - acpid-s6 - - alsa-utils-s6 - - apparmor-s6 - - brltty-s6 - - fuse-s6 - - gpm-s6 - - hdparm-s6 - - haveged-s6 - - lm_sensors-s6 - - openvpn-s6 - - power-profiles-daemon-s6 - - rsync-s6 - - - id: Runit - name: runit - description: "Runit init system" - screenshot: ":/images/if.png" - netinstall: - name: "runit" - description: "Runit init system" - selected: false - critical: true - immutable: false - expanded: true - hidden: false - subgroups: - - name: "Default" - description: "Default services" - selected: true - hidden: true - packages: - - audit-runit - - cryptsetup-runit - - dbus-runit - - dhcpcd-runit - - lvm2-runit - - mdadm-runit - - rsm - - name: "Cron" - description: "Cron init" - selected: true - packages: - - cronie-runit - - name: "Syslog" - description: "Syslog init" - packages: - - syslog-ng-runit - - metalog-runit - - name: "Internet" - description: "Network init" - packages: - - avahi-runit - - bluez-runit - - iptables-runit - - krb5-runit - - networkmanager-runit - - nfs-utils-runit - - ntp-runit - - openldap-runit - - openssh-runit - - rpcbind-runit - - xinetd-runit - - wpa_supplicant-runit - - name: "Office" - description: "Office init" - packages: - - cups-runit - - sane-runit - - name: "Services" - description: "Services init" - packages: - - acpid-runit - - alsa-utils-runit - - apparmor-runit - - brltty-runit - - fuse-runit - - gpm-runit - - hdparm-runit - - haveged-runit - - lm_sensors-runit - - openvpn-runit - - power-profiles-daemon-runit - - rsync-runit diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/settings.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/settings.conf index 01a3161..89da7cf 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/settings.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/settings.conf @@ -1,21 +1,12 @@ --- modules-search: [ local ] -instances: - - id: init - module: packagechooser - config: packagechooser_init.conf - - id: desktop - module: packagechooser - config: packagechooser_desktop.conf - sequence: - show: - welcome - locale - keyboard - - packagechooser@init - - packagechooser@desktop + - packagechooser - netinstall - partition - users