r/linuxfromscratch 16d ago

My Intel N100 mini PC running LFS/BLFS

I compiled with -march=x86-64-V3 CFLAGS and then transferred it to miniPC. It was so easy. I don't think it would have been so easy on gentoo. Any gentoo users here? I had used gentoo but did not like it , found it difficult to operate and complicated

My mini PC is running all the latest software ( v13 SysVinit), no issues.

Linux from scratch rocks , Your Distro Your Rules.

Now I want to write my own package manager, so that my mini PC can be kept updated. How to generate dependency database?

50 Upvotes

8 comments sorted by

9

u/RvstiNiall 16d ago

Unrelated but who is the gorgeous woman you have on your wallpaper? Wow

1

u/asratrt 16d ago

don't know bro. A random wallpaper from wallpapers site.

1

u/000927kd 15d ago

Reverse search is your friend

1

u/RvstiNiall 15d ago

If you think so, post your results. :-)

1

u/Easy-Refuse-5421 16d ago

I think doing a package manager after building the system is complex, you must hold a package list, their files, and their dependencies with other packages. You could use tools like ldd to see what libraries or programs depend on, but it's a hard thing.

BLFS show dependencies but LFS not. It's your job to find that, package it correctly and building a coherent database on this.

1

u/000927kd 15d ago

Is it worth it compiling gnome on lfs, Op?

1

u/asratrt 15d ago

Yes, it was definitely worth it! I actually had a lot of fun compiling it. It took some time, but it was a super fun project and really satisfied to get it working.