Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (55ee7f292870e2dd645675d50afaa887d7fa06a0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (55ee7f292870e2dd645675d50afaa887d7fa06a0)
  • Date: Wed, 27 Sep 2017 18:09:43 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

smgl/linux-initramfs/DETAILS | 2 +-
smgl/linux-initramfs/HISTORY | 4 ++++
smgl/linux-initramfs/mkinitrd | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 55ee7f292870e2dd645675d50afaa887d7fa06a0
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

linux-initramfs: version 0.8, supporting current/future kernel versions

This is just about mkinitrd's parameter checking not thinking that
4.11 is a file name.

diff --git a/smgl/linux-initramfs/DETAILS b/smgl/linux-initramfs/DETAILS
index 4288de9..ae507e6 100755
--- a/smgl/linux-initramfs/DETAILS
+++ b/smgl/linux-initramfs/DETAILS
@@ -1,5 +1,5 @@
SPELL=linux-initramfs
- VERSION=0.7
+ VERSION=0.8
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
WEB_SITE="http://www.sourcemage.org/";
ENTERED=20030803
diff --git a/smgl/linux-initramfs/HISTORY b/smgl/linux-initramfs/HISTORY
index 68a7e57..06010ee 100644
--- a/smgl/linux-initramfs/HISTORY
+++ b/smgl/linux-initramfs/HISTORY
@@ -1,3 +1,7 @@
+2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 0.8
+ * mkinitrd: guess kernel versions up to 99.*
+
2012-02-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.7; quoting paths
* mkinitrd: unstfu usage; mdadm strictly requires /proc
diff --git a/smgl/linux-initramfs/mkinitrd b/smgl/linux-initramfs/mkinitrd
index c3e225e..e4a630c 100755
--- a/smgl/linux-initramfs/mkinitrd
+++ b/smgl/linux-initramfs/mkinitrd
@@ -1329,7 +1329,7 @@ do
INITRD_FILE="${2}"
shift
;;
- 2.[46]*|3.*)
+ [2-9].*|[1-9][0-9].*)
KVERSION=$1
;;
*)



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (55ee7f292870e2dd645675d50afaa887d7fa06a0), Thomas Orgis, 09/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page