Re: guix bootloader selection - wip patch

2016-08-02 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> Really, installing U-Boot is as simple as this? If it is, that’s >> perfect. :-) > > Nope, it's just a placeholder :) > > But ideally U-Boot would provide something like that. > > I'm looking into writing u-boot-install.c and maybe

Re: guix bootloader selection - wip patch

2016-08-02 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> Really, installing U-Boot is as simple as this? If it is, that’s >> perfect. :-) > > Nope, it's just a placeholder :) > > But ideally U-Boot would provide something like that. > > I'm looking into writing u-boot-install.c and maybe

Re: guix bootloader selection - wip patch

2016-07-29 Thread Danny Milosavljevic
> Really, installing U-Boot is as simple as this? If it is, that’s > perfect. :-) Nope, it's just a placeholder :) But ideally U-Boot would provide something like that. I'm looking into writing u-boot-install.c and maybe contributing it to U-Boot - let's see how bad it is. Right now

Re: guix bootloader selection - wip patch

2016-07-28 Thread Ludovic Courtès
Danny Milosavljevic skribis: > so far I came up with the patch to Guix below for the actual bootloader > selection. Nice! > Some places are still broken. Search for "FIXME" below. > > For example I need a way to find out what the bootloader config file is > supposed

guix bootloader selection - wip patch

2016-07-27 Thread Danny Milosavljevic
Hi, so far I came up with the patch to Guix below for the actual bootloader selection. Some places are still broken. Search for "FIXME" below. For example I need a way to find out what the bootloader config file is supposed to be called in the new routine 'install-bootloader . It will get