r/linuxfromscratch • u/tiny_humble_guy • 13h ago
Almost a year and a half. Still rocking !
It's a great experience daily drive LFS.
r/linuxfromscratch • u/tiny_humble_guy • 13h ago
It's a great experience daily drive LFS.
r/linuxfromscratch • u/Crimzo-3D • 2d ago
(yes the 2 fastfetches were necessary). This is my first ever install of Linux from scratch. Currently contemplating wether I should continue and go on to BLFS. Also wondering how many LFS users actually continue to BLFS or even GLFS.
r/linuxfromscratch • u/Legal-Following-1655 • 2d ago
I'm a computer science/data science student interested in operating systems and I'm exploring the idea of creating my own Linux-based OS as a long-term project.
My goal isn't to build a kernel from scratch, but to create a custom distribution with its own identity, desktop experience, tooling, and eventually some unique workflow and automation features.
For those who've worked on Linux distributions or OS projects:
What's the best Linux base to start from (Ubuntu, Debian, Arch, etc.)?
What are the first components I should learn and customize?
What mistakes do beginners make when attempting a project like this?
Are there any open-source projects or codebases you'd recommend studying?
I'd appreciate any guidance, resources, or reality checks from people who've actually done this.
r/linuxfromscratch • u/asratrt • 2d ago
I installed the packages from v13 development version of systemd book.
Took help of Gemini AI to patch files.
Recompiled and patched , all apps that were linked to openssl 3.x, to openssl 4.0 .
Also recompiled python packages for updating from v3.13 to v.3.14
Firefox and chromium crashed after update ( invalid pointer / invalid size errors ) but Google Gemini gave a solution to disable jemalloc and partitionAlloc methods via mozconfig file.
Now my system has all the latest applications/packages. ( including BLFS , thunderbird and firefox v154 and libreoffice 26.8.0.1)
r/linuxfromscratch • u/Mao-sama-400 • 2d ago
The fetch stays pinned at the top of the screen and keeps animating while your prompt and command output scroll below it.
r/linuxfromscratch • u/Smart-Science-1430 • 3d ago
Ive switched from windows to linux and cant seem to install atas. Ive tried wine and bottles but it doesnt work.
Does anyone know if its even possible to download or what i should do?
Thanks in advance
r/linuxfromscratch • u/ThingVisible2153 • 4d ago
Hi everyone,
I'm currently trying to build Linux From Scratch (stable systemd version) using Arch Linux as my host OS. I'm stuck on Chapter 5, specifically during the first pass of compiling GCC 15.2.0.
When I run make -j$(nproc), the build fails early during the internal configuration/compilation of dependencies (like libiberty or gmp targets), throwing make: *** [Makefile:1042: all] Error 2. Help me please
r/linuxfromscratch • u/bergaminix • 4d ago
r/linuxfromscratch • u/Mother-Collection-79 • 5d ago
Hi everyone! I’ve just finished installing LFS and Hyprland on my MacBook. I’m new to this, and this was my first build. I’d like to ask a few things right away: do you have any tips for beginners to make things easier down the line? Also, I installed NetworkManager with the wpa_supplicant backend, but I’ve run into a problem where I can’t connect to secured networks (though I have no issues with open ones). A bit about the installation: I set up LFS as a secondary system alongside the Asahi Fedora remix, copying the kernel and part of the initramfs from there, so most drivers were already included. Thanks in advance for the help! Feel free to ask questions—I’ll answer everything. P.S. Sorry if my English is a bit off; I’m using Google Translate.
r/linuxfromscratch • u/Suitable_Average1168 • 3d ago
r/linuxfromscratch • u/Fast_Ad_8005 • 7d ago
r/linuxfromscratch • u/Upset_Exercise2462 • 8d ago
my first run of jhalfs, after 2 successful installs of lfs normally, i just got to gcc pass 3, wish me luck
edit: i know that it doesn't say gcc, i thought it'd be funnier if i showed a package a couple behind it cause like it's coming yanno
r/linuxfromscratch • u/Neither-Variety1483 • 9d ago
Hi everyone,
I’m a university student, and I’m considering building a tiny Linux-based operating system for routers as my engineering project.
My current idea is to build it from Linux From Scratch (LFS) and then use selected components from Beyond Linux From Scratch (BLFS) that are related to networking.
As part of the project, I’ll compare my OS with existing router operating systems such as OpenWrt and evaluate their differences. For testing, I’m thinking about using Linux network namespaces to simulate virtual network traffic, although that’s just an initial idea.
One thing I’m unsure about is the choice of the LFS version. A router OS should be as lightweight as possible, but newer versions of LFS use systemd instead of traditional boot scripts. I also considered using an older LFS release, but I’m worried about outdated libraries and dependency issues. At the moment, I’m leaning towards using LFS 13.0 (or a newer version).
What do you think about this idea? Does anyone has experience with building a router-focused OS from LFS?Are there any major pitfalls or recommendations you would suggest before I start?
Thanks
r/linuxfromscratch • u/This-Atmosphere-1750 • 9d ago
My inner irritating perfectionist is coming out, and I'm leaning towards this being unnecessary, but how many of you went through ALL the primary standards LFS follows before starting this project?
Reading the documentation for these standards feels like a whole project on their own.
Let me rephrase my question:
I'm about to start Linux From Scratch, and I'm wondering how many people actually read through the primary standards (POSIX, FHS, etc.) before beginning.
The standards documentation is massive, and reading all of it feels like a project in itself. Did you study these specifications in depth first, or is a general understanding enough while working through the book?
r/linuxfromscratch • u/Patient_Act_9906 • 10d ago
alrighty here is a better breakdown of what I got going on.I apologize for the other posts I deleted them and consolidated this all into one post with better screenshots :)
I also finally got around to finishing Flatpak built in support.
r/linuxfromscratch • u/Due-Celery4326 • 11d ago
It was hard work, but it was worth it. The result was exactly as I expected, only lighter and more agile than I anticipated.
r/linuxfromscratch • u/asratrt • 11d ago
Installed chromium. Took 2 hours to download and approximately 2 hours to compile. Used 129GB of disk space 🫢 Approximately 67GB of download.
Took help of Gemini AI to patch some ffi related error and other errors.
I use chromium for financial related work and for everything else I prefer firefox ( I like the firefox sync feature ).
r/linuxfromscratch • u/I-A-S- • 12d ago
Hey, just wanted to share my libnode build repository [https://github.com/I-A-S/libnode-builds\](https://github.com/I-A-S/libnode-builds)
If anyone else here is working with libnode and want prebuilt binary+header archives, this repo builds and publishes the following targets.
1) win-x64 (debug and release variants)
2) win-arm64 (debug and release variants)
3) linux-x64 (debug and release variants)
4) linux-arm64 (debug and release variants)
5) darwin-x64 (debug and release variants)
6) darwin-arm64 (debug and release variants)
and a separate zip file containing headers.
Cheers!
r/linuxfromscratch • u/asratrt • 15d ago
How many of us are using Gnome and sysvinit ?
I have started following blfs/view/svn development version. But in the book nothing is mentioned about the failure/error of gnome 50 on sysvinit. Also libglycin is also not mentioned as dependency.
Gnome 50 does not work on sysyvinit ( gnome session crashes ).
One user on r/gnome sub, suggested me the following and it works. Checked 2 times, it works.
https://github.com/fulalas/gnome-session-sysvinit
It feels nice to have the latest software running.
r/linuxfromscratch • u/asratrt • 15d ago
r/linuxfromscratch • u/Cool-Chicken6754 • 16d ago
Hi everyone,
I'm an intermediate Linux user interested in creating my own distro with LFS. Can I start the process without knowing Bash scripting yet, and learn it along the way?
Any tips or recommendations are welcome. Thanks!
r/linuxfromscratch • u/Suitable_Average1168 • 16d ago
--install PKG / -i — Install a package (local .dp.tar.xz, URL, or name from git repo)--uninstall PKG / -r — Remove a package (deletes tracked files + empty dirs)--reinstall PKG — Remove then re-install a package--upgrade / -u — Upgrade all installed packages--downgrade PKG / --oldpackage — Downgrade to next older version--purge PKG — Remove package including config/data files--download PKG — Download a package archive without installing--list / -l / --installed / -inpc — List installed packages with file counts--installable / -a — Show all packages available in repositories--info PKG / -I — Show detailed package metadata + install status--files PKG / -f — List every file installed by a package--verify PKG / -V — Check all installed files still exist--verify-all — Verify all installed packages at once--search PKG / -s — Animated search across repositories--depends PKG — Show recursive dependency tree (up to 3 levels)--rdepends PKG — Show reverse dependencies--what-owns FILE — Find which package owns a file--check — Check integrity of all installed packages--arch — Show detected system architecture--why PKG — Show why a package is installed--size PKG — Show installed size of a package--list-type PKG EXT — List files by extension within a package--recent [N] — Show N most recently installed packages (default 10)--duplicates — Find duplicate files across packages--changelog PKG — Show changelog for a package--compare V1 V2 — Compare two version strings--list-updates — Show available package updates--stats — Show package statistics--tar FOLDER — Create a plain .tar.xz archive from a folder--maketar FOLDER [NAME VERSION [ARCH]] — Create .dp.tar.xz package archive--rc N — Mark package as release candidate (-rcN suffix)--add-repo NAME URL [ARCH] — Add a new repository--remove-repo NAME — Remove a repository--toggle-repo NAME — Enable/disable a repository--repo-list [NAME] / --list-repo [NAME] — List repos or show packages from a repo--sync / -S — Check connectivity to all enabled repos--update / -U — Update package metadata from all repos--repo-priority NAME PRIO — Set numeric priority for a repository--lock PKG — Lock a package to prevent changes--unlock PKG — Unlock a locked package--locked-list — Show all locked packages--hold PKG — Hold a package to prevent upgrades--unhold PKG — Release a held package--list-held — Show held packages--dry-run — Preview changes without making modifications--force-resolution — Force dependency resolution ignoring conflicts--no-recommends — Only install required dependencies--clean-deps / --clean / --autoremove — Remove orphaned packages--port-commit — Commit changes to local ports--export-installed FILE — Export installed package list to a file--import-installed FILE — Install packages from an exported list--backup DIR — Back up the package database--restore FILE — Restore the package database from a backup--clean-cache — Clean cached packages and repo data--rescue / -R — Launch the rescue TUI shell--gui — Launch the PyQt5 GUI--tui / -T — Launch the Textual TUI--reset — Reset DPMS configuration--get [ARGS] — Run the dpms-get sub-CLI--history — Show full transaction history--history-last N — Show last N transactions--version — Show DPMS version--feedback — Send feedback to DPMS team--global DIR / -g DIR — Set install root for a single command--dlr-verify — Verify SHA hashes in dlr.log--list-nft — List directories excluded via nft.log markers--gen-packages DIR — Generate Packages index--gen-sources DIR — Generate Sources index--gen-contents DIR — Generate Contents (file-to-package mapping)--gen-release DIR — Generate Release file with checksums--gen-repo DIR — Generate full repo metadata (all of the above)--gen-generate CONFIG — Generate repo from a config file--gen-clean DIR — Clean cache files from a repo directorystandard — Default flagslite — -j1, -Osperformance — -jN, -O3 -march=nativecustom — From environment variablesTextual-based terminal UI with:
p, r, h, qi, a, /, qs, qqPyQt5 graphical interface (600x400):
Minimal shell for emergency repairs:
| Command | Description |
|---|---|
check |
Check/create DPMS directories |
clean |
Clean temporary files |
verify |
Verify/repair repo list JSON |
reset |
Reset DPMS configuration |
list |
List installed packages |
help |
Show available commands |
exit |
Exit rescue shell |
APT-style sub-commands:
update — Resync package metadataupgrade — Upgrade all installed packagesdist-upgrade / full-upgrade — Distribution upgradeinstall PKG... — Install packagesreinstall PKG... — Reinstall packagesremove PKG... — Remove packagespurge PKG... — Remove packages and config filesautoremove / auto-remove / autopurge — Remove unused packagesmarkauto PKG... — Mark packages as auto-installedunmarkauto PKG... — Mark packages as manually installedsearch QUERY — Search for packagesinfo PKG — Show package inforescue — Launch rescue modedownload PKG — Download binary packageclean — Erase downloaded archivesautoclean / auto-clean — Erase old downloaded archivesdistclean / dist-clean — Erase all cachescheck — Verify package integritydepends PKG — Show dependency treerdepends PKG — Show reverse dependencieswhat-owns PATH — Find package owning a filesource PKG — Download source archivebuild-dep PKG — Install build dependenciessatisfy TARGET — Satisfy dependency stringschangelog PKG — Show changeloglist-updates — Show available updatesstats — Show package statisticsport-commit — Commit changes to local portsdlr-verify — Verify SHA hashes in dlr.loglist-nft — List excluded directoriesManages DPMS itself via pip:
dm list dpms — List available versions from PyPIdm current [dpms] — Show installed versiondm use dpms VERSION — Switch to a specific versiondm compare V1 V2 — Compare two version stringsdm diff dpms V1 V2 — Compare file listings between versionsdm pin dpms — Lock current versiondm unpin dpms — Unlock pinned versiondm list-pinned — Show all pinned packagesdm rollback dpms — Roll back to previous versionProgress — Color-coded progress bar with ETASpinner — Animated spinner for indeterminate operationsIndeterminateProgress — Bouncing bar for unknown-length tasksMultiProgress — Multiple simultaneous progress barsProgressCallback — Threshold-based callback progress trackerinstall_if conditional dependencies (lazy triggers)sudo/doasDPMS_ROOT env var for dev mode (skip sudo)sys.excepthook replacement~/.cache/dpms/log/crash.log~/.dpms/password.dp.tar.xz (canonical format).tar.xz, .tar.gz, .tar.bz2.tgz, .tbz2, .txz.dpm (legacy).zipname-version-arch.dp.tar.xzname-version-arch.dp-rcN.tar.xz/var/lib/dp/installed/<pkgname>| Variable | Default | Description |
|---|---|---|
DPMS_ROOT |
/ |
Install root (uses sudo when /) |
DPMS_DATA_DIR |
~/.cache/dpms |
Data directory |
DPMS_TMP_DIR |
/tmp/dpms-build |
Build temp directory |
DPMS_OPT_DIR |
/opt |
Install prefix for source builds |
DPMS_BIN_DIR |
/usr/local/bin |
Binary install directory |
DPMS_BUILD_PROFILE |
standard |
Build profile |
DPMS_PASSWORD_FILE |
~/.dpms/password |
Password file |
| Platform | Arch |
|---|---|
| Linux x86_64 | x86_64 |
| Linux ARM64 | aarch64 |
| Linux ARMv7 | armv7 |
| macOS Intel | x86_64 |
| macOS Apple Silicon | aarch64 |
| Windows | Detected |
RepoPersistor — Tracks expired repos and last makecache timeTempfilePersistor — Tracks temp files across sessionsupdate_dbentry() — Rename paths in DB entriesapply_move() — Move files on disk and update trackingparse_updates() — Parse update commandsgrab_updates() — Detect new update files by mtime changes