Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomadbsd
Commits
16c85c83
Commit
16c85c83
authored
5 years ago
by
Marcel
Browse files
Options
Download
Email Patches
Plain Diff
Use zstd comression on FreeBSD 13
parent
a53c9407
master
fbsd2nbsd
freebsd13
libinput
new_initgfx
ufs
zfs
20210508
1.4
1.4-RC1
1.3.2
1.3.1
1.3
1.3-RC1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build
+8
-1
build
with
8 additions
and
1 deletion
+8
-1
build
+
8
-
1
View file @
16c85c83
...
...
@@ -547,7 +547,14 @@ createuzip()
umount
"${UZIP_MNT}"
||
umount
-
f
"${UZIP_MNT}"
mdconfig
-
d
-
u
$
{
mddev
}
rmdir
"${UZIP_MNT}"
mkuzip
-
Z
-
j
2
-
d
-
s
19456
-
o
$
{
UZIP_IMAGE
}.
uzip
$
{
UZIP_IMAGE
}.
img
mversion
=
$
(
freebsd
-
version
-
u
|
sed
-
E
's/^([0-9]+).*/
\1
/'
)
if
[
"${mversion}"
=
"13"
];
then
mkuzip
-
Z
-
j
$
(
sysctl
-
n
hw
.
ncpu
)
-
d
-
s
19456
-
A
zstd
-
C
19
\
-
o
$
{
UZIP_IMAGE
}.
uzip
$
{
UZIP_IMAGE
}.
img
else
mkuzip
-
Z
-
j
$
(
sysctl
-
n
hw
.
ncpu
)
-
d
-
s
19456
\
-
o
$
{
UZIP_IMAGE
}.
uzip
$
{
UZIP_IMAGE
}.
img
fi
}
createpatch
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help