From a0a75054f52088340eaae58563e946105f0c4e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sorin-Mihai=20V=C3=A2rgolici?= Date: Tue, 23 Aug 2011 11:32:26 +0300 Subject: changed initcpio preset name --- src/core/libs/lib-software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/libs/lib-software.sh b/src/core/libs/lib-software.sh index 17102bb..4716da0 100644 --- a/src/core/libs/lib-software.sh +++ b/src/core/libs/lib-software.sh @@ -8,7 +8,7 @@ target_run_mkinitcpio() { target_special_fs on - run_controlled mkinitcpio "chroot $var_TARGET_DIR /sbin/mkinitcpio -p linux" $TMP_MKINITCPIO_LOG "Rebuilding initcpio images ..." + run_controlled mkinitcpio "chroot $var_TARGET_DIR /sbin/mkinitcpio -p linux-libre" $TMP_MKINITCPIO_LOG "Rebuilding initcpio images ..." target_special_fs off -- cgit v1.2.3