aboutsummaryrefslogtreecommitdiff
path: root/scripts/tar-pfx.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-04-23 00:23:36 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-04-23 00:31:02 -0400
commit477bfced7fdaa525f9cc7f13afdacb2a48f07379 (patch)
treefc1e657add7456e7c791d7729c08e37feae4567e /scripts/tar-pfx.sh
parent42f57801fc0a0842aedbb8d645641710f4877c87 (diff)
downloadmin-477bfced7fdaa525f9cc7f13afdacb2a48f07379.tar.gz
min-477bfced7fdaa525f9cc7f13afdacb2a48f07379.tar.xz
Massive changes, ssh and Nginx work!HEADmaster
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
Diffstat (limited to 'scripts/tar-pfx.sh')
-rw-r--r--scripts/tar-pfx.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/tar-pfx.sh b/scripts/tar-pfx.sh
deleted file mode 100644
index 2b5a215..0000000
--- a/scripts/tar-pfx.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-. ./.vars
-
-SZE=$(du -sm $prefix |awk '{print $1}')
-
- # | cpio -R root:root -do - \
-find $prefix \
- | cpio -v -R root:root -oH newc \
- | pv -s ${SZE}M \
- | xz -T0 -9 -c > pfx.txz
-
-# bsdtar \
-# --numeric-owner \
-# --owner=root \
-# --group=root \
-# -C pfx \
-# -cvf - . \
-# | xz -9 -T0 -vc > pfx.txz