aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-23Massive changes, ssh and Nginx work!HEADmasterMitch Riedstra24-48/+165
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-22Forgot to add relevant sourcesMitch Riedstra1-3/+4
2018-04-22Addex XZ as well as sources and a working "tar" for the system.Mitch Riedstra10-16/+119
( I need to rename it to cpio )
2018-04-22Added libarchiveMitch Riedstra7-8/+50
Moved syslinux config file still messing with packaging
2018-04-22Updated PATH in ./inc and document furtherMitch Riedstra3-7/+7
2018-04-22Sweeping changes, switching to musl-cross-makeMitch Riedstra17-30/+115
Updated busybox-config to reflect the toolchain change Nginx and Openssh build and are now apart of the system. Runit is included, still need to install configuration files
2018-04-19Merged in changes from my desktopMitch Riedstra13-15/+151
2018-04-19Attempts to build zlib, libressl, dropbear, and...Mitch Riedstra13-15/+151
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-19Add irssi and ircd-hybridMitch Riedstra2-0/+2
2018-04-16It works!Mitch Riedstra26-9/+1319
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-15Added kernel config and many more scriptsMitch Riedstra14-8/+4599
Altered scripts to allow for rebuilding wihout deleting the `build` folder. Added ncurses and vim to the build. Also added initial version of runit Still need to make sure that get_sources and distfiles are properly gathered from the script soon
2018-04-15Move prefix environment paths to the endMitch Riedstra1-1/+1
2018-04-11The sbase tar doesn't support BSD style flags. Fixed.Mitch Riedstra4-2/+19
Also added a build script for sinit Also install `musl` to the prefixed directory
2018-04-11Remove backup file after editMitch Riedstra1-0/+1
2018-04-11Fixed a few errors while checking my workMitch Riedstra3-3/+4
2018-04-11added a licenseMitch Riedstra1-0/+13
2018-04-11InitialMitch Riedstra12-0/+127