Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
ddf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucs
ddf
Commits
dbfaa086
Commit
dbfaa086
authored
8 years ago
by
Imran Hussain
Browse files
Options
Downloads
Patches
Plain Diff
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
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kickstart/kickstart23.cfg
+3
-16
3 additions, 16 deletions
kickstart/kickstart23.cfg
with
3 additions
and
16 deletions
kickstart/kickstart23.cfg
+
3
−
16
View file @
dbfaa086
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment