[debian-edu-commits] debian-edu/ 01/01: Extend grub workaround to automatically handle /dev/vd* in addition to /dev/sd*, allowing virtio virtual machines to install automatically too.

Petter Reinholdtsen pere at moszumanska.debian.org
Sat Nov 1 06:28:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-config.

commit 8bc5b191c74343ad7ea528c0b46f52c8e9d8c7d0
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sat Nov 1 07:27:53 2014 +0100

    Extend grub workaround to automatically handle /dev/vd* in addition to /dev/sd*, allowing virtio virtual machines to install automatically too.
---
 debian/changelog                       | 8 ++++++++
 share/debian-edu-config/d-i/pre-pkgsel | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6e8a594..6ff7cd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-edu-config (1.814) UNRELEASED; urgency=low
+
+  * Extend grub workaround to automatically handle /dev/vd* in addition
+    to /dev/sd*, allowing virtio virtual machines to install
+    automatically too.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat, 01 Nov 2014 07:25:41 +0100
+
 debian-edu-config (1.813) unstable; urgency=medium
 
   * Make LTSP mirror editing more robust.  Do not add corrupt APT source
diff --git a/share/debian-edu-config/d-i/pre-pkgsel b/share/debian-edu-config/d-i/pre-pkgsel
index 23511c2..db23b3b 100644
--- a/share/debian-edu-config/d-i/pre-pkgsel
+++ b/share/debian-edu-config/d-i/pre-pkgsel
@@ -326,7 +326,7 @@ workaround_grub_issue() {
     fi
 
     case "$bootdev" in
-	/dev/sd*)
+	/dev/sd*|/dev/vd*)
 	    log "overriding grub-installer/choose_bootdev, setting it to $grubdev"
 	    db_set grub-installer/choose_bootdev "$grubdev" || true
 	    ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list