From 015e2edf17ef7bdb7fd05a9f848c4747a62e7a6f Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 30 Jun 2022 01:43:38 +0700 Subject: all: add shell script to test the image using qemu Testing using qemu require adding "block" hooks to mkinitcpio.conf. --- sys/etc/mkinitcpio.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/etc/mkinitcpio.conf b/sys/etc/mkinitcpio.conf index de97b63..abe6299 100644 --- a/sys/etc/mkinitcpio.conf +++ b/sys/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=(systemd modconf) +HOOKS=(systemd autodetect block modconf) # COMPRESSION # Use this to compress the initramfs image. By default, zstd compression -- cgit v1.3