[Fedora-livecd-list] Change login manager & desktop wallpaper

2009-03-18 Thread poorani mani
hi all,

 I need to change desktop wallpaper in Livecd.How can i do that in .ks file.
then i dont need the login screen.when booting livecd it will automatically
login without asking password how i do this in .ks file

thanks
poorani
--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


[Fedora-livecd-list] Livecd Gnome starting problem

2009-03-18 Thread poorani mani
Hi all,

  I have create the ISO using kickstart file.i have got the following error
in every login.Please give me solution to that error.


There was an error starting the GNOME Settings Daemon.

Some things, such as themes, sounds, or background settings may not
work correctly.

The last error message was:

Did not receive a reply. Possible causes include: the remote
application did not send a reply, the message bus security policy
blocked the reply, the reply timeout expired, or the network
connection was broken.

GNOME will still try to restart the Settings Daemon next time you log
 in.



Thanks
poorani
--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


[Fedora-livecd-list] Using livecd-tools for recovery disc

2009-03-18 Thread Rhonda Kern
I am using Fedora 9 to create a custom live DVD.  This DVD is used for
recovery and installation.  The DVD boots fine.  I have a script on the
DVD that runs the liveinst process.  The script runs, the install
completes as expected.

I have 2 issues.

#1 - I would like for the install to complete *without* prompting with
the reboot message.  I do not have a reboot instruction in my kickstart
file.  Still, it prompts with a reboot message.  I press enter and the
script continues.  But I'd rather it just continue without the
prompting.  Does anyone know how to make that happen?

#2 - I need to be able to remove the live DVD and place another disc in
the drive to un-tar some files.  If I try to unmount the DVD right after
the machine is booted, before the script is run, it works fine.
However, if I try to unmount the DVD after the script has run, I get
errors like:

Ext3-fs error (device dm-0): ext3_journal_start_sb: detected aborted
journal
Remounting filesystem read-only

Also, I am un-able to run any commands.  It says it can't find
/bin/find, or whatever command I'm trying to run.

Does anyone know if it's possible to remove the live disc?  If so, how
is it done?  Or does anyone know if it's possible in F10 or F11?


Thanks in advance for your help.

Rhonda Kern
rhon...@hightouchinc.com


"This message may contain confidential and/or privileged 
information. If you are not the addressee or authorized to 
receive this for the addressee, you must not use, copy, 
disclose, or take any action based on this message or any 
information herein. If you have received this message in error, 
please advise the sender immediately by reply e-mail and delete 
this message. Thank you for your cooperation."

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] Using livecd-tools for recovery disc

2009-03-18 Thread Jeremy Katz
On Wednesday, March 18 2009, Rhonda Kern said:
> #1 - I would like for the install to complete *without* prompting with
> the reboot message.  I do not have a reboot instruction in my kickstart
> file.  Still, it prompts with a reboot message.  I press enter and the
> script continues.  But I'd rather it just continue without the
> prompting.  Does anyone know how to make that happen?
 
reboot in your kickstart config will exit the installer automatically;
otherwise, it prompts

> #2 - I need to be able to remove the live DVD and place another disc in
> the drive to un-tar some files.  If I try to unmount the DVD right after
> the machine is booted, before the script is run, it works fine.
> However, if I try to unmount the DVD after the script has run, I get
> errors like:
> 
> Ext3-fs error (device dm-0): ext3_journal_start_sb: detected aborted
> journal
> Remounting filesystem read-only
> 
> Also, I am un-able to run any commands.  It says it can't find
> /bin/find, or whatever command I'm trying to run.
> 
> Does anyone know if it's possible to remove the live disc?  If so, how
> is it done?  Or does anyone know if it's possible in F10 or F11?

You can't (generally) do this as the system is running off of the
livecd.  So removing it is removing the disc of your rootfs.  If you
have enough ram, you can add 'live_ram' to your kernel command line and
instead the image will be copied and run out of ram

Jeremy

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


Re: [Fedora-livecd-list] Using livecd-tools for recovery disc

2009-03-18 Thread Williamson Grant

2. boot the live disc using live_ram

On Mar 19, 2009, at 1:22 AM, Rhonda Kern wrote:


I am using Fedora 9 to create a custom live DVD.  This DVD is used for
recovery and installation.  The DVD boots fine.  I have a script on  
the

DVD that runs the liveinst process.  The script runs, the install
completes as expected.

I have 2 issues.

#1 - I would like for the install to complete *without* prompting with
the reboot message.  I do not have a reboot instruction in my  
kickstart

file.  Still, it prompts with a reboot message.  I press enter and the
script continues.  But I'd rather it just continue without the
prompting.  Does anyone know how to make that happen?

#2 - I need to be able to remove the live DVD and place another disc  
in
the drive to un-tar some files.  If I try to unmount the DVD right  
after

the machine is booted, before the script is run, it works fine.
However, if I try to unmount the DVD after the script has run, I get
errors like:

Ext3-fs error (device dm-0): ext3_journal_start_sb: detected aborted
journal
Remounting filesystem read-only

Also, I am un-able to run any commands.  It says it can't find
/bin/find, or whatever command I'm trying to run.

Does anyone know if it's possible to remove the live disc?  If so, how
is it done?  Or does anyone know if it's possible in F10 or F11?


Thanks in advance for your help.

Rhonda Kern
rhon...@hightouchinc.com


"This message may contain confidential and/or privileged
information. If you are not the addressee or authorized to
receive this for the addressee, you must not use, copy,
disclose, or take any action based on this message or any
information herein. If you have received this message in error,
please advise the sender immediately by reply e-mail and delete
this message. Thank you for your cooperation."

--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list


--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list