Skip to content
Snippets Groups Projects
Commit dbfaa086 authored by Imran Hussain's avatar Imran Hussain
Browse files

Clean up kickstart file a bit.

Remove stuff related to the temp sensor that now lives in the pi.
parent a0e3f722
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,8 @@ i3lock
nitrogen
freerdp
cmake
lockfile-progs
procmail
%end
%post
......@@ -180,7 +182,7 @@ echo "RPM Fusion added"
%post
#Install stuff from RPM Fusion
echo "install stuff from rpm fusion"
dnf install -y mplayer flash-plugin vlc system-switch-displaymanager
dnf install -y mplayer flash-plugin vlc-core system-switch-displaymanager
echo "finished installing stuff from rpm fusion"
%end
......@@ -230,8 +232,6 @@ cp /home/install/bin/cupslogs /bin/cupslogs
# scanner firmware
cp /home/install/scanner-firmware.bin /usr/share/sane/u176v046.bin
#add temp sensor script
cp /home/special/cacti/readtemp.sh /usr/local/bin/
%end
%post
......@@ -246,19 +246,6 @@ echo "Doing the gnome nfs tweak"
echo "service-db:keyfile/user" > /etc/dconf/profile/user
%end
%post
#stuff needed for cacti/stats/temp sensor to work
echo "Installing things for readtemp.sh to work"
dnf install -y lockfile-progs procmail
echo "done"
%end
%post
#add cacti to dialout so temp reading works
echo "setting up cacti user"
usermod -a -G dialout cacti
%end
%post
echo "install welsh language"
dnf langinstall -y cy_GB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment