diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-offline/modules/services-artix.conf b/iso-profiles/antergos/live-overlay/etc/calamares-offline/modules/services-artix.conf index 99b8e41..e5114bb 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-offline/modules/services-artix.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares-offline/modules/services-artix.conf @@ -1,4 +1,24 @@ --- command: artix-service -services: [] +services: + - name: "acpid" + action: "enable" + - name: "bluetoothd" + action: "enable" + - name: "cronie" + action: "enable" + - name: "cupsd" + action: "enable" + - name: "dbus" + action: "enable" + - name: "dhcpcd" + action: "enable" + - name: "NetworkManager" + action: "enable" + - name: "power-profiles-daemon" + action: "enable" + - name: "sddm" + action: "enable" + - name: "syslog-ng" + action: "enable" diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/grubcfg.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/grubcfg.conf new file mode 100644 index 0000000..50c255f --- /dev/null +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/grubcfg.conf @@ -0,0 +1,21 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +--- +# Create /etc/default/grub from scratch. +overwrite: true + +prefer_grub_d: false + +keep_distributor: false + +kernel_params: [ "quiet", "splash" ] + +defaults: + GRUB_TIMEOUT: 5 + GRUB_DEFAULT: "saved" + GRUB_DISABLE_SUBMENU: true + GRUB_TERMINAL_OUTPUT: "console" + GRUB_DISABLE_RECOVERY: true + GRUB_THEME: "/usr/share/grub/themes/antergos/theme.txt" + +always_use_defaults: false diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml index a60bed7..cc05caa 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/netinstall.yaml @@ -10,6 +10,9 @@ - grub - efibootmgr - sudo + - antergos-release + - antergos-next-keyring + - antergos-wallpapers - antergos-grub-theme - name: "Kernel" diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/services-artix.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/services-artix.conf index 99b8e41..e5114bb 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/services-artix.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/services-artix.conf @@ -1,4 +1,24 @@ --- command: artix-service -services: [] +services: + - name: "acpid" + action: "enable" + - name: "bluetoothd" + action: "enable" + - name: "cronie" + action: "enable" + - name: "cupsd" + action: "enable" + - name: "dbus" + action: "enable" + - name: "dhcpcd" + action: "enable" + - name: "NetworkManager" + action: "enable" + - name: "power-profiles-daemon" + action: "enable" + - name: "sddm" + action: "enable" + - name: "syslog-ng" + action: "enable" diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml index 4c1d4d5..efd9f53 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml @@ -10,6 +10,9 @@ - grub - efibootmgr - sudo + - antergos-release + - antergos-next-keyring + - antergos-wallpapers - antergos-grub-theme - name: "Kernel"