diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-14 23:29:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-14 23:35:26 -0300 |
commit | c25ede8a4bcf8cf25051213fe54fa546475f920a (patch) | |
tree | a884c2dc187ca47acda8ccf932db664fa016c85d /libre-testing/linux-libre/linux.install | |
parent | 0db038bfbdf03b6672cf6de93c9cc0cb2589add6 (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.install | 4 |
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 |