Re: how to explicitly disable rawhide while building a spin/remix

2020-05-18 Thread Samuel Sieb
On 5/17/20 5:07 PM, Globe Trotter via devel wrote: Thanks! Adding "--releasever=32" to the command addresses that problem. Btw, how do I get around a disk requirement? What causes an error like this? Error Summary - Disk Requirements:    At least 137MB more space needed on the / fi

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-18 Thread Ben Williams
install the fedora-kickstarts rpm edit the fedora-repo.ks to use fedora-repo-not-rawhide.ks ksflatten your kickstart and it will use the normal fedora repos (when all else fails talk to the Fedora Respin SiG in #fedora-respins) ___ devel mailing list --

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-18 Thread Globe Trotter via devel
Thanks! How do I get around this issue? I have setenforce set at 0. Also, why does the issue go away when I reduce the packages to be packed in the remix/spin? On Monday, May 18, 2020, 5:26:35 AM CDT, Petr Pisar wrote: On Mon, May 18, 2020 at 12:07:38AM +, Globe Trotter via de

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-18 Thread Petr Pisar
On Mon, May 18, 2020 at 12:07:38AM +, Globe Trotter via devel wrote: > Thanks! Adding "--releasever=32" to the command addresses that problem. > Btw, how do I get around a disk requirement? What causes an error like this? > > Error Summary- > Disk Requirements: >    At least 137M

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Globe Trotter via devel
Actually, there is around 200G left in my local filesystem so I doubt that this is true. Btw, I also made an error earlier. Adding --releasever=32 does not drop the call to rawhide. I think that that has to do with the fact that in: /usr/share/spin-kickstarts/fedora-repo.ks rawhide is the one

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Samuel Sieb
On 5/17/20 5:27 PM, Globe Trotter via devel wrote: Sorry, during build. Also, no, I don't think that i am using /tmp for tmpdir. I am using a local directory called tmp. You're right, I misread that. So you're probably running out of space in whatever filesystem you're on. __

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Globe Trotter via devel
Sorry, during build. Also, no, I don't think that i am using /tmp for tmpdir. I am using a local directory called tmp. On Sunday, May 17, 2020, 7:16:09 PM CDT, Samuel Sieb wrote: On 5/17/20 5:07 PM, Globe Trotter via devel wrote: > Thanks! Adding "--releasever=32" to the command addr

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Samuel Sieb
On 5/17/20 5:07 PM, Globe Trotter via devel wrote: Thanks! Adding "--releasever=32" to the command addresses that problem. Btw, how do I get around a disk requirement? What causes an error like this? Error Summary - Disk Requirements:    At least 137MB more space needed on the / fi

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Globe Trotter via devel
Thanks! Adding "--releasever=32" to the command addresses that problem. Btw, how do I get around a disk requirement? What causes an error like this? Error Summary- Disk Requirements:    At least 137MB more space needed on the / filesystem. On Sunday, May 17, 2020, 5:18:55 PM C

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Samuel Sieb
On 5/17/20 12:58 PM, Globe Trotter via devel wrote: sudo livecd-creator --config=fedora-live-shunya-32.ks --tmpdir=tmp --fslabel=Fedora-Shunya-32-x86_64 Why do you think it's getting rawhide files? I don't see any reason why it would, but try adding "--releasever=32" to the command.

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Globe Trotter via devel
sudo livecd-creator --config=fedora-live-shunya-32.ks --tmpdir=tmp --fslabel=Fedora-Shunya-32-x86_64 On Sunday, May 17, 2020, 2:57:44 PM CDT, Samuel Sieb wrote: On 5/17/20 12:46 PM, Globe Trotter via devel wrote: > My apologies. I am running on Fedora 32. My kickstart file is as foll

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Samuel Sieb
On 5/17/20 12:46 PM, Globe Trotter via devel wrote: My apologies. I am running on Fedora 32. My kickstart file is as follows: And what is the command you run? ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to deve

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Globe Trotter via devel
[Sorry for top-posting, but Yahoo! does not like inline replies, mixing up the response with the text being responded to.] My apologies. I am running on Fedora 32. My kickstart file is as follows: # fedora-live-shunya.ks # # Description: # - Fedora Live Spin with the light-weight Shunya Zero D

Re: how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Samuel Sieb
On 5/17/20 8:39 AM, Globe Trotter via devel wrote: I am trying to build a spin/remix but I keep running into the problem that rawhide is being pulled in. Nowhere do I include it. I simply use, in  my ks file: repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fe

how to explicitly disable rawhide while building a spin/remix

2020-05-17 Thread Globe Trotter via devel
Hi, I am trying to build a spin/remix but I keep running into the problem that rawhide is being pulled in. Nowhere do I include it. I simply use, in  my ks file: repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch repo --name=update