Switch out references to fedora in initscript and username to be generic

This commit is contained in:
Jeremy Katz
2008-10-02 11:05:16 -04:00
parent 0069b15522
commit ca2f8913a2
12 changed files with 59 additions and 59 deletions

View File

@@ -107,9 +107,9 @@ BEGIN {
}' < /etc/yum.repos.d/fedora.repo > /etc/yum.repos.d/fedora.repo.tmp
mv /etc/yum.repos.d/fedora.repo{.tmp,}
cat >> /etc/rc.d/init.d/fedora-live << EOF
cat >> /etc/rc.d/init.d/livesys << EOF
# Put link to demonstration videos on the desktop
pushd /home/fedora/Desktop
pushd /home/liveuser/Desktop
ln -s /usr/share/eclipse-demos-0.0.1 "Eclipse demonstration videos"
popd
EOF