repo.or.cz
/
besstails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resurrect another blueprint.
[besstails.git]
/
config
/
chroot_local-hooks
/
12-initramfs-compress
blob
94c7b9f545d3acb26b774bb8a119a2934a417909
1
#!/bin/sh
2
3
set -e
4
5
# Compress the initramfs using a more size-wise efficient algorithm.
6
7
OPTS_FILE
=
'/etc/initramfs-tools/initramfs.conf'
8
9
[
-f
"
${OPTS_FILE}
"
]
||
exit
11
10
11
sed
-i
''
's,^COMPRESS=.*,COMPRESS=xz,'
"
${OPTS_FILE}
"