Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.56 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.56 KB

CosmOS

CosmOS is a Linux distro project based on Linux From Scratch (LFS), Arch Linux and additional LFS packages.

To do :

  • Install Docker
  • Create Docker file based on arch docker image with additional LFS packages
  • Make the Dockerfile build run (see closed issue about Dockerfile build error)
  • Create virtual disk to partition and format
  • Mount said partitions to /mnt/lfs
  • Add $LFS env variable to the host system, linking to /mnt/lfs

Dependencies (minimum version required for each package not in arch base) :

  • Arch Docker Image
  • Binutils-2.25
  • Bison-2.7
  • Diffutils-2.8.1
  • GCC-6.2
  • M4-1.4.10
  • Make-4.0
  • Patch-2.5.4
  • Perl-5.8.8
  • Python-3.4
  • Texinfo-4.7

Ressources

Licensing

This project is licensed under the terms of the Do What The Fuck You Want To Public License v2 (WTFPL), and the Linux Kernel is licensed under the terms of the GPLv2 license. You can find a copy of the license in the LICENSE file, and another one for the Linux kernel in the GPLv2 file.