{"id":29859494,"url":"https://github.com/colmiik/ft_linux","last_synced_at":"2025-07-30T02:34:03.189Z","repository":{"id":301546997,"uuid":"1008852597","full_name":"ColmiiK/ft_linux","owner":"ColmiiK","description":"A Linux From Scratch (LFS) guide","archived":false,"fork":false,"pushed_at":"2025-07-15T13:56:15.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-16T03:00:33.785Z","etag":null,"topics":["lfs","linux-from-scratch"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ColmiiK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-26T07:34:52.000Z","updated_at":"2025-07-15T13:56:19.000Z","dependencies_parsed_at":"2025-07-15T14:11:52.153Z","dependency_job_id":"0c104f03-eff0-41a4-a2ce-dd0aaf9559cb","html_url":"https://github.com/ColmiiK/ft_linux","commit_stats":null,"previous_names":["colmiik/ft_linux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ColmiiK/ft_linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fft_linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fft_linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fft_linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fft_linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColmiiK","download_url":"https://codeload.github.com/ColmiiK/ft_linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColmiiK%2Fft_linux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267798625,"owners_count":24145727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lfs","linux-from-scratch"],"created_at":"2025-07-30T02:33:10.443Z","updated_at":"2025-07-30T02:34:03.169Z","avatar_url":"https://github.com/ColmiiK.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ft_linux\n\n## Goals\n\n- Build a Linux Kernel\n- Install binaries\n- Implement a filesystem hierarchy compliant with [standards](https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html)\n- Connect to the internet\n\n## General instructions\n\n### Resources\n\n- [The Bible](https://www.linuxfromscratch.org/lfs/view/stable/index.html) (no, not that one)\n- [Autotools](https://www.gnu.org/software/automake/manual/html_node/index.html#SEC_Contents)\n\n### Instructions\n\n- Use a virtual machine\n- Read [this](https://pubs.opengroup.org/onlinepubs/9699919799/) and [that](https://refspecs.linuxfoundation.org/lsb.shtml). Keep those standards in mind. You won't be graded on it, but it's good practice\n- Use a kernel version 4.x, stable or not\n- Kernel sources must be in `/usr/src/kernel-$(version)`\n- Use at least 3 partitions, although you can add more:\n  - root\n  - /boot\n  - swap\n- Implement a `kernel_module` loader, like `udev`\n- The kernel version must contain your student login, i.e. `Linux Kernel 4.1.2-$(login)`\n- The distribution hostname must be your student login\n- Either 32 or 64 bit\n- Use software for central management and configuration, like `SysV` or `SystemD`\n- Must boot with a bootloader like `LILO` or `GRUB`\n- The kernel binary located in `/boot` must be named `vmlinuz-\u003clinux_version\u003e-\u003cstudent_login\u003e`.\n  Adapt your bootloader accordingly\n\n## Mandatory part\n\n### Packages to install\n\nSome of the packages are examples. Feel free to change them to any equivalent you like\n\n- `Acl`\n- `Attr`\n- `Autoconf`\n- `Automake`\n- `Bash`\n- `Bc`\n- `Binutils`\n- `Bison`\n- `Bzip2`\n- `Check`\n- `Coreutils`\n- `DejaGNU`\n- `Diffutils`\n- `Eudev`\n- `E2fsprogs`\n- `Expat`\n- `Expect`\n- `File`\n- `Findutils`\n- `Flex`\n- `Gawk`\n- `GCC`\n- `GDBM`\n- `Gettext`\n- `Glibc`\n- `GMP`\n- `Gperf`\n- `Grep`\n- `Groff`\n- `GRUB`\n- `Gzip`\n- `Iana-Etc`\n- `Inetutils`\n- `Intltool`\n- `IPRoute2`\n- `Kbd`\n- `Kmod`\n- `Less`\n- `Libcap`\n- `Libpipeline`\n- `Libtool`\n- `M4`\n- `Make`\n- `Man-DB`\n- `Man-pages`\n- `MPC`\n- `MPFR`\n- `Ncurses`\n- `Patch`\n- `Perl)`\n- `Pkg-config`\n- `Procps`\n- `Psmisc`\n- `Readline`\n- `Sed`\n- `Shadow`\n- `Sysklogd`\n- `Sysvinit`\n- `Tar`\n- `Tcl`\n- `Texinfo`\n- `Time Zone Data`\n- `Udev-lfs Tarball`\n- `Util-linux`\n- `Vim`\n- `XML::Parser`\n- `Xz Utils`\n- `Zlib`\n\n## Bonus part\n\nInstall whatever you want, make the system yours.\nBonus points for:\n\n- X server\n- Window managers and desktop environments like i3, GNOME, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolmiik%2Fft_linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolmiik%2Fft_linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolmiik%2Fft_linux/lists"}