On Wed, 23 Jul 2008, Jeroen van Meeuwen wrote:
test
It works! :-o
Jeroen van Meeuwen wrote:
Ian Weller wrote:
On Wed, 23 Jul 2008, Jeroen van Meeuwen wrote:
test
It works! :-o
Yeah, this one does... spin-kickstarts-commits doesn't seem to work though. Anyone else having this problem?
spin-kickstarts-commits is working for me - at least, I got your and Nigel's test messages, as well as Sebastian's recent commit on fedora-livecd-kde.ks.
-Jeroen _______________________________________________ Fedora-spins mailing list Fedora-spins@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/fedora-spins
Hi all,
Now that I have a working livecd kickstart file which provides brltty support (I am blind), I would like to make it so that my livecd doesn't have the 100 second wait in the isolinux menu. I will not be installing my livecd to disk, so I would like it to just proceed to the bootloader on the compressed kernel and boot into my cd.
As a blind user, I always wonder if the cd is working or not because it just sits there for so long that I would like to just speed things up a bit. Any suggestions would be appreciated.
-----Original Message----- From: Jeroen van Meeuwen [mailto:kanarip@kanarip.com] Sent: Tuesday, July 22, 2008 5:23 PM To: fedora-spins@lists.fedoraproject.org Subject: [Fedora-spins] test
test _______________________________________________ Fedora-spins mailing list Fedora-spins@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/fedora-spins
DON.RAIKES@oracle.com wrote:
Hi all,
Now that I have a working livecd kickstart file which provides brltty support (I am blind), I would like to make it so that my livecd doesn't have the 100 second wait in the isolinux menu. I will not be installing my livecd to disk, so I would like it to just proceed to the bootloader on the compressed kernel and boot into my cd.
As a blind user, I always wonder if the cd is working or not because it just sits there for so long that I would like to just speed things up a bit. Any suggestions would be appreciated.
Hi Don,
You can configure the timeout with supplying, in the kickstart file:
bootloader --timeout=10 --location=mbr (for example)
Hope this helps,
Kind regards,
Jeroen van Meeuwen -kanarip
Hello,
I have created a livecd based on fedora 9, and one of the things I have done is to add the sudo package to fedora-live-base packages.
I added my user to the /etc/sudoers file in my %post section without a problem.
However when I login to the livecd as fedora, and issue a sudo command it says I cannot do it someting about root_uid sudo_uid I don't have the exact message in front of me.
Is there another package I need to include to make this work?