From c3334377eb71906d8e19d7a23743bbf3af5002d2 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 14 Sep 2015 23:29:55 -0300 Subject: linux-libre-4.2_gnu-4: fix bridge networking -> https://bugzilla.kernel.org/show_bug.cgi?id=104161 --- libre-testing/linux-libre/linux.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre-testing/linux-libre/linux.install') 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 -- cgit v1.2.3