Skip to content

Commit 8f73baf

Browse files
committed
osbuild: change mount points for mkdir call
These mount points are not used/insignificant so let's name them something a bit more unusual to make that clearer.
1 parent 11db312 commit 8f73baf

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/osbuild-manifests/coreos.osbuild.aarch64.mpp.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,13 @@ pipelines:
336336
source: disk
337337
partition:
338338
mpp-format-int: '{image.layout[''root''].partnum}'
339-
target: /sysroot
339+
target: /root-mount-point
340340
- name: boot
341341
type: org.osbuild.ext4
342342
source: disk
343343
partition:
344344
mpp-format-int: '{image.layout[''boot''].partnum}'
345-
target: /boot
345+
target: /boot-mount-point
346346
- type: org.osbuild.selinux
347347
options:
348348
labels:
@@ -555,13 +555,13 @@ pipelines:
555555
source: disk
556556
partition:
557557
mpp-format-int: '{image4k.layout[''root''].partnum}'
558-
target: /sysroot
558+
target: /root-mount-point
559559
- name: boot
560560
type: org.osbuild.ext4
561561
source: disk
562562
partition:
563563
mpp-format-int: '{image4k.layout[''boot''].partnum}'
564-
target: /boot
564+
target: /boot-mount-point
565565
- type: org.osbuild.selinux
566566
options:
567567
labels:

src/osbuild-manifests/coreos.osbuild.ppc64le.mpp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ pipelines:
327327
source: disk
328328
partition:
329329
mpp-format-int: '{image.layout[''root''].partnum}'
330-
target: /
330+
target: /root-mount-point
331331
- type: org.osbuild.selinux
332332
options:
333333
labels:
@@ -514,7 +514,7 @@ pipelines:
514514
source: disk
515515
partition:
516516
mpp-format-int: '{image4k.layout[''root''].partnum}'
517-
target: /
517+
target: /root-mount-point
518518
- type: org.osbuild.selinux
519519
options:
520520
labels:

src/osbuild-manifests/coreos.osbuild.s390x.mpp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ pipelines:
375375
source: disk
376376
partition:
377377
mpp-format-int: '{image.layout[''root''].partnum}'
378-
target: /
378+
target: /root-mount-point
379379
- type: org.osbuild.selinux
380380
options:
381381
labels:
@@ -533,7 +533,7 @@ pipelines:
533533
source: disk
534534
partition:
535535
mpp-format-int: '{image4k.layout[''root''].partnum}'
536-
target: /
536+
target: /root-mount-point
537537
- type: org.osbuild.selinux
538538
options:
539539
labels:

src/osbuild-manifests/coreos.osbuild.x86_64.mpp.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,13 @@ pipelines:
338338
source: disk
339339
partition:
340340
mpp-format-int: '{image.layout[''root''].partnum}'
341-
target: /sysroot
341+
target: /root-mount-point
342342
- name: boot
343343
type: org.osbuild.ext4
344344
source: disk
345345
partition:
346346
mpp-format-int: '{image.layout[''boot''].partnum}'
347-
target: /boot
347+
target: /boot-mount-point
348348
- type: org.osbuild.selinux
349349
options:
350350
labels:
@@ -559,13 +559,13 @@ pipelines:
559559
source: disk
560560
partition:
561561
mpp-format-int: '{image4k.layout[''root''].partnum}'
562-
target: /sysroot
562+
target: /root-mount-point
563563
- name: boot
564564
type: org.osbuild.ext4
565565
source: disk
566566
partition:
567567
mpp-format-int: '{image4k.layout[''boot''].partnum}'
568-
target: /boot
568+
target: /boot-mount-point
569569
- type: org.osbuild.selinux
570570
options:
571571
labels:

0 commit comments

Comments
 (0)