Created
May 5, 2017 19:41
-
-
Save dav1x/4726c8e72cc70c2a59f4b98e85f61098 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- ks 2017-05-05 14:26:38.000000000 -0500 | |
+++ fixed_ks 2017-05-05 14:40:56.000000000 -0500 | |
@@ -118,5 +118,8 @@ | |
echo "Removing /root/anaconda-ks.cfg" | |
rm -f /root/anaconda-ks.cfg | |
+export LD_LIBRARY_PATH=/var/lib/containers/atomic/open-vm-tools/rootfs/usr/lib64/:$LD_LIBRARY_PATH >> /etc/profile.d/open-vm-tools.sh | |
+export PATH=/var/lib/containers/atomic/open-vm-tools/rootfs/usr/bin/:$PATH >> /etc/profile.d/open-vm-tools.sh | |
+ | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe using here-docs?
I'm not 100% on the tcsh code block. look it it over and let me know what you think.