Project

General

Profile

Bug #1566

[linux-libre] syntax errors in linux.install

oaken-source - over 6 years ago - . Updated over 6 years ago.

Status:
fixed
Priority:
bug
Assignee:
% Done:

100%


Description

commit 6d997261814afd1b6034705d14042f5a84f7d740 introduced a syntax error in linux.install.

this diff fixes it:

--- linux.install 2017-12-08 06:36:37.939450412 0100
++ linux.install.new 2017-12-12 14:53:03.473025932 0100
@ -3,6 +3,7 @ post_upgrade() {
if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
echo "WARNING: /boot appears to be a separate partition but is not mounted."
fi
fi
}

post_remove() {

Related issues

Related to Packages - Bug #1567: [linux-libre][x86_64] Missing kernel modulesfixed2017-12-13

Actions

History

#1

Updated by oaken-source over 6 years ago

a version of the diff untainted by markup:

--- linux.install       2017-12-08 06:36:37.939450412 +0100
+++ linux.install.new   2017-12-12 14:53:03.473025932 +0100
@@ -3,6 +3,7 @@ post_upgrade() {
     if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
       echo "WARNING: /boot appears to be a separate partition but is not mounted." 
     fi
+  fi
 }

 post_remove() {
#2

Updated by Megver83 over 6 years ago

this one is fixed
https://git.parabola.nu/abslibre.git/tree/libre-testing/linux-libre/linux.install

linux-libre 4.14.x will be available in [libre-testing] until cryptsetup works well too.

#3

Updated by Megver83 over 6 years ago

  • Related to Bug #1567: [linux-libre][x86_64] Missing kernel modules added
#4

Updated by Megver83 over 6 years ago

  • % Done changed from 0 to 100
  • Status changed from open to fixed

since the syntax error is a minimum mistake that has been solved, I mark this issue as fixed.

Also available in: Atom PDF