Re: [blfs-dev] About Initramfs and PARTUUID

2020-05-26 Thread Alain Dumont via blfs-dev
Le 26/05/2020 à 14:24, Alain Dumont via blfs-dev a écrit : Le 23/05/2020 à 22:56, Pierre Labastie via blfs-dev a écrit : On Fri, 2020-05-15 at 21:34 +0200, Alain Dumont via blfs-dev wrote: Hi all, With grub I usually use PARTUUID rather than UUID to specify the location of my file system

Re: [blfs-dev] About Initramfs and PARTUUID

2020-05-26 Thread Alain Dumont via blfs-dev
Le 23/05/2020 à 22:56, Pierre Labastie via blfs-dev a écrit : On Fri, 2020-05-15 at 21:34 +0200, Alain Dumont via blfs-dev wrote: Hi all, With grub I usually use PARTUUID rather than UUID to specify the location of my file system : linux/boot/vmlinuz root=PARTUUID="7d896f5 ."

[blfs-dev] About Initramfs and PARTUUID

2020-05-15 Thread Alain Dumont via blfs-dev
Hi all, With grub I usually use PARTUUID rather than UUID to specify the location of my file system : linux/boot/vmlinuz root=PARTUUID="7d896f5 ." It works very well. But recently I needed to use initrd (*) and I used the script mkinitramfs described in the blfs-book chapter 5. But then my

Re: [blfs-dev] $NINJAJOBS collides with a variable in QtWebEngine

2019-12-09 Thread Alain Dumont via blfs-dev
Le 09/12/2019 à 20:20, Ken Moffat via blfs-dev a écrit : On Mon, Dec 09, 2019 at 04:19:12PM +0100, Alain Dumont via blfs-dev wrote: Hi All, In the instructions for Qtwebengine you propose to use the instruction NINJAJOBS = x to avoid some problems. This variable, defined in the Ninja patch of

[blfs-dev] $NINJAJOBS collides with a variable in QtWebEngine

2019-12-09 Thread Alain Dumont via blfs-dev
Hi All, In the instructions for Qtwebengine you propose to use the instruction NINJAJOBS = x to avoid some problems. This variable, defined in the Ninja patch of LFS collides with the present variable in ../src/core/gn_run.pro of the qtwebengine package, which causes strange compilation errors