File tree Expand file tree Collapse file tree 16 files changed +57
-54
lines changed Expand file tree Collapse file tree 16 files changed +57
-54
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
+ # command: /sbin/init
11
12
tmpfs :
12
13
- /run
13
14
- /tmp
@@ -19,7 +20,8 @@ platforms:
19
20
pre_build_image : true
20
21
groups :
21
22
- testohpc_compute
22
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
23
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
24
+ # command: /sbin/init
23
25
tmpfs :
24
26
- /run
25
27
- /tmp
@@ -31,7 +33,8 @@ platforms:
31
33
pre_build_image : true
32
34
groups :
33
35
- testohpc_compute
34
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
36
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
37
+ # command: /sbin/init
35
38
tmpfs :
36
39
- /run
37
40
- /tmp
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ platforms:
8
8
groups :
9
9
- testohpc_login
10
10
- initial
11
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
11
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
12
12
tmpfs :
13
13
- /run
14
14
- /tmp
@@ -21,7 +21,7 @@ platforms:
21
21
groups :
22
22
- testohpc_compute
23
23
- initial
24
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
24
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
25
25
tmpfs :
26
26
- /run
27
27
- /tmp
@@ -34,7 +34,7 @@ platforms:
34
34
groups :
35
35
- testohpc_compute
36
36
- initial
37
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
37
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
38
38
tmpfs :
39
39
- /run
40
40
- /tmp
@@ -46,7 +46,7 @@ platforms:
46
46
pre_build_image : true
47
47
groups : # NB this is NOT in the "testohpc_compute" so that it isn't added to slurm.conf initially
48
48
- new
49
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
49
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
50
50
tmpfs :
51
51
- /run
52
52
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
@@ -21,7 +21,7 @@ platforms:
21
21
- testohpc_compute
22
22
- testohpc_compute_orig
23
23
- testohpc_compute_new
24
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
24
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
25
25
tmpfs :
26
26
- /run
27
27
- /tmp
@@ -34,7 +34,7 @@ platforms:
34
34
groups :
35
35
- testohpc_compute
36
36
- testohpc_compute_orig
37
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
37
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
38
38
tmpfs :
39
39
- /run
40
40
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
@@ -19,7 +19,7 @@ platforms:
19
19
pre_build_image : true
20
20
groups :
21
21
- testohpc_compute
22
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
22
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
23
23
tmpfs :
24
24
- /run
25
25
- /tmp
@@ -31,7 +31,7 @@ platforms:
31
31
pre_build_image : true
32
32
groups :
33
33
- testohpc_compute
34
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
34
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
35
35
tmpfs :
36
36
- /run
37
37
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_control
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
@@ -20,7 +20,7 @@ platforms:
20
20
pre_build_image : true
21
21
groups :
22
22
- testohpc_login
23
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
23
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
24
24
tmpfs :
25
25
- /run
26
26
- /tmp
@@ -33,7 +33,7 @@ platforms:
33
33
pre_build_image : true
34
34
groups :
35
35
- testohpc_login
36
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
36
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
37
37
tmpfs :
38
38
- /run
39
39
- /tmp
@@ -46,7 +46,7 @@ platforms:
46
46
pre_build_image : true
47
47
groups :
48
48
- testohpc_compute
49
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
49
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
50
50
tmpfs :
51
51
- /run
52
52
- /tmp
@@ -58,7 +58,7 @@ platforms:
58
58
pre_build_image : true
59
59
groups :
60
60
- testohpc_compute
61
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
61
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
62
62
tmpfs :
63
63
- /run
64
64
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
@@ -19,7 +19,7 @@ platforms:
19
19
pre_build_image : true
20
20
groups :
21
21
- testohpc_compute
22
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
22
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
23
23
tmpfs :
24
24
- /run
25
25
- /tmp
@@ -31,7 +31,7 @@ platforms:
31
31
pre_build_image : true
32
32
groups :
33
33
- testohpc_compute
34
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
34
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
35
35
tmpfs :
36
36
- /run
37
37
- /tmp
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ platforms:
9
9
pre_build_image : true
10
10
groups :
11
11
- testohpc_login
12
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
12
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
13
13
tmpfs :
14
14
- /run
15
15
- /tmp
@@ -21,7 +21,7 @@ platforms:
21
21
pre_build_image : true
22
22
groups :
23
23
- testohpc_compute
24
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
24
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
25
25
tmpfs :
26
26
- /run
27
27
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
@@ -19,7 +19,7 @@ platforms:
19
19
pre_build_image : true
20
20
groups :
21
21
- testohpc_compute
22
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
22
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
23
23
tmpfs :
24
24
- /run
25
25
- /tmp
@@ -31,7 +31,7 @@ platforms:
31
31
pre_build_image : true
32
32
groups :
33
33
- testohpc_compute
34
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
34
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
35
35
tmpfs :
36
36
- /run
37
37
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
@@ -20,7 +20,7 @@ platforms:
20
20
groups :
21
21
- testohpc_compute
22
22
- testohpc_part1
23
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
23
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
24
24
tmpfs :
25
25
- /run
26
26
- /tmp
@@ -33,7 +33,7 @@ platforms:
33
33
groups :
34
34
- testohpc_compute
35
35
- testohpc_part1
36
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
36
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
37
37
tmpfs :
38
38
- /run
39
39
- /tmp
@@ -46,7 +46,7 @@ platforms:
46
46
groups :
47
47
- testohpc_compute
48
48
- testohpc_part2
49
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
49
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
50
50
tmpfs :
51
51
- /run
52
52
- /tmp
@@ -59,7 +59,7 @@ platforms:
59
59
groups :
60
60
- testohpc_compute
61
61
- testohpc_part2
62
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
62
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
63
63
tmpfs :
64
64
- /run
65
65
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
@@ -20,7 +20,7 @@ platforms:
20
20
groups :
21
21
- testohpc_compute
22
22
- testohpc_grp1
23
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
23
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
24
24
tmpfs :
25
25
- /run
26
26
- /tmp
@@ -33,7 +33,7 @@ platforms:
33
33
groups :
34
34
- testohpc_compute
35
35
- testohpc_grp1
36
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
36
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
37
37
tmpfs :
38
38
- /run
39
39
- /tmp
@@ -46,7 +46,7 @@ platforms:
46
46
groups :
47
47
- testohpc_compute
48
48
- testohpc_grp2
49
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
49
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
50
50
tmpfs :
51
51
- /run
52
52
- /tmp
@@ -59,7 +59,7 @@ platforms:
59
59
groups :
60
60
- testohpc_compute
61
61
- testohpc_grp2
62
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
62
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
63
63
tmpfs :
64
64
- /run
65
65
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
@@ -19,7 +19,7 @@ platforms:
19
19
pre_build_image : true
20
20
groups :
21
21
- testohpc_compute
22
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
22
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
23
23
tmpfs :
24
24
- /run
25
25
- /tmp
@@ -31,7 +31,7 @@ platforms:
31
31
pre_build_image : true
32
32
groups :
33
33
- testohpc_compute
34
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
34
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
35
35
tmpfs :
36
36
- /run
37
37
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
@@ -19,7 +19,7 @@ platforms:
19
19
pre_build_image : true
20
20
groups :
21
21
- testohpc_compute
22
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
22
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
23
23
tmpfs :
24
24
- /run
25
25
- /tmp
@@ -31,7 +31,7 @@ platforms:
31
31
pre_build_image : true
32
32
groups :
33
33
- testohpc_compute
34
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
34
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
35
35
tmpfs :
36
36
- /run
37
37
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_login
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ platforms:
7
7
pre_build_image : true
8
8
groups :
9
9
- testohpc_compute
10
- command : ' dnf -y install systemd && /sbin/init' # not in RL9 image
10
+ command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
12
- /run
13
13
- /tmp
You can’t perform that action at this time.
0 commit comments