Hi,
the subject summarizes it all. I think I almost did what I want, but for some reason I can't install packages from rpmfusion nonfree repo. The rpmfusion free repo works. Could you please help me debug the problem?
My kickstart is here:
https://github.com/vojtapolasek/Fegora/blob/liveimage/fegora_live.ks
I run something like
sudo livecd-creator -c fegora_live.ks -t some_dir --cache some_other_dir -d -p --fslabel "Fegora"
Thank you for help,
Vojta
On Wed, Sep 9, 2020 at 4:44 AM Vojtěch Polášek krecoun@gmail.com wrote:
Hi,
the subject summarizes it all. I think I almost did what I want, but for some reason I can't install packages from rpmfusion nonfree repo. The rpmfusion free repo works. Could you please help me debug the problem?
My kickstart is here:
https://github.com/vojtapolasek/Fegora/blob/liveimage/fegora_live.ks
I run something like
sudo livecd-creator -c fegora_live.ks -t some_dir --cache some_other_dir -d -p --fslabel "Fegora"
Thank you for help,
You're using the --includepkgs option, which filters out everything *but* the items you listed (which are the repo release packages). So everything else is just not available because you've filtered them out. Take that option off and the full repo package set will become available.
HI Neal,
thank you very much, it helped. I have another question.
I have updated kickstarts, the link is the same... I am configuring in the kickstart the keyboard to be Czech. But after the Mate starts the keyboard is in English. Any idea why does this happen?
Thank you,
Vojta
Dne 09. 09. 20 v 14:26 Neal Gompa napsal(a):
On Wed, Sep 9, 2020 at 4:44 AM Vojtěch Polášek krecoun@gmail.com wrote:
Hi,
the subject summarizes it all. I think I almost did what I want, but for some reason I can't install packages from rpmfusion nonfree repo. The rpmfusion free repo works. Could you please help me debug the problem?
My kickstart is here:
https://github.com/vojtapolasek/Fegora/blob/liveimage/fegora_live.ks
I run something like
sudo livecd-creator -c fegora_live.ks -t some_dir --cache some_other_dir -d -p --fslabel "Fegora"
Thank you for help,
You're using the --includepkgs option, which filters out everything *but* the items you listed (which are the repo release packages). So everything else is just not available because you've filtered them out. Take that option off and the full repo package set will become available.
On Wed, Sep 9, 2020 at 10:35 AM Vojtěch Polášek krecoun@gmail.com wrote:
HI Neal,
thank you very much, it helped. I have another question.
I have updated kickstarts, the link is the same... I am configuring in the kickstart the keyboard to be Czech. But after the Mate starts the keyboard is in English. Any idea why does this happen?
Unfortunately, that's beyond me. You might want to ask the MATE packagers in Fedora what configuration is required for that.
livecd@lists.fedoraproject.org