diff options
author | Sorin-Mihai Vârgolici <smv@yobicore.org> | 2011-08-23 11:32:26 +0300 |
---|---|---|
committer | Sorin-Mihai Vârgolici <smv@yobicore.org> | 2011-08-23 11:32:26 +0300 |
commit | a0a75054f52088340eaae58563e946105f0c4e4b (patch) | |
tree | 9509187d3246bd119863c5a648627298c58c0c57 /src/core | |
parent | 5abbc505af4b22faba9e61a998c49d91256807ab (diff) |
changed initcpio preset name2011.08.25
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/libs/lib-software.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |