Skip to content

Commit

Permalink
Added -b 75% -f 75% to the makefs call in build.sh
Browse files Browse the repository at this point in the history
Causing the filesytem image to having sufficient free space,
but without adding a significant size increase of the ISO
because the filesystem image is compressed
helloSystem/hello#413
  • Loading branch information
probonopd committed Dec 3, 2022
1 parent 06d3726 commit 8c3fea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ developer()
uzip()
{
install -o root -g wheel -m 755 -d "${cdroot}"
( cd "${uzip}" ; makefs "${cdroot}/rootfs.ufs" ../spec.user )
( cd "${uzip}" ; makefs -b 75% -f 75% "${cdroot}/rootfs.ufs" ../spec.user )
mkdir -p "${cdroot}/boot/"
if [ $MAJOR -gt 13 ] ; then
mkuzip -o "${cdroot}/boot/rootfs.uzip" "${cdroot}/rootfs.ufs"
Expand Down

0 comments on commit 8c3fea6

Please sign in to comment.