repo.or.cz
/
tails-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Wait for at least one sdmem job to complete.
[tails-test.git]
/
config
/
chroot_local-hooks
/
20-load_gconf_default_settings
blob
0ec62e56c02d61ec8aaf049d2802a64c8099e7b5
1
#!/bin/sh
2
3
# Load GConf settings.
4
5
echo
"Loading GConf settings"
6
7
gct
() {
8
gconftool-2 \
9
--direct
\
10
--config-source
xml
:
readwrite
:/
etc
/
gconf
/
gconf.xml.defaults \
11
"
${@}
"
12
}
13
14
for
file
in
/
usr
/
shar
e
/
amnesia
/
gconf
/*
.xml
;
do
15
gct
--load
"
${file}
"
16
done