[packages] Remove bad config-lines
- rootMountPoint is a global thing, not a job-configuration item
This commit is contained in:
parent
28bd737062
commit
dfd13b4948
@ -1,7 +1,6 @@
|
|||||||
# SPDX-FileCopyrightText: no
|
# SPDX-FileCopyrightText: no
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
backend: dummy
|
backend: dummy
|
||||||
rootMountPoint: /tmp/mount
|
|
||||||
operations:
|
operations:
|
||||||
- install:
|
- install:
|
||||||
- pre-script: touch /tmp/foo
|
- pre-script: touch /tmp/foo
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# SPDX-FileCopyrightText: no
|
# SPDX-FileCopyrightText: no
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
backend: pacman
|
backend: pacman
|
||||||
rootMountPoint: /tmp/mount
|
|
||||||
operations: []
|
operations: []
|
||||||
|
|
||||||
pacman:
|
pacman:
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# SPDX-FileCopyrightText: no
|
# SPDX-FileCopyrightText: no
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
backend: pacman
|
backend: pacman
|
||||||
rootMountPoint: /tmp/mount
|
|
||||||
operations: []
|
operations: []
|
||||||
|
|
||||||
# Leave some things unspecified
|
# Leave some things unspecified
|
||||||
|
Loading…
Reference in New Issue
Block a user