Current-Users archive

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

Re: i386/amd64 image generated trough mkimage stuck on primary bootsrap at boot



rvp%SDF.ORG@localhost (RVP) writes:

>@@ -255,7 +255,7 @@
>  	echo ${bar} Populating ffs filesystem ${bar}
>  	${MAKEFS} -rx ${endian} -N ${release}/etc -t ffs \
>  	    -O ${ffsoffset} \
>-	    -o d=4096,f=8192,b=65536 -b $((${extra}))m \
>+	    -o d=8192,f=2048,b=16384 -b $((${extra}))m \
>  	    -F "$tmp/selected_sets" ${image} "${release}" "${mnt}"


Sounds like the disklabel is incorrect then. FFS requires that
the fragment size (not so much the blocksize) is correct, but the
scripts seem to be inconsistent.

N.B. unset fsize (== 0) defaults to fsize = BLKDEV_IOSIZE (== 2048).



Home | Main Index | Thread Index | Old Index