2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>

* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Enclose
	set root in single quotes to prevent \, from being unescaped.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-14 14:47:50 +01:00
parent bc028f2f86
commit d27859b2ec
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Enclose
set root in single quotes to prevent \, from being unescaped.
2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
Prevent unknown commands from stopping menuentry execution.