From f70dbc2fcbfe57a4b881388108a44d3d3113812d Mon Sep 17 00:00:00 2001 From: Tatjana Heuser <tatjana.heuser@ub.hu-berlin.de> Date: Mon, 16 Sep 2019 00:06:25 +0200 Subject: [PATCH] Addons to /usr: gnu, sfw, X11 --- README.md | 10 ++++++---- usr/X11.tar.gz | 3 +++ usr/gnu.tar.gz | 3 +++ usr/sfw.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 usr/X11.tar.gz create mode 100644 usr/gnu.tar.gz create mode 100644 usr/sfw.tar.gz diff --git a/README.md b/README.md index 3505c2c..e7b7b6a 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ Documentation and [Schillix](https://www.berlios.de/software/schillix/) distribu This repository contains * ISO image used for the initial boot and installation of Schillix 0.8 (Build 147) * tar archives of various tools and their supporting ecospheres added in the meantime - * `/usr/sfw` Sunfreeware ecosystem (oops, archive with leading / - extract using `star -zxpU/ sfw.tar.gz`) - * `/opt/csw` csw ecosystem + * `/usr/gnu` Gnu ecosystem - to extract `cd /;star -zxp -no-secure-links gnu.tar.gz` + * `/usr/sfw` Sunfreeware ecosystem - `cd /; star -zxp sfw.tar.gz`) + * `/usr/X11` Sunfreeware ecosystem - `cd /; star -zxp X11.tar.gz`) + * `/opt/csw` csw ecosystem, `cd /opt; star -zxp < csw.tar.gz` * `/opt/gcc-3-4-3` C Compiler - * `/opt/schily` Snapshot of a build that seems to date back to 2013. To be replaced with a current one soon. + * `/opt/schily` Snapshot of 2019-08-13 schilytools. Need to correct the filename of the archive... * [Installation Instructions](/../wikis/Installation/Overview) ## Note @@ -19,4 +21,4 @@ bootimage provided for the course jumps right into the selection of the keyboard locale, and allows to select US-Ascii. The image otherwise does not differ from the one available on -[sourceforge](https://sourceforge.net/projects/schillix/files/) \ No newline at end of file +[sourceforge](https://sourceforge.net/projects/schillix/files/) diff --git a/usr/X11.tar.gz b/usr/X11.tar.gz new file mode 100644 index 0000000..31c14f4 --- /dev/null +++ b/usr/X11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f8d0c5c6ffbc249f22394325b3f86b6de759e40dfa07230e71e5f8525e56c2 +size 6838 diff --git a/usr/gnu.tar.gz b/usr/gnu.tar.gz new file mode 100644 index 0000000..e4b4100 --- /dev/null +++ b/usr/gnu.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e9bcf0dc508b0690bf5cc74b92ea19616a8e3c44c19236db910d6bac0c835c +size 10707434 diff --git a/usr/sfw.tar.gz b/usr/sfw.tar.gz new file mode 100644 index 0000000..19d5640 --- /dev/null +++ b/usr/sfw.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8c5af78cd9cafe4e21abf765a315e61388aa4ba950f089513061f6b3690531 +size 63556748 -- GitLab