Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (d51fd2cc6741bd26f265cb7607eb6d98001aea78)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (d51fd2cc6741bd26f265cb7607eb6d98001aea78)
  • Date: Thu, 15 Nov 2018 19:29:29 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth 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 d51fd2cc6741bd26f265cb7607eb6d98001aea78
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth 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.

(cherry picked from commit 55ee7f292870e2dd645675d50afaa887d7fa06a0)

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 stable-0.62 grimoire by Vlad Glagolev (d51fd2cc6741bd26f265cb7607eb6d98001aea78), Vlad Glagolev, 11/15/2018

Archive powered by MHonArc 2.6.24.

Top of Page