From 477bfced7fdaa525f9cc7f13afdacb2a48f07379 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 23 Apr 2018 00:23:36 -0400 Subject: Massive changes, ssh and Nginx work! 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 --- local/boot/syslinux.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'local/boot') diff --git a/local/boot/syslinux.cfg b/local/boot/syslinux.cfg index f5ef39c..34fa6ac 100644 --- a/local/boot/syslinux.cfg +++ b/local/boot/syslinux.cfg @@ -4,13 +4,13 @@ TIMEOUT 50 DEFAULT linux-runit LABEL linux-runit - LINUX /boot/vmlinuz-4.16.2 - APPEND root=/dev/vda1 rw init=/sbin/runit-init console=tty0 console=ttyS0,11500n8 + LINUX /boot/vmlinuz-4.16.3 + APPEND root=/dev/vda1 rw init=/sbin/runit-init quiet console=tty0 console=ttyS0,11500n8 LABEL linux-mksh - LINUX /boot/vmlinuz-4.16.2 + LINUX /boot/vmlinuz-4.16.3 APPEND root=/dev/vda1 rw init=/bin/mksh console=tty0 console=ttyS0,11500n8 LABEL linux - LINUX /boot/vmlinuz-4.16.2 + LINUX /boot/vmlinuz-4.16.3 APPEND root=/dev/vda1 rw init=/sbin/init console=tty0 console=ttyS0,11500n8 -- cgit v1.2.3