metaylor
2009-03-24, 10:57 PM CDT
I need to use a custom .bash_profile for the Fedora automatic login. So I have added the following commands to my kickstart file to copy
/bin/cp /ipdt_custom_files/.bash_profile $LIVE_ROOT/home/fedora
/bin/cp /ipdt_custom_files/.bash_profile $INSTALL_ROOT/home/fedora
However, when I boot the liveUSB and log in I see that my custom .bash_profile was not copied to the /home/fedora directory.
Shouldn't the commands above work?
/bin/cp /ipdt_custom_files/.bash_profile $LIVE_ROOT/home/fedora
/bin/cp /ipdt_custom_files/.bash_profile $INSTALL_ROOT/home/fedora
However, when I boot the liveUSB and log in I see that my custom .bash_profile was not copied to the /home/fedora directory.
Shouldn't the commands above work?