Port-vax archive

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

re: Reproducable kernel crash



> ./build.sh -j32 -U -u -O ~/obj.${ARCH} -m ${ARCH} tools
> ./build.sh -j32 -U -u -O ~/obj.${ARCH} -m ${ARCH} kernel=GENERIC
> ./build.sh -j32 -U -u -O ~/obj.${ARCH} -m ${ARCH} release
> ./build.sh      -U -u -O ~/obj.${ARCH} -m ${ARCH} iso-image

ah yeah, for this, you really only need two commands, and you
can even join them.  eg:

./build.sh -j32 -U -u -O ~/obj.${ARCH} -m ${ARCH} release iso-image


as you discovered, "release" includes tools and default kernels.


.mrg.


Home | Main Index | Thread Index | Old Index