summaryrefslogtreecommitdiffstats
path: root/abs/core/linux/linux.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-01-22 20:33:48 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-01-22 20:33:48 (GMT)
commit9ff105f3ff489972e0c9984d1fe8c0d50995e8b1 (patch)
treefce5730705aeb65f2ee3e67d8beb95946f7dbd45 /abs/core/linux/linux.install
parent98d505858997aa3d1839e221868949b520f93c97 (diff)
downloadlinhes_pkgbuild-9ff105f3ff489972e0c9984d1fe8c0d50995e8b1.zip
linhes_pkgbuild-9ff105f3ff489972e0c9984d1fe8c0d50995e8b1.tar.gz
linhes_pkgbuild-9ff105f3ff489972e0c9984d1fe8c0d50995e8b1.tar.bz2
linux: update to 4.4
Diffstat (limited to 'abs/core/linux/linux.install')
-rw-r--r--abs/core/linux/linux.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/linux/linux.install b/abs/core/linux/linux.install
index ef42413..dd2fa5c 100644
--- a/abs/core/linux/linux.install
+++ b/abs/core/linux/linux.install
@@ -8,7 +8,7 @@ post_install () {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
+ echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux${KERNEL_NAME}
}
@@ -20,7 +20,7 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
- echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
+ echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
mkinitcpio -p linux${KERNEL_NAME}
if [ $(vercmp $2 3.13) -lt 0 ]; then