mirror of
https://pagure.io/fedora-kickstarts.git
synced 2026-01-23 16:36:04 +08:00
Add snippets and templates - Fix Education Math spin
This commit is contained in:
16
snippets/config-tracker.ks
Normal file
16
snippets/config-tracker.ks
Normal file
@@ -0,0 +1,16 @@
|
||||
# %post modifications to configure tracker search
|
||||
|
||||
mkdir -p /home/fedora/.config/tracker
|
||||
|
||||
cat > /home/fedora/.config/tracker/tracker.cfg <<EOF
|
||||
[Indexing]
|
||||
EnableIndexing=false
|
||||
Language=en
|
||||
EOF
|
||||
|
||||
mkdir -p /root/.config/tracker
|
||||
cat > /root/.config/tracker/tracker.cfg <<EOF
|
||||
[Indexing]
|
||||
EnableIndexing=false
|
||||
Language=en
|
||||
EOF
|
||||
Reference in New Issue
Block a user