commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r811 - in /crosshurd/trunk: debian/changelog makehurddir.sh


From: sthibault
Subject: r811 - in /crosshurd/trunk: debian/changelog makehurddir.sh
Date: Tue, 24 May 2016 23:11:23 -0000

Author: sthibault
Date: Tue May 24 23:11:23 2016
New Revision: 811

URL: http://svn.debian.org/wsvn/pkg-hurd/crosshurd/?sc=1&rev=811
Log:
Add gnumach.gz symlink for dumb update-grub scripts

Modified:
    crosshurd/trunk/debian/changelog
    crosshurd/trunk/makehurddir.sh

Modified: crosshurd/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-hurd/crosshurd/crosshurd/trunk/debian/changelog?rev=811&op=diff
==============================================================================
--- crosshurd/trunk/debian/changelog    (original)
+++ crosshurd/trunk/debian/changelog    Tue May 24 23:11:23 2016
@@ -1,3 +1,10 @@
+crosshurd (1.7.51) UNRELEASED; urgency=medium
+
+  [ Rodrigo Valiña Gutiérrez ]
+  * Add gnumach.gz symlink for dumb update-grub scripts (Closes: Bug#825229).
+
+ -- Samuel Thibault <address@hidden>  Wed, 25 May 2016 01:11:06 +0200
+
 crosshurd (1.7.50) unstable; urgency=medium
 
   [ Rodrigo Valiña Gutiérrez ]

Modified: crosshurd/trunk/makehurddir.sh
URL: 
http://svn.debian.org/wsvn/pkg-hurd/crosshurd/crosshurd/trunk/makehurddir.sh?rev=811&op=diff
==============================================================================
--- crosshurd/trunk/makehurddir.sh      (original)
+++ crosshurd/trunk/makehurddir.sh      Tue May 24 23:11:23 2016
@@ -43,6 +43,8 @@
 
 if [ -e $TARGET/var/cache/apt/archives/gnumach-image-1.6-486_* ] ; then
         extract gnumach-image-1.6-486
+       # place symlink for compatibility with update-grub 
(/etc/grub.d/30_os-prober)
+       ln -s gnumach-1.6-486.gz "$TARGET/boot/gnumach.gz"
 fi
 
 if [ -e $TARGET/var/cache/apt/archives/libbz2-1.0_* ] ; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]