From 31025e9f9ee50a5d56c539e5e912106c551ad2b2 Mon Sep 17 00:00:00 2001 From: Noa Himesaka Date: Sat, 1 Jan 2022 00:31:01 +0900 Subject: [PATCH] archiso releng upstream changes --- archiso/airootfs/etc/mkinitcpio.conf | 2 +- archiso/pacman.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/archiso/airootfs/etc/mkinitcpio.conf b/archiso/airootfs/etc/mkinitcpio.conf index 2de9623..f57dbdd 100644 --- a/archiso/airootfs/etc/mkinitcpio.conf +++ b/archiso/airootfs/etc/mkinitcpio.conf @@ -49,7 +49,7 @@ FILES=() # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr, fsck and shutdown hooks. -HOOKS=(base udev modconf memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard) +HOOKS=(base udev modconf memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/archiso/pacman.conf b/archiso/pacman.conf index 48cea98..3d3550c 100644 --- a/archiso/pacman.conf +++ b/archiso/pacman.conf @@ -96,6 +96,9 @@ Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. +#[custom] +#SigLevel = Optional TrustAll +#Server = file:///home/custompkgs [t2kern] SigLevel = Optional TrustAll Server = file:///t2kern