[TriLUG] Linux From Scratch

Vincent Batts via TriLUG trilug at trilug.org
Tue Mar 4 18:59:09 EST 2025


On 04/03/25 15:48 -0500, Jeremy Davis via TriLUG wrote:
>Any recommendations on a user friendly VM for a Linux From Scratch build?
>
>Jeremy

Any Linux should do with an initial bootstrap build chain, but doing
this in a VM will make a slow process slower.
You could even use a docker container, and pass in a "volume" to use as
the $LFS folder to work from.
`docker run -it --name lfs -v /mnt/data:/data debian:bookworm`

I recommend to folks to run through LFS every few years. It gives a
great insight into how it all stacks together and the complexities that
a packager and distribution work to simplify.

Further, I conceptually reference their "SBU" (Standard Build Units)
calculation for gauging the size of certain packages. This relative
sizing based on whatever your own machine configuration is a great user
experience.

vb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://www.trilug.org/pipermail/trilug/attachments/20250304/e192234d/attachment.pgp>


More information about the TriLUG mailing list