We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried on both FreeBSD and PcBSD, and meet the same issue.
===> zlib (install) install -o root -g wheel -m 555 zlib.ko /root/mfsbsd-2.1/tmp/mfs/boot/kernel install -o root -g wheel -m 555 zlib.ko.symbols /root/mfsbsd-2.1/tmp/mfs/boot/kernel kldxref /root/mfsbsd-2.1/tmp/mfs/boot/kernel Creating base.txz and kernel.txz ... done Removing selected files from distribution ... done Installing configuration scripts and files ... done Generating SSH host keys ... done Configuring boot environment ... done Compressing usr .../bin/rm -rf /root/mfsbsd-2.1/tmp/mfs/usr && /bin/mkdir -p /root/mfsbsd-2.1/tmp/mfs/usr done Creating and compressing mfsroot ... done Copying FreeBSD installation image ... done Creating image file ... /root/mfsbsd-2.1/tmp/mnt: write failed, filesystem is full *** Error code 1
Stop. make: stopped in /root/mfsbsd-2.1 [root@pcbsd-2066] ~/mfsbsd-2.1# make BASE=/root/10.1-RELEASE/10.1.0 SRC_DIR=/root/10.1-RELEASE/10.1.0 CUSTOM=1 -DSE Creating image file ... done -rw-r--r-- 1 root wheel 180355072 Jan 20 10:10 mfsbsd-se-10.1-RELEASE-p8-amd64.img [root@pcbsd-2066] ~/mfsbsd-2.1#
The text was updated successfully, but these errors were encountered:
I'm also seeing this since some time ago and it's quite annoying
Sorry, something went wrong.
I think I've found the cause of the problem and I've sent a pull request (or at least I've tried to). The fix is in my fix_size branch:
https://github.com/royger/mfsbsd/tree/fix_size
No branches or pull requests
Tried on both FreeBSD and PcBSD, and meet the same issue.
===> zlib (install)
install -o root -g wheel -m 555 zlib.ko /root/mfsbsd-2.1/tmp/mfs/boot/kernel
install -o root -g wheel -m 555 zlib.ko.symbols /root/mfsbsd-2.1/tmp/mfs/boot/kernel
kldxref /root/mfsbsd-2.1/tmp/mfs/boot/kernel
Creating base.txz and kernel.txz ... done
Removing selected files from distribution ... done
Installing configuration scripts and files ... done
Generating SSH host keys ... done
Configuring boot environment ... done
Compressing usr .../bin/rm -rf /root/mfsbsd-2.1/tmp/mfs/usr && /bin/mkdir -p /root/mfsbsd-2.1/tmp/mfs/usr
done
Creating and compressing mfsroot ... done
Copying FreeBSD installation image ... done
Creating image file ...
/root/mfsbsd-2.1/tmp/mnt: write failed, filesystem is full
*** Error code 1
Stop.
make: stopped in /root/mfsbsd-2.1
[root@pcbsd-2066] ~/mfsbsd-2.1# make BASE=/root/10.1-RELEASE/10.1.0 SRC_DIR=/root/10.1-RELEASE/10.1.0 CUSTOM=1 -DSE
Creating image file ... done
-rw-r--r-- 1 root wheel 180355072 Jan 20 10:10 mfsbsd-se-10.1-RELEASE-p8-amd64.img
[root@pcbsd-2066] ~/mfsbsd-2.1#
The text was updated successfully, but these errors were encountered: