[debian-edu-commits] debian-edu/ 01/01: Enable grub workaround for /dev/ud* devices too.
Petter Reinholdtsen
pere at moszumanska.debian.org
Sat Nov 1 18:40:02 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 94093add0921824579142d8eee4c8356fd08d29c
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sat Nov 1 19:39:55 2014 +0100
Enable grub workaround for /dev/ud* devices too.
---
debian/changelog | 6 +++---
share/debian-edu-config/d-i/pre-pkgsel | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 15e5e05..0c32d4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
debian-edu-config (1.814) UNRELEASED; urgency=low
- * Extend grub workaround to automatically handle /dev/vd*, /dev/hd*
- and /dev/xvd* in addition to /dev/sd*, allowing virtual machines
- using virtio, Xen and the old device names to install
+ * Extend grub workaround to automatically handle /dev/vd*, /dev/hd*,
+ /dev/ud* and /dev/xvd* in addition to /dev/sd*, allowing virtual
+ machines using virtio, Xen and the old device names to install
automatically too.
-- Petter Reinholdtsen <pere at debian.org> Sat, 01 Nov 2014 07:25:41 +0100
diff --git a/share/debian-edu-config/d-i/pre-pkgsel b/share/debian-edu-config/d-i/pre-pkgsel
index 16e5f49..9bc19a2 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/vd*|/dev/hd*|/dev/xvd*)
+ /dev/sd*|/dev/vd*|/dev/hd*|/dev/xvd*|/dev/ud*)
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