File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,17 @@ contents = """
4
4
bootc switch --mutate-in-place --transport registry ghcr.io/aussielunix/mystation:latest
5
5
%end
6
6
"""
7
+
8
+ [customizations .installer .modules ]
9
+ enable = [
10
+ " org.fedoraproject.Anaconda.Modules.Storage" ,
11
+ " org.fedoraproject.Anaconda.Modules.Timezone" ,
12
+ " org.fedoraproject.Anaconda.Modules.Users"
13
+ ]
14
+
15
+ disable = [
16
+ " org.fedoraproject.Anaconda.Modules.Security" ,
17
+ " org.fedoraproject.Anaconda.Modules.Services" ,
18
+ " org.fedoraproject.Anaconda.Modules.Network" ,
19
+ " org.fedoraproject.Anaconda.Modules.Subscription"
20
+ ]
Original file line number Diff line number Diff line change @@ -30,13 +30,14 @@ build-iso:
30
30
- it \
31
31
- -privileged \
32
32
- -pull=newer \
33
+ - -net=host \
33
34
- -security-opt label=type:unconfined_t \
34
35
- v $(pwd)/ .osbuild:/ output \
36
+ - v $(pwd)/ iso.toml:/ config.toml:ro \
35
37
- v / var/ lib/ containers/ storage:/ var/ lib/ containers/ storage \
36
- - v $(pwd)/ iso.toml:/ config.toml \
37
38
quay.io/ centos-bootc/ bootc-image-builder:latest \
38
39
- -rootfs ext4 \
39
- - -type anaconda- iso \
40
+ - -type iso \
40
41
- -target-arch amd64 \
41
42
- -local ghcr.io/ aussielunix/ mystation:latest
42
43
You can’t perform that action at this time.
0 commit comments