Hi,
my name is Vojta and I am a blind programmer from Czech Republic. I am trying to create a special live image for blind and visually impaired users.
I have experience with kickstarts, this is the project I am trying to turn into live image:
https://github.com/vojtapolasek/Fegora
In the %post section I try to clone some git repos and build something so that I can later put it on the live image. Is that possible? Because it seems that I can't access the internet within the %post section.
Thank you,
Vojta
On Sat, Sep 5, 2020 at 2:14 PM Vojtěch Polášek krecoun@gmail.com wrote:
Hi,
my name is Vojta and I am a blind programmer from Czech Republic. I am trying to create a special live image for blind and visually impaired users.
I have experience with kickstarts, this is the project I am trying to turn into live image:
https://github.com/vojtapolasek/Fegora
In the %post section I try to clone some git repos and build something so that I can later put it on the live image. Is that possible? Because it seems that I can't access the internet within the %post section.
If you are not cutting off internet access explicitly (or running it in a build system that will do that automatically, like Koji does), then you can. However, it is likely that DNS will not be working inside the chroot that %post runs in because the /etc/resolv.conf file is not populated. You could populate it temporarily, and then reset it back after you're done so that the live media will correctly detect and auto-populate DNS settings on boot.
-- 真実はいつも一つ!/ Always, there's only one truth!
Hi,
thank you very much, this helped. Maybe it would be nice to have it documented somewhere...
Vojta
Dne 05. 09. 20 v 20:17 Neal Gompa napsal(a):
On Sat, Sep 5, 2020 at 2:14 PM Vojtěch Polášek krecoun@gmail.com wrote:
Hi,
my name is Vojta and I am a blind programmer from Czech Republic. I am trying to create a special live image for blind and visually impaired users.
I have experience with kickstarts, this is the project I am trying to turn into live image:
https://github.com/vojtapolasek/Fegora
In the %post section I try to clone some git repos and build something so that I can later put it on the live image. Is that possible? Because it seems that I can't access the internet within the %post section.
If you are not cutting off internet access explicitly (or running it in a build system that will do that automatically, like Koji does), then you can. However, it is likely that DNS will not be working inside the chroot that %post runs in because the /etc/resolv.conf file is not populated. You could populate it temporarily, and then reset it back after you're done so that the live media will correctly detect and auto-populate DNS settings on boot.
-- 真実はいつも一つ!/ Always, there's only one truth! _______________________________________________ livecd mailing list -- livecd@lists.fedoraproject.org To unsubscribe send an email to livecd-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/livecd@lists.fedoraproject.org
livecd@lists.fedoraproject.org