Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dba7ca535f6f12d776de6be70dd0c6cca997a617)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dba7ca535f6f12d776de6be70dd0c6cca997a617)
  • Date: Fri, 16 May 2014 03:24:49 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

disk/eudev/BUILD | 3 ++-
disk/eudev/HISTORY | 3 +++
disk/gummiboot/DETAILS | 2 +-
disk/gummiboot/HISTORY | 4 ++++
disk/gummiboot/mkgummi | 7 +++----
5 files changed, 13 insertions(+), 6 deletions(-)

New commits:
commit dba7ca535f6f12d776de6be70dd0c6cca997a617
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

eudev - fix typo in build

commit 1319b83da37624ee6a35c444c8f4fc7c8fe6104e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gummiboot: => 45

diff --git a/disk/eudev/BUILD b/disk/eudev/BUILD
index 99548e1..1267b3f 100755
--- a/disk/eudev/BUILD
+++ b/disk/eudev/BUILD
@@ -1,6 +1,7 @@
cd $SOURCE_DIRECTORY &&

-./configure prefix=$INSTALL_ROOT \
+./configure \
+ --prefix=$INSTALL_ROOT \
--with-rootprefix=$INSTALL_ROOT \
--with-rootlibdir=$INSTALL_ROOT/lib \
--datarootdir=$INSTALL_ROOT/usr/share \
diff --git a/disk/eudev/HISTORY b/disk/eudev/HISTORY
index 008f342..f5eeab0 100644
--- a/disk/eudev/HISTORY
+++ b/disk/eudev/HISTORY
@@ -1,3 +1,6 @@
+2014-05-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix typo
+
2014-04-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6

diff --git a/disk/gummiboot/DETAILS b/disk/gummiboot/DETAILS
index bb8c2b7..2390495 100755
--- a/disk/gummiboot/DETAILS
+++ b/disk/gummiboot/DETAILS
@@ -1,5 +1,5 @@
SPELL=gummiboot
- VERSION=44
+ VERSION=45
SOURCE_IGNORE=volatile
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/disk/gummiboot/HISTORY b/disk/gummiboot/HISTORY
index ab8909c..d3e35f8 100644
--- a/disk/gummiboot/HISTORY
+++ b/disk/gummiboot/HISTORY
@@ -1,3 +1,7 @@
+2014-05-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 45
+ * mkgummi: fix
+
2014-04-04 Treeve Jelbert <treeve AT sourcemage.org>
* INSTALL, smgl-splash.bmp.xz: provide splash screen
* INSTALL, mkgummi: provide a configuration script
diff --git a/disk/gummiboot/mkgummi b/disk/gummiboot/mkgummi
index 825bd64..d32201e 100755
--- a/disk/gummiboot/mkgummi
+++ b/disk/gummiboot/mkgummi
@@ -2,10 +2,9 @@
root_dev()
{
ROOT_DEV=$( mount | grep ' / ' | awk ' $1 ~ /\/dev\/*/ {print $1}')
- ROOT_DEV=${ROOT_DEV/\/dev\//}
- ROOT_PART=$(ls -l /dev/disk/by-uuid | grep ${ROOT_DEV}$ |cut -d\ -f10 )
+ ROOT_PART=$(blkid |grep ${ROOT_DEV}: |cut -d\ -f6)
}
-# find the root partiton
+# find the root partition
root_dev
echo root = $ROOT_DEV
echo root partition = $ROOT_PART
@@ -28,7 +27,7 @@ title SourceMage GNU/Linux
version $VX
linux /vmlinuz-$VX
#options ro root=/dev/$ROOT_DEV
-options ro root=PARTUUID=$ROOT_PART
+options ro root=$ROOT_PART
EOF
done &&
umount /sys/firmware/efi/efivars



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dba7ca535f6f12d776de6be70dd0c6cca997a617), Treeve Jelbert, 05/16/2014

Archive powered by MHonArc 2.6.24.

Top of Page