aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-02 10:40:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-06 21:19:39 -0700
commita4cb8a892183462b0713580a5e2134c3f3d1d95d (patch)
treec1bb90c84a1e716b10a10fcc5c44ce21326f24de /src/package.lisp
parent60d2ca122ee7dc29fc66b4364bcf79f5a7041b64 (diff)
downloadconsfigurator-a4cb8a892183462b0713580a5e2134c3f3d1d95d.tar.gz
chroot mounts: assert that /dev is udev devtmpfs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp
index dbf6eb5..11ecb73 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -354,7 +354,8 @@
(:export #:mounted
#:unmounted-below
#:unmounted-below-and-removed
- #:all-mounts))
+ #:all-mounts
+ #:assert-devtmpfs-udev-/dev))
(defpackage :consfigurator.property.service
(:use #:cl #:alexandria #:consfigurator)