summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/linux.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-14 23:29:55 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-14 23:35:26 -0300
commitc25ede8a4bcf8cf25051213fe54fa546475f920a (patch)
treea884c2dc187ca47acda8ccf932db664fa016c85d /libre-testing/linux-libre/linux.install
parent0db038bfbdf03b6672cf6de93c9cc0cb2589add6 (diff)
linux-libre-4.2_gnu-4: fix bridge networking -> https://bugzilla.kernel.org/show_bug.cgi?id=104161
Diffstat (limited to 'libre-testing/linux-libre/linux.install')
-rw-r--r--libre-testing/linux-libre/linux.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/linux-libre/linux.install b/libre-testing/linux-libre/linux.install
index 32514d892..70e177ef2 100644
--- a/libre-testing/linux-libre/linux.install
+++ b/libre-testing/linux-libre/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-libre${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-libre${KERNEL_NAME}
if [ $(vercmp $2 3.13) -lt 0 ]; then