aboutsummaryrefslogtreecommitdiff
path: root/readme.md
AgeCommit message (Collapse)AuthorFilesLines
2018-04-23Massive changes, ssh and Nginx work!HEADmasterMitch Riedstra1-1/+9
Bump to 4.16.3 in /boot/syslinux.cfg Add `ssh`, `nobody`, and `nogroup`, in `/etc/passwd` and `/etc/group` Updated the init script to use `mdev` Added a service definition for a getty on tty0 Added a service definition for sshd Added busybox udhcpc `default.script` I *still need to check the license* ( Copied from my Gentoo installation, and works ) Updated readme.md to reflect the fact that we pull in the commands from `pfx` and you'll need to add `/lib/ld-musl-x86_64.so.1` or change the PATH in `./inc` Added rsync, ncdu xz and grub. Removed tar-pfx.sh Replaced with cpio-pfx.sh added `conf.sh` which will be taking care of basic system configuration for now Change configuration directory for libressl Enable wide chars in `ncurses` Use `/etc` for SSH configuration files Remove make clean from tree.sh and xz.sh Added relevant files to sources.lst
2018-04-22Addex XZ as well as sources and a working "tar" for the system.Mitch Riedstra1-0/+6
( I need to rename it to cpio )
2018-04-22Updated PATH in ./inc and document furtherMitch Riedstra1-6/+5
2018-04-19Attempts to build zlib, libressl, dropbear, and...Mitch Riedstra1-0/+6
openssh with musl using the host's toolchain. I'm going to be moving to a toolchain specific to this system. Also changed how the kernel is installed, so it makes more sense. Fixed missing sources for many projects
2018-04-16It works!Mitch Riedstra1-2/+12
A getty now spawns on the serial console on boot Todo: DNS resolution doesn't work yet. DHCP for eth0? SSH server? `tmux`? ------- Added busybox config Switched the pathing around yet again in the `inc` file Added `local` files to be copied into the prefix before creating the tarball ( TODO ) Added tree command to the build Install runit
2018-04-11InitialMitch Riedstra1-0/+34