Skip to content

Commit 2962159

Browse files
committed
Replaced forever for palmtree, use new nsh & update dependencies
1 parent 1d20cad commit 2962159

3 files changed

Lines changed: 11 additions & 13 deletions

File tree

package.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@
1212
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
1313
"license": "MIT",
1414
"nodeosDependenciesRoot": [
15-
"piranna/forever-monitor",
16-
"piranna/forever#starter",
17-
"NodeOS/node-bin-getty",
1815
"logon",
19-
"nodeos-reverse-proxy"
16+
"NodeOS/node-bin-getty",
17+
"nodeos-reverse-proxy",
18+
"palmtree"
2019
],
2120
"nodeosDependenciesNodeos": [
2221
"bin-fs",
2322
"NodeOS/ifconfig",
2423
"NodeOS/ip",
2524
"bin-man",
26-
"piranna/nsh#patch-1",
25+
"piranna/nsh",
2726
"bin-pwd",
2827
"bin-sh",
2928
"davius",
@@ -43,24 +42,23 @@
4342
"davius": "^0.0.1",
4443
"dhcpjs": "^0.5.0",
4544
"debugfs": "^0.0.2",
46-
"forever": "piranna/forever#starter",
47-
"forever-monitor": "piranna/forever-monitor",
4845
"genext2fs": "^1.4.1-0",
4946
"ifconfig": "NodeOS/ifconfig",
5047
"ip": "NodeOS/ip",
5148
"loadtest": "^1.4.4",
52-
"logon": "^0.1.1",
49+
"logon": "^0.1.2",
5350
"node-bin-getty": "NodeOS/node-bin-getty",
5451
"node-wget": "^0.4.2",
5552
"nodeos-barebones": "NodeOS/nodeos-barebones",
5653
"nodeos-cross-toolchain": "NodeOS/nodeos-cross-toolchain",
5754
"nodeos-initramfs": "NodeOS/nodeos-initramfs",
58-
"nodeos-nodejs": "^6.4.0",
55+
"nodeos-nodejs": "^6.5.0",
5956
"nodeos-reverse-proxy": "^0.1.0",
6057
"npm": "^3.10.6",
61-
"nsh": "piranna/nsh#patch-1",
58+
"nsh": "piranna/nsh",
6259
"ntp-client": "^0.5.3",
63-
"performance": "^1.1.0",
60+
"palmtree": "^2.5.0",
61+
"performance": "^1.1.1",
6462
"pstree": "^0.0.0",
6563
"slap": "^0.1.60"
6664
},
File renamed without changes.

scripts/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ if [[ ! -d $STEP_DIR ]]; then
6262
#
6363

6464
mkdir -p $STEP_DIR/etc &&
65-
cp forever-starter.json $STEP_DIR/etc/ || exit 12
65+
cp palmtree.json $STEP_DIR/etc/ || exit 12
6666

6767

6868
#
6969
# Init file for the user
7070
#
7171

72-
ln -sf bin/forever-starter $STEP_DIR/init || exit 13
72+
ln -sf bin/palmtree $STEP_DIR/init || exit 13
7373
) || err $?
7474

7575
echo -e "${GRN}Successfully generated root user folder${CLR}"

0 commit comments

Comments
 (0)