Migrated from github.com/shafiqalibhai/lfs
  • Shell 78.1%
  • C 19.8%
  • Makefile 1.5%
  • Dockerfile 0.6%
Find a file
2026-04-27 23:03:24 +00:00
board add rpi3 platform 2017-09-05 14:48:19 +02:00
doc doc, LFS_THIS_APP_NAME=bare 2016-08-01 07:35:35 +02:00
env add env/esrf/udhcpc.conf 2016-10-05 15:28:27 +02:00
sh add rpi3 platform 2017-09-05 14:48:19 +02:00
soft add rpi3 platform 2017-09-05 14:48:19 +02:00
tools copy_rootfs, do not trunc to preserve existing partition 2015-05-19 14:09:48 +02:00
Dockerfile Add Dockerfile: Linux From Scratch build environment 2026-04-27 23:03:24 +00:00
README [ update ] README 2014-05-16 10:56:24 +02:00
README.md Update README with comprehensive project information 2026-04-27 20:38:09 +00:00

lfs

Overview

stable version: tagged stable_5_0_0 technical documentation: doc/tex/main.pdf

Detected project type: Shell.

This repository was migrated from upstream source github.com/shafiqalibhai/lfs and is preserved here for archival, reference, or continued local development.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 11.6 MB
  • Created: 2026-04-27
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0

Languages

Language Bytes Share
Shell 68,538 bytes 78.6%
C 17,410 bytes 20.0%
Makefile 1,276 bytes 1.5%

Repository structure

  • board/
  • doc/
  • env/
  • sh/
  • soft/
  • tools/
  • README (78 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/lfs.git
cd lfs

Installation

git clone https://forgejo.deployview.com/ssa/lfs.git
cd lfs

Usage

Refer to the source files in this repository for entry points and intended usage. Update this section with concrete examples once they are established.

Original README

The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.

stable version: tagged stable_5_0_0 technical documentation: doc/tex/main.pdf

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

No LICENSE file is currently present in this repository. Treat the contents as all rights reserved by the author until an explicit license is added. If you intend to share or accept contributions, consider adding an OSI-approved license such as MIT, Apache-2.0, or GPL-3.0.

Repository

  • Browse: https://forgejo.deployview.com/ssa/lfs
  • Clone (HTTPS): https://forgejo.deployview.com/ssa/lfs.git
  • Clone (SSH): ssh://git@forgejo.deployview.com:30143/ssa/lfs.git
  • Upstream / origin: github.com/shafiqalibhai/lfs

This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.