[debian-edu-commits] debian-edu/ 01/01: Fix typo in grub override and improve logging.

Petter Reinholdtsen pere at moszumanska.debian.org
Fri Oct 24 10:36:49 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 5aa20dc370c04e000f73754fa3cdf3705a2ec676
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Oct 24 12:32:56 2014 +0200

    Fix typo in grub override and improve logging.
---
 share/debian-edu-config/d-i/pre-pkgsel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/debian-edu-config/d-i/pre-pkgsel b/share/debian-edu-config/d-i/pre-pkgsel
index 48799d4..2f57c09 100644
--- a/share/debian-edu-config/d-i/pre-pkgsel
+++ b/share/debian-edu-config/d-i/pre-pkgsel
@@ -310,7 +310,7 @@ create_initial_localadmin_user() {
 workaround_grub_issue() {
     log "checking if grub workaround for bug #712907 should be activated."
     bootdev=$(grep /target/boot /proc/mounts | cut -d" " -f1)
-    grubdev=$(echo bootdev | sed -rn 's/(\/sd.).*$/\1/p')
+    grubdev=$(echo $bootdev | sed -rn 's/(\/sd.).*$/\1/p')
 
     db_get grub-installer/choose_bootdev || true
     # Only override if it is set to manual, otherwise we assume

-- 
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