[Fedora-livecd-list] How to make persistent changes

Ed Sutton ESutton at fescorp.com
Thu Aug 18 19:07:41 UTC 2011


On Aug 17, 2011, at 11:47 PM, mammar wrote:

> Hi All,
> 
> 
> Currently i am using two kickstarts(fedora-live-base.ks and fedora-live-desktop.ks) from spin-kickstarts package for my custom iso creation using livecd-creator.
> 
> The problem is the changes i made in %post section of fedora-live-desktop.ks are only visible when my custom iso is booting from USB but when i installed the iso to Hard-disk my changes vanished.
> 
> The changes are related to gconf using gsettings.
> 
> What should i do to see changes when iso is installed to Hard-disk?

This worked for me in a post section.

%post

# Nautilus defaults to icon view consumes too much screen real estate.
gconftool-2 --set /apps/nautilus/preferences/default_folder_viewer --type=string "list_view"

-Ed



More information about the livecd mailing list