Re: multiboot 2 HD

2025-07-12 Thread Felix Miata
Patrick Dupre composed on 2025-07-12 14:53 (UTC+0200): > I wanted to install manually a "small" distribution on /dev/sdb3 > Under the install, I can select the mount point / (required) > Then I have an issue for /boot > It says recommended, but it seems that it is required > I cannot to go to n

Re: multiboot 2 HD

2025-07-12 Thread Samuel Sieb
On 7/12/25 3:25 PM, George N. White III wrote: On Sat, Jul 12, 2025 at 6:08 PM Samuel Sieb > wrote: On 7/12/25 1:57 PM, Patrick Dupre via users wrote: >> Booting multiple Fedora installs from the same grub can be tricky.  I >> think the easiest way is fo

Re: multiboot 2 HD

2025-07-12 Thread George N. White III
On Sat, Jul 12, 2025 at 6:08 PM Samuel Sieb wrote: > On 7/12/25 1:57 PM, Patrick Dupre via users wrote: > >> Booting multiple Fedora installs from the same grub can be tricky. I > >> think the easiest way is for one of the grub configs to have an entry to > >> chain to the other config. > >> > >

Re: firefox fonts problem since upgrade to F42

2025-07-12 Thread home user via users
> > But do langpacks include fonts? > > I see nothing in Mozilla web pages saying they do. > > No, it just includes the translations for the interface. On 7/4/25 9:44 PM, Samuel Sieb wrote: On 7/4/25 11:31 AM, home user via users wrote: On 7/4/2025 10:32 AM, Ranjan Maitra via users wrote: On

Re: multiple spaces in bash strings. [SOLVED]

2025-07-12 Thread home user via users
On 7/12/25 3:17 AM, Francis Montagnac via users wrote: On Sat, 12 Jul 2025 00:33:44 -0700 Samuel Sieb wrote: On 7/12/25 12:18 AM, Francis Montagnac via users wrote: echo "before if, endchars = "${endchars}"." Beware: word splitting will be done here when expanding ${endchars} because the "

Re: multiboot 2 HD

2025-07-12 Thread Samuel Sieb
On 7/12/25 1:57 PM, Patrick Dupre via users wrote: Booting multiple Fedora installs from the same grub can be tricky. I think the easiest way is for one of the grub configs to have an entry to chain to the other config. Yes, How I could chain 2 /boot ? I think you just add an entry to the pr

Re: multiboot 2 HD

2025-07-12 Thread Patrick Dupre via users
> > On 7/12/25 12:18 PM, Patrick Dupre via users wrote: > >> Sent: Saturday, July 12, 2025 at 8:41 PM > >> From: "Samuel Sieb" > >> To: users@lists.fedoraproject.org > >> Subject: Re: multiboot 2 HD > >> > >> On 7/12/25 5:53 AM, Patrick Dupre via users wrote: > >>> I wanted to install manually a

Re: multiboot 2 HD

2025-07-12 Thread Samuel Sieb
On 7/12/25 12:18 PM, Patrick Dupre via users wrote: Sent: Saturday, July 12, 2025 at 8:41 PM From: "Samuel Sieb" To: users@lists.fedoraproject.org Subject: Re: multiboot 2 HD On 7/12/25 5:53 AM, Patrick Dupre via users wrote: I wanted to install manually a "small" distribution on /dev/sdb3 Un

Re: multiboot 2 HD

2025-07-12 Thread Patrick Dupre via users
> Sent: Saturday, July 12, 2025 at 8:41 PM > From: "Samuel Sieb" > To: users@lists.fedoraproject.org > Subject: Re: multiboot 2 HD > > On 7/12/25 5:53 AM, Patrick Dupre via users wrote: > > I wanted to install manually a "small" distribution on /dev/sdb3 > > > > Under the install, I can select

Re: multiboot 2 HD

2025-07-12 Thread Samuel Sieb
On 7/12/25 5:53 AM, Patrick Dupre via users wrote: I wanted to install manually a "small" distribution on /dev/sdb3 Under the install, I can select the mount point / (required) Then I have an issue for /boot It says recommended, but it seems that it is required I cannot to go to next step till

multiboot 2 HD

2025-07-12 Thread Patrick Dupre via users
Hello, I wanted to install manually a "small" distribution on /dev/sdb3 Under the install, I can select the mount point / (required) Then I have an issue for /boot It says recommended, but it seems that it is required I cannot to go to next step till I select a device. Actually, it could be a p

Re: multiple spaces in bash strings. [SOLVED]

2025-07-12 Thread Francis Montagnac via users
On Sat, 12 Jul 2025 00:33:44 -0700 Samuel Sieb wrote: > On 7/12/25 12:18 AM, Francis Montagnac via users wrote: >>> echo "before if, endchars = "${endchars}"." >> >> Beware: word splitting will be done here when expanding ${endchars} >> because the " before it closes the first " >> >> You sho

Re: multiple spaces in bash strings. [SOLVED]

2025-07-12 Thread Samuel Sieb
On 7/12/25 12:18 AM, Francis Montagnac via users wrote: Hi. home user wrote: Here's the real code fragment: # 220 lines of code above here constructs string variables # line1, line2, line3, begchars, and endchars. line1="${begchars}${line1}" line2="${begchars} ${line2}" line3="${begchars}

Re: multiple spaces in bash strings. [SOLVED]

2025-07-12 Thread Francis Montagnac via users
Hi. home user wrote: > Here's the real code fragment: > # 220 lines of code above here constructs string variables > # line1, line2, line3, begchars, and endchars. > line1="${begchars}${line1}" > line2="${begchars} ${line2}" > line3="${begchars} ${line3}" > echo "before if, endchars = "${endc