[packages] Remove bad config-lines

- rootMountPoint is a global thing, not a job-configuration item
This commit is contained in:
Adriaan de Groot 2021-11-29 15:02:05 +01:00
parent 28bd737062
commit dfd13b4948
3 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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:

View File

@ -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