Honor GRUB_DISABLE_LINUX_UUID=true and don't set root=UUID then
authorMichael Prokop <mika@grml.org>
Thu, 4 Jun 2015 12:11:22 +0000 (14:11 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 4 Jun 2015 12:12:44 +0000 (14:12 +0200)
commita8c2e5f14dc2a1892c99acfc54a32efe5748b07c
treec6bd202303a9f43fa76fe42ff151b6357519b949
parentf42f932bfcca306c1d53b49b2c51e2db08837ac4
Honor GRUB_DISABLE_LINUX_UUID=true and don't set root=UUID then

According to the bug report pygrub doesn't support the UUID
magic.  If the user explicitely sets GRUB_DISABLE_LINUX_UUID=true
in /etc/default/grub we should honor that. Don't adjust grub.cfg
but instead prompt a warning then.

Fixes #65 @ github
grml-debootstrap