Skip to content

Commit ff4cc5e

Browse files
committed
[fix] : Do not use archiso_shutdown hook
1 parent f4a2150 commit ff4cc5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mkinitcpio/mkinitcpio-archiso-plymouth.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ FILES=()
125125
#
126126
## NOTE: If you have /usr on a separate partition, you MUST include the
127127
# usr, fsck and shutdown hooks.
128-
HOOKS=(base udev plymouth memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard)
128+
HOOKS=(base udev plymouth memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard)
129129

130130
# COMPRESSION
131131
# Use this to compress the initramfs image. By default, zstd compression

mkinitcpio/mkinitcpio-archiso.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ FILES=()
5858
#
5959
## NOTE: If you have /usr on a separate partition, you MUST include the
6060
# usr, fsck and shutdown hooks.
61-
HOOKS=(base udev memdisk archiso_shutdown archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard)
61+
HOOKS=(base udev memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block filesystems keyboard)
6262

6363
# COMPRESSION
6464
# Use this to compress the initramfs image. By default, zstd compression

0 commit comments

Comments
 (0)