В Sun, 03 Nov 2013 18:16:09 +0100
"Thomas Schmitt" пишет:
> Hi,
>
> i believe to have found the udev rules in Debian 6 which
> govern the population of /dev/disk/by-label.
>
> File
> /lib/udev/rules.d/60-persistent-storage.rules
> has
> # probe filesystem metadata of disks
> KERNEL!="sr*"
Signed-off-by: Andrey Borzenkov
---
docs/grub.texi | 8
1 file changed, 8 insertions(+)
diff --git a/docs/grub.texi b/docs/grub.texi
index fced603..fbabea8 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -1450,6 +1450,14 @@ Normally, @command{grub-mkconfig} will try to use the
ext
В Mon, 04 Nov 2013 01:48:51 +0100
Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> Going through e-mail archives found this one, looks like it got
> forgotten. Fixed problems with it and simplified greatly and committed.
Is command name a typo?
cmd = grub_register_command ("check_nt_hibrerfil",
> +@item GRUB_DISABLE_SUBMENU
> +Normally, @command{grub-mkconfig} will generate top level menu entry for
> +the kernel with highest version number and put all other found kernels
> +or alternative menu entries for recovery mode in submenu. For entries
> returned
> +by @command{os-prober} first en
On 04.11.2013 14:13, Andrey Borzenkov wrote:
> В Mon, 04 Nov 2013 01:48:51 +0100
> Vladimir 'φ-coder/phcoder' Serbinenko пишет:
>
>> Going through e-mail archives found this one, looks like it got
>> forgotten. Fixed problems with it and simplified greatly and committed.
>
> Is command name a ty
Hi,
Andrey Borzenkov:
> I confirm this. The culprit is this rule in 60-persistent-storage.rules:
>
> # for partitions import parent information
> ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*"
>
> I'm not really sure how exactly to fix it. [...]
> I'm interested in which information actually ne
В Mon, 04 Nov 2013 15:03:45 +0100
"Thomas Schmitt" пишет:
> Is there an upstream with whom one could discuss this issue
Yes. It was on Cc on my message; you removed it.
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listi
Hi,
> > Is there an upstream with whom one could discuss this issue
> Yes. It was on Cc on my message; you removed it.
Sorry. I did not notice and did not copy it.
I'll subscribe there and post a short version of my previous mail.
Have a nice day :)
Thomas
___
В Mon, 04 Nov 2013 14:15:40 +0100
Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> Could you add that toggling this requires changing default/GRUB_DEFAULT
> and saved default?
>
>
Like this?
From: Andrey Borzenkov
To: grub-devel@gnu.org
Subject: [PATCH] document GRUB_DISABLE_SUBMENU
Signed-off
On 04.11.2013 15:27, Andrey Borzenkov wrote:
> В Mon, 04 Nov 2013 14:15:40 +0100
> Vladimir 'φ-coder/phcoder' Serbinenko пишет:
>> Could you add that toggling this requires changing default/GRUB_DEFAULT
>> and saved default?
>>
>>
>
> Like this?
>
I think it should be "will" not "may". And also
On Wed, 30 Oct 2013, Daniel Kiper wrote:
> Hi,
>
> Here is a short summary of our discussion. It looks
> that we have two choices right now:
> - chainloader,
> - multiboot2 protocol.
>
> chainloader solution could be implemented quite easily. Some code should be
> added for command line parsi
For now it's 64-bit only but it works. I've also tested with netbsd and
GNU mach. All of them work as well as when launched directly from
hypervisor.
GNU GRUB version 2.00
Minimal BASH-like line editing is supported. For the first word, TAB
lists possible com
On 05.11.2013 04:39, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> For now it's 64-bit only but it works. I've also tested with netbsd and
> GNU mach. All of them work as well as when launched directly from
> hypervisor.
Forgot the most important thing: it's available under
http://git.savannah.gnu
Another slight problem. Updated the GIT repo to latest,
$ gmake clean && /autogen.sh --disable-werror && ./configure --disable-werror
$ gmake =>
/usr/bin/ld: unrecognised emulation mode: elf_i386
Supported emulations: elf_x86_64_fbsd elf_i386_fbsd
gmake[3]: *** [disk.module] Error 1
gmake[3]: Lea
14 matches
Mail list logo