[Bug 385500] Re: OS prober assigning wrong values

dino99 dyvazar at numericable.fr
Tue Sep 8 07:53:33 UTC 2009


here is the tweak:

in  /usr/bib/linux-boot-prober

changed:

#!/bin/sh
. /usr/share/os-prober/common.sh

set -e

newns 
require_tmpdir


to:

#!/bin/sh
. /usr/share/os-prober/common.sh

set -e

! newns "$@"
require_tmpdir


then run : sudo grub-mkconfig

-- 
OS prober assigning wrong values
https://bugs.launchpad.net/bugs/385500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list