Hi Vit
I presume you plan to have a single boot partition that will contain your
bootloader, kernel and initramfs. There are actually two kinds of boot
partitions that are commonly used together:
1. The EFI system partition (ESP) contains Linux and Windows's bootloaders.
It's formatted as FAT.
2.
Hi Peter,
I'd like to understand your confusion. Where did you get 27 from?
Cheers,
Waldo
On Mon, Apr 15, 2024, 13:25 Peter Humphrey wrote:
> On Monday, 15 April 2024 12:19:02 BST Peter Humphrey wrote:
> > Hello list,
> >
> > I've decided to follow the instructions in [1] on one of my machines
Humphrey wrote:
> On Monday, 15 April 2024 13:24:59 BST Waldo Lemmer wrote:
>
> > I'd like to understand your confusion. Where did you get 27 from?
>
> From ref 1, viz:
> "The architecture and profile targets within the sync-uri value do matter
> and
> should
If you add --ask --verbose, Portage should tell you why it's falling back
to the source package.
Does your emerge command include --getbinpkg, or -g?
On Tue, Apr 16, 2024, 15:43 Peter Humphrey wrote:
> On Monday, 15 April 2024 12:19:02 BST Peter Humphrey wrote:
>
> Hello list,
>
> [Big snip]
>
Hi Dale,
CFLAGS can't have an effect on dependencies. It is passed to make; emerge
doesn't use it. Emerge does use CPU_FLAGS_*, but I don't know if those
flags are used for any conditional dependencies.
Regards,
Waldo
On Mon, Apr 29, 2024, 07:07 Dale wrote:
> Dale wrote:
> > Howdy,
> >
> > I'm
Hi Jude,
When the build failed, emerge asked you post 3 things when you need
support. Of those, you've managed to omit the most important thing, i.e.
the build log. Without it, it would be impossible to help you.
Regards,
Waldo
On Thu, May 23, 2024, 23:46 Jude DaShiell wrote:
> Portage 3.0.63
Hi Michael,
-march=x86-64 and -mtune=generic will not speed up your OS installation.
These flags tell compilers to produce binaries that can run on any AMD64
system and that aren't optimized for your specific system.
These flags have no effect on binary packages, since those have already
been com
On Sun, Jun 2, 2024, 13:28 Nuno Silva wrote:
> (Well, one request I have is to please don't top-post in this
> list. That's not the common style in this list, and tends to be an
> approach mostly from the Microsoft and business worlds.)
>
Top-posting is the default in Gmail, and there's no intui
Hi Jude,
I can't answer your question directly because, frankly, it doesn't make a
whole lot of sense. But I'll try my best to clear things up for you.
The `nproc` command prints how many processors (CPU cores) are available
for applications to use. This is how many emerge or make jobs can run in
On Tue, Jun 4, 2024, 22:10 Eli Schwartz wrote:
> On 6/4/24 3:37 PM, Joost Roeleveld wrote:
> >
> >> On 6/4/24 11:40 AM, Joost Roeleveld wrote:
> >>> Those steps do not just work.
> >>> The news item actually specifically states that portage will "just do
> >>> the update" if you have not set any
On Thu, Jun 13, 2024, 15:06 Walter Dnes wrote:
I dove into my download with mc, and it's actually a webpage with some
> binary listing! No wonder it didn't work. I tried different websites
> and got a 62768 byte file. I switched from Pale Moon (a Firefox fork) to
> Google Chrome for linux... 6
On Fri, Jun 14, 2024, 19:39 Alan Mackenzie wrote:
Maybe I should submit a feature request to Gentoo's bugzilla.
>
Occasionally a package updates a file in /etc/, and I can't remember
whether the file was modified by me or not. This usually happens with
things I don't completely understand and th
On Fri, Jun 28, 2024, 18:28 Vitaliy Perekhovy wrote:
> On Fri, Jun 28, 2024 at 04:17:23PM -, Grant Edwards wrote:
> > Is there any graceful way to handle the elimination of unwanted
> > linux-firmware blobs when doing an update?
> >
> > I believe I understand the process as outlined at
> > ht
FYI, Gmail sees this email as spam:
> Be careful with this message
>
> The sender hasn't authenticated this message so Gmail can't verify that
it actually came from them. Avoid clicking links, downloading attachments,
or replying with personal information.
On Thu, Jun 27, 2024 at 9:12 PM Dan Joha
On Wed, Jul 17, 2024, 19:09 Vitaly Zdanevich wrote:
> My script in the chroot folder:
>
> ```
> mount --rbind /dev dev
> mount --make-rslave dev
> mount -t proc /proc proc
> mount --rbind /sys sys
> mount --make-rslave sys
> mount --rbind /tmp tmp
> mount --bind /run run
>
> mount -o bind /var/db
Chrome violates the HTML5 spec in many ways, and many web developers only
test their sites in Chrome, so some sites occasionally break in Firefox.
The situation has improved a lot over the years, though.
Firefox has a channel through which broken sites can be reported:
https://support.mozilla.org/
On Mon, Aug 5, 2024, 18:31 Daniel Frey wrote:
> 2. Sometimes video hardware acceleration just doesn't work. Now I do
> have a discrete nVidia card with the proprietary driver, but I switched
> to nouveau and it didn't work either. Again, not an issue in X11.
>
> I have a nVidia RTX 3070 Ti.
Aft
Hi Peter,
You seem to have misplaced a double-quote. It should be:
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --usepkg-exclude
'dev-lang/yasm"' emerge -1 yasm
Though I don't understand why you dont't just pass the option to emerge
directly:
emerge -1 --usepkg-exclude 'dev-lang/yasm" yasm
`${E
On Mon, Aug 19, 2024, 11:12 Michael wrote:
> > Then I end up with several of the same characters in a row.
>
> The typing style for low profile keyboards is different to your old
> keyboard.
> You are not meant to rest your hands/fingers on the keyboard and then jump
> on
> the keys as if it were
19 matches
Mail list logo