PDA

View Full Version : copying .bash_profile to fedora user


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?

metaylor
2009-03-24, 11:05 PM CDT
Oh, it looks like the "/" is missing following the $ in both commands. I will verify this is the issue