https://github.com/dimkr/rlsd2
A minimalistic GNU/Linux-libre distro
https://github.com/dimkr/rlsd2
Last synced: over 1 year ago
JSON representation
A minimalistic GNU/Linux-libre distro
- Host: GitHub
- URL: https://github.com/dimkr/rlsd2
- Owner: dimkr
- License: mit
- Created: 2015-02-05T19:55:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T21:43:00.000Z (over 10 years ago)
- Last Synced: 2025-03-30T17:51:12.701Z (over 1 year ago)
- Language: Shell
- Homepage: http://rlsd2.dimakrasner.com
- Size: 388 KB
- Stars: 38
- Watchers: 7
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
_ _
____| |___ __| |
| __| / __|/ _ |
| | | \__ \ (_| |
|_| |_|___/\__,_|
RLSD, the Retro Linux-libre Software Distribution, is a small, "live" operating
system with GNU/Linux-libre (http://linux-libre.fsfla.org/), for the x86 and
x86_64 architectures.
RLSD consists of free software: software that respects the user's freedom. RLSD
is free to study, modify and share. To read more about free software, see
http://www.gnu.org/philosophy/free-sw.html.
For more information, see the project homepage (http://rlsd2.dimakrasner.com/).
This is an automated build system that builds RLSD and its entire package
repository from source, through Trisquel (http://www.trisquel.info/). The
process of setting up a build environment is automated as well.
Building
========
To build RLSD:
- Install QEMU (http://www.qemu.org/) and Packer (https://www.packer.io/)
- Set up the build environment in a VM:
cd packer/; packer build packer-x86_64.json
or:
cd packer/; packer build packer-x86.json
- Start the VM:
qemu-system-x86_64 -m 4096 -hda x86_64/rlsd.qcow2 -enable-kvm
or:
qemu-system-i386 -cpu pentium2 -m 4096 -hda x86/rlsd.qcow2 -enable-kvm
- Inside it:
cd rlsd; ./scripts/build_all
Credits and Legal Information
=============================
RLSD consists of many packages; each has its own license, detailed under RLSD's
/doc.
The rest of RLSD (its build system, file system skeleton, etc') is free and
unencumbered software released under the terms of the MIT license; see COPYING
for the license text.
The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).