summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-software.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2011-08-03 18:49:13 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2011-08-03 18:49:13 +0200
commit3708f751e3b3d2f4a2cd852d2da31d26eb93feac (patch)
tree085639f7fc4d85f148b1ec38e3aa9328c28e60e1 /src/core/libs/lib-software.sh
parent1146b9e13b0db8d8d4c0d52c155a64b56eb37a78 (diff)
parent9eeb6d3ad98a52c25684ca022a659b29153ede9f (diff)
Merge branch 'master' into develop
Diffstat (limited to 'src/core/libs/lib-software.sh')
-rw-r--r--src/core/libs/lib-software.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-software.sh b/src/core/libs/lib-software.sh
index 3ff8305..17102bb 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 kernel26" $TMP_MKINITCPIO_LOG "Rebuilding initcpio images ..."
+ run_controlled mkinitcpio "chroot $var_TARGET_DIR /sbin/mkinitcpio -p linux" $TMP_MKINITCPIO_LOG "Rebuilding initcpio images ..."
target_special_fs off