[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problems building d-i floppy



I did a checkout of the debian-installer and used the instructions on
http://lists.debian.org/debian-boot/2002/debian-boot-200207/msg00441.html
and http://wiki.debian.net/DebianInstallerBuild to create a boot floppy.

Everything did go quite well until i attemted to do
"make boot_floppy" in /build.

---
/build# make boot_floppy

if mount | grep -q `pwd`/mnt/ && ! umount `pwd`/mnt/ ; then \
        echo "Error unmounting `pwd`/mnt/" 2>&1 ; \
        exit 1; \
fi
mkdir -p `pwd`/mnt/
rm -f ./tmp/net/image.tmp
install -d ./tmp/net
install -d dest
genext2fs -d ./tmp/net/tree -b `expr $(du -s ./tmp/net/tree | cut -f 1) + $(expr $(find ./tmp/net/tree | wc -l) \* 2)` ./tmp/net/image.tmp
du: `./tmp/net/tree/proc/11028/fd/4': No such file or directory
genext2fs: too big filesystem
make: *** [dest/net-initrd.gz] Error 1
---

Any ideas?

-- 
Joakim Kolsjö
A member of The Swedish Linux Society, http://se.linux.org.



Reply to: