[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-License-Identifier: CC0-1.0
|
||||
backend: dummy
|
||||
rootMountPoint: /tmp/mount
|
||||
operations:
|
||||
- install:
|
||||
- pre-script: touch /tmp/foo
|
||||
|
@ -1,7 +1,6 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
backend: pacman
|
||||
rootMountPoint: /tmp/mount
|
||||
operations: []
|
||||
|
||||
pacman:
|
||||
|
@ -1,7 +1,6 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
backend: pacman
|
||||
rootMountPoint: /tmp/mount
|
||||
operations: []
|
||||
|
||||
# Leave some things unspecified
|
||||
|
Loading…
Reference in New Issue
Block a user