From 214aa23801332d2120df208f9d9042fd51c5f2d3 Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Mon, 16 Jul 2018 15:32:41 +0100 Subject: dumped new version 0.3.5 --- tools/scripts/replace.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/scripts') diff --git a/tools/scripts/replace.sh b/tools/scripts/replace.sh index e925e7d..8d5d8d9 100755 --- a/tools/scripts/replace.sh +++ b/tools/scripts/replace.sh @@ -5,4 +5,5 @@ folder=$1 oldstring=$2 newstring=$3 -grep -rl $oldstring $folder | xargs sed -i s@$oldstring@$newstring@g +#grep -rl $oldstring $folder | xargs sed -i s@$oldstring@$newstring@g +grep -rl "$oldstring" $folder | xargs sed -i "s@$oldstring@$newstring@g" -- cgit 1.4.1-2-gfad0 From fa4a1dbc55e566b6f891636ed0301bf6a188b312 Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Tue, 17 Jul 2018 00:07:20 +0100 Subject: release revision --- core/index.html | 8 +- core/install.html | 18 +- core/linux.html | 45 +- core/ports/linux-gnu/.footprint | 1940 ++++++++++++++++++------------------- core/ports/linux-gnu/.md5sum | 4 +- core/ports/linux-gnu/Pkgfile | 6 +- core/ports/linux-gnu/config-crux | 60 +- core/ports/linux-gnu/post-install | 2 +- core/scripts/setup-target.sh | 2 +- tools/qemu.html | 2 +- tools/scripts/runvm/profile/crux | 2 +- tools/scripts/runvm/runvm.sh | 2 +- 12 files changed, 1065 insertions(+), 1026 deletions(-) (limited to 'tools/scripts') diff --git a/core/index.html b/core/index.html index f8b3663..9145f3e 100644 --- a/core/index.html +++ b/core/index.html @@ -11,20 +11,20 @@

c9 Core OS

c9 Core OS covers installation and configuration of - basic functionality of Crux 3.3 Gnu\Linux operating system. + basic functionality of Crux 3.4 Gnu\Linux operating system. This documentation try's to follow Crux HandBook installation method diverges, for example, by only installing and documenting gpt and grub2.

-

Read Crux HandBook, +

Read Crux HandBook, you can ask for help on freenode #crux. Check scripts folder the install process is automated and ports for extra ports used during the installation.

-

1. Install Crux 3.3 Gnu/Linux

+

1. Install Crux 3.4 Gnu/Linux