Personal development fork of Iglunix-autobuild.
bugs | ||
dont_use_here | ||
.gitignore | ||
autobuild.sh | ||
chroot.sh | ||
chroot_fetch | ||
chroot_iglunix | ||
chroot_prepare_iglunix | ||
docker_init_clean | ||
docker_port_forward | ||
docker_remove_all_containers | ||
docker_rm_farm | ||
docker_start_farm | ||
Dockerfile_update | ||
enter_chroot.sh | ||
img.fdisk | ||
img.sh | ||
initrd.sh | ||
LICENSE | ||
qemu.sh | ||
README.md |
Welcome, this is iglunix-autobuild. Thu GNU General Public License v3 licensed (mostly) automatic build system for Iglunix. Iglunix for the uninitiated is a linux distribution designed to not use GNU, sadly this is quite hard. GNU make is still available inside this environment.
Usage
run ./autobuild.sh
to compile packages. Then run ./chroot.sh
to create a chroot.
To try Iglunix in a chroot run ./enter_chroot.sh
. If you want to create an installation image
run ./img.sh
.
Trivia
Everything in trivia is not important.
- The name
Iglunix
This comes from the following reasoning, by yours truly aheirman.
∄GNU --> iglu
iglu-unix --> iglunix
- The location to place the git repository of
iglunix
in the filesystem is controversial. These are the contenders:
/iglunix
/root/iglunix
/usr/src/iglunix
The iglunix
repo tries to be agnostic to the install dir. This repo choses (because it must choose) for /root/iglunix
.
Further reading: