Update
This commit is contained in:
parent
855cd90edd
commit
9aa27b0a62
|
@ -105,10 +105,12 @@ sequence:
|
||||||
- hardwaredetect
|
- hardwaredetect
|
||||||
- partition
|
- partition
|
||||||
- mount
|
- mount
|
||||||
|
- unpackfsc
|
||||||
|
- shellprocess@reset_systemd_multiuser_chrooted
|
||||||
|
# - shellprocess@extract_airootfs_chrooted
|
||||||
- shellprocess@copy_packages_dont_chroot
|
- shellprocess@copy_packages_dont_chroot
|
||||||
- shellprocess@initialize_pacman_dont_chroot
|
- shellprocess@initialize_pacman_dont_chroot
|
||||||
- pacstrap
|
- pacstrap
|
||||||
- shellprocess@extract_airootfs_chrooted
|
|
||||||
- machineid
|
- machineid
|
||||||
- fstab
|
- fstab
|
||||||
- locale
|
- locale
|
||||||
|
|
|
@ -44,11 +44,13 @@
|
||||||
# A condition is used in e.g. stacked squashfses, where the user can select
|
# A condition is used in e.g. stacked squashfses, where the user can select
|
||||||
# a specific install type. The default value of *condition* is true.
|
# a specific install type. The default value of *condition* is true.
|
||||||
|
|
||||||
|
source: "/run/archiso/airootfs/root/airootfs.img"
|
||||||
|
sourcefs: "fsarchiver"
|
||||||
source: "/run/archiso/bootmnt/arch/x86_64/airootfs.sfs"
|
|
||||||
sourcefs: "squashfs"
|
|
||||||
destination: ""
|
destination: ""
|
||||||
|
|
||||||
|
# source: "/run/archiso/bootmnt/arch/x86_64/airootfs.sfs"
|
||||||
|
# sourcefs: "squashfs"
|
||||||
|
# destination: ""
|
||||||
# condition: true
|
# condition: true
|
||||||
|
|
||||||
# source: "/run/archiso/bootmnt/arch/boot/x86_64/vmlinuz-linux-cachyos"
|
# source: "/run/archiso/bootmnt/arch/boot/x86_64/vmlinuz-linux-cachyos"
|
||||||
|
|
Loading…
Reference in New Issue