about summary refs log tree commit diff stats
path: root/tools/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scripts')
-rw-r--r--tools/scripts/pkgmk-test.conf2
-rwxr-xr-xtools/scripts/replace.sh3
-rw-r--r--tools/scripts/runvm/profile/crux2
-rw-r--r--tools/scripts/runvm/runvm.sh2
4 files changed, 5 insertions, 4 deletions
diff --git a/tools/scripts/pkgmk-test.conf b/tools/scripts/pkgmk-test.conf
index 3b0031d..6dec896 100644
--- a/tools/scripts/pkgmk-test.conf
+++ b/tools/scripts/pkgmk-test.conf
@@ -4,7 +4,7 @@
 
 source /etc/pkgmk.conf
 
-#PKGMK_SOURCE_MIRRORS=(https://c9.root.sx/ports/distfiles/)
+PKGMK_SOURCE_MIRRORS=()
 PKGMK_SOURCE_DIR="$PWD"
 PKGMK_PACKAGE_DIR="$PWD"
 PKGMK_WORK_DIR="$PWD/work"
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"
diff --git a/tools/scripts/runvm/profile/crux b/tools/scripts/runvm/profile/crux
index af33e1b..672b80d 100644
--- a/tools/scripts/runvm/profile/crux
+++ b/tools/scripts/runvm/profile/crux
@@ -2,6 +2,6 @@ mac="54:60:be:ef:5c:64"
 memory=1024
 boot=$2
 tap="tap4"
-iso=iso/crux-3.3.iso
+iso=iso/crux-3.4.iso
 image=img/c14.qcow2
 other="-vga std -display sdl"
diff --git a/tools/scripts/runvm/runvm.sh b/tools/scripts/runvm/runvm.sh
index 1e56a52..21cd097 100644
--- a/tools/scripts/runvm/runvm.sh
+++ b/tools/scripts/runvm/runvm.sh
@@ -10,7 +10,7 @@ source profile/$1
 #memory=1024
 #boot=d
 #tap="tap1"
-#iso=iso/crux-3.3.iso
+#iso=iso/crux-3.4.iso
 #image=img/crux-standard.qcow2
 #other="-soundhw hda -vga std -display sdl"
 
T handler, added remote registry list' href='/gbmor/getwtxt/commit/post.go?h=v0.4.14&id=df1d1efa19aed5bc6553c7c0a0b4b7dfe20e3bd0'>df1d1ef ^
55c8ffa ^
824556a ^


df1d1ef ^
df1d1ef ^
824556a ^


df1d1ef ^
824556a ^



df1d1ef ^
824556a ^






df1d1ef ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64