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
a53c9407
Commit
a53c9407
authored
5 years ago
by
Marcel
Browse files
Options
Download
Email Patches
Plain Diff
Undo commit
01560df4
parent
db9ea4a9
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
+2
-2
build
with
2 additions
and
2 deletions
+2
-2
build
+
2
-
2
View file @
a53c9407
...
...
@@ -532,8 +532,8 @@ createuzip()
bail
fi
blksize
=
$
((
$
{
FRAGSIZE
}
*
8
))
uzipsz
=
$
(
du
-
mc
-
B
$
{
FRAGSIZE
}
"${SYSDIR}/usr/local"
|
tail
-
1
|
cut
-
f
1
)
uzipsz
=
$
((
$
{
uzipsz
}
+
$
{
uzipsz
}
*
2
/
100
))
uzipsz
=
$
(
estimgsize
"${SYSDIR}/usr/local"
)
touch
$
{
UZIP_IMAGE
}.
img
mddev
=
$
(
mdconfig
-
a
-
t
vnode
-
f
$
{
UZIP_IMAGE
}.
img
-
s
$
{
uzipsz
}
m
)
||
bail
newfs
-
O
1
-
o
space
-
m
0
-
b
$
{
blksize
}
-
f
$
{
FRAGSIZE
}
\
...
...
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