Update
This commit is contained in:
parent
aac8f7011b
commit
94a009b78d
|
@ -85,7 +85,7 @@ sequence:
|
||||||
- exec:
|
- exec:
|
||||||
- hardwaredetect
|
- hardwaredetect
|
||||||
- partition
|
- partition
|
||||||
- zfs
|
# - zfs
|
||||||
- mount
|
- mount
|
||||||
- shellprocess@copy_packages_dont_chroot
|
- shellprocess@copy_packages_dont_chroot
|
||||||
- shellprocess@initialize_pacman_dont_chroot
|
- shellprocess@initialize_pacman_dont_chroot
|
||||||
|
@ -95,10 +95,10 @@ sequence:
|
||||||
- locale
|
- locale
|
||||||
- keyboard
|
- keyboard
|
||||||
- localecfg
|
- localecfg
|
||||||
- userpkglist
|
# - userpkglist
|
||||||
- packages@online
|
- packages@online
|
||||||
- luksbootkeyfile
|
- luksbootkeyfile
|
||||||
- zfshostid
|
# - zfshostid
|
||||||
- users
|
- users
|
||||||
- networkcfg
|
- networkcfg
|
||||||
- displaymanager
|
- displaymanager
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
#
|
#
|
||||||
# Configuration file for Melawy Linux offline installs
|
# Configuration file for Melawy Linux offline installs
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
modules-search: [ local ]
|
modules-search: [ local ]
|
||||||
|
@ -84,7 +83,7 @@ sequence:
|
||||||
- hardwaredetect
|
- hardwaredetect
|
||||||
- partition
|
- partition
|
||||||
- mount
|
- mount
|
||||||
- unpackfs
|
- unpackfsc
|
||||||
- shellprocess@reset_systemd_multiuser_chrooted
|
- shellprocess@reset_systemd_multiuser_chrooted
|
||||||
- machineid
|
- machineid
|
||||||
- fstab
|
- fstab
|
||||||
|
|
Loading…
Reference in New Issue