139 lines
3.5 KiB
Plaintext
139 lines
3.5 KiB
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# Configuration file for Melawy Linux Calamares online installs
|
|
---
|
|
|
|
modules-search: [ local ]
|
|
|
|
instances:
|
|
- id: online
|
|
module: packages
|
|
config: packages_online.conf
|
|
|
|
- id: online
|
|
module: welcome
|
|
config: welcome_online.conf
|
|
|
|
# - shellprocess_copy_packages_dont_chroot
|
|
- id: copy_packages_dont_chroot
|
|
module: shellprocess
|
|
config: shellprocess_copy_packages_dont_chroot.conf
|
|
|
|
# - shellprocess@initialize_pacman_dont_chroot
|
|
- id: initialize_pacman_dont_chroot
|
|
module: shellprocess
|
|
config: shellprocess_initialize_pacman_dont_chroot_online.conf
|
|
|
|
# - shellprocess@remove_ucode_chrooted
|
|
- id: remove_ucode_chrooted
|
|
module: shellprocess
|
|
config: shellprocess_remove_ucode_chrooted.conf
|
|
|
|
# - shellprocess@copy_refind_theme_chrooted
|
|
- id: copy_refind_theme_chrooted
|
|
module: shellprocess
|
|
config: shellprocess_copy_refind_theme_chrooted.conf
|
|
|
|
# - shellprocess@remove_unneeded_nvidia_and_virt_machine_and_packages_chrooted
|
|
- id: remove_unneeded_nvidia_and_virt_machine_and_packages_chrooted
|
|
module: shellprocess
|
|
config: shellprocess_remove_unneeded_nvidia_and_virt_machine_and_packages_chrooted.conf
|
|
|
|
# - shellprocess@build_dracut_kernels_and_menu_chrooted
|
|
- id: build_dracut_kernels_and_menu_chrooted
|
|
module: shellprocess
|
|
config: shellprocess_build_dracut_kernels_and_menu_chrooted.conf
|
|
|
|
# - shellprocess@final_chrooted
|
|
- id: final_chrooted
|
|
module: shellprocess
|
|
config: shellprocess_final_chrooted.conf
|
|
|
|
# - shellprocess@copy_pacman_std_conf_dont_chroot
|
|
- id: copy_pacman_std_conf_dont_chroot
|
|
module: shellprocess
|
|
config: shellprocess_copy_pacman_std_conf_dont_chroot.conf
|
|
|
|
# - shellprocess@copy_install_logs_dont_chroot
|
|
- id: copy_install_logs_dont_chroot
|
|
module: shellprocess
|
|
config: shellprocess_copy_install_logs_dont_chroot.conf
|
|
|
|
# - shellprocess@install_nvidia_drivers_chrooted
|
|
- id: install_nvidia_drivers_chrooted
|
|
module: shellprocess
|
|
config: shellprocess_install_nvidia_drivers_chrooted.conf
|
|
|
|
# - shellprocess@install_intel_drivers_chrooted
|
|
- id: install_intel_drivers_chrooted
|
|
module: shellprocess
|
|
config: shellprocess_install_intel_drivers_chrooted.conf
|
|
|
|
|
|
sequence:
|
|
- show:
|
|
- welcome@online
|
|
- locale
|
|
- keyboard
|
|
# - packagechooser
|
|
- netinstall
|
|
- packagechooserq
|
|
- partition
|
|
- users
|
|
- summary
|
|
- exec:
|
|
- hardwaredetect
|
|
- partition
|
|
- zfs
|
|
- mount
|
|
- shellprocess@copy_packages_dont_chroot
|
|
- shellprocess@initialize_pacman_dont_chroot
|
|
- pacstrap
|
|
- machineid
|
|
- fstab
|
|
- locale
|
|
- keyboard
|
|
- localecfg
|
|
- userpkglist
|
|
- packages@online
|
|
- luksbootkeyfile
|
|
- zfshostid
|
|
- users
|
|
- networkcfg
|
|
- displaymanager
|
|
- hwclock
|
|
- shellprocess@remove_ucode_chrooted
|
|
- eos_bootloader
|
|
- grubcfg
|
|
- bootloader
|
|
- services-systemd
|
|
- shellprocess@copy_refind_theme_chrooted
|
|
- shellprocess@install_nvidia_drivers_chrooted
|
|
- shellprocess@install_intel_drivers_chrooted
|
|
- shellprocess@remove_unneeded_nvidia_and_virt_machine_and_packages_chrooted
|
|
- shellprocess@build_dracut_kernels_and_menu_chrooted
|
|
- shellprocess@final_chrooted
|
|
- shellprocess@copy_pacman_std_conf_dont_chroot
|
|
- shellprocess@copy_install_logs_dont_chroot
|
|
- preservefiles
|
|
- umount
|
|
- show:
|
|
- finished
|
|
|
|
branding: melawy
|
|
|
|
prompt-install: true
|
|
|
|
dont-chroot: false
|
|
|
|
oem-setup: false
|
|
|
|
disable-cancel: false
|
|
|
|
disable-cancel-during-exec: false
|
|
|
|
hide-back-and-next-during-exec: true
|
|
|
|
quit-at-end: false
|