metaylor
25th September 2009, 12:06 AM
I am attempting to create a customized liveCD/USB image using the desktop kickstart file (usr/share/spins-kickstarts/fedora-livecd-desktop.ks).
Since it includes the /usr/share/spins-kickstarts/fedora-live.base.ks file I decided I should add the customizations to the fedora-live.base.ks file.
So I have added the following lines to the %post --nochroot section of fedora-live.base.ks file
/bin/cp -r /ipdt $LIVE_ROOT/ipdt
/bin/cp -r /ipdt $INSTALL_ROOT/ipdt
I execute
livecd-creator --config=/usr/share/spin-kickstarts/fedora-livecd-desktop-ipdt.ks --fslabel=F11-desktop-ipdt-test-$1-liveCD --cache=/livecd-cache
It successfully creates the image which works fine. However, the /ipdt directory was not created.
Any ideas as to why? I have attached the modified fedora-live.base.ks for review
Since it includes the /usr/share/spins-kickstarts/fedora-live.base.ks file I decided I should add the customizations to the fedora-live.base.ks file.
So I have added the following lines to the %post --nochroot section of fedora-live.base.ks file
/bin/cp -r /ipdt $LIVE_ROOT/ipdt
/bin/cp -r /ipdt $INSTALL_ROOT/ipdt
I execute
livecd-creator --config=/usr/share/spin-kickstarts/fedora-livecd-desktop-ipdt.ks --fslabel=F11-desktop-ipdt-test-$1-liveCD --cache=/livecd-cache
It successfully creates the image which works fine. However, the /ipdt directory was not created.
Any ideas as to why? I have attached the modified fedora-live.base.ks for review