Skip to content

Commit b061620

Browse files
committed
Resolving comments from Seb on redundant nodev
1 parent aa80e0c commit b061620

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

live-build/config/hooks/vm-artifacts/90-raw-disk-image.binary

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ zfs mount "$FSNAME/ROOT/$FSNAME/root"
218218
mount --make-slave "$DIRECTORY"
219219

220220
zfs create \
221-
-o devices=off \
222221
-o mountpoint=legacy \
223222
"$FSNAME/ROOT/$FSNAME/home"
224223

@@ -277,7 +276,7 @@ zfs create \
277276
# these mounts.
278277
#
279278
mkdir -p "$DIRECTORY/home"
280-
mount -t zfs -o nodev "$FSNAME/ROOT/$FSNAME/home" "$DIRECTORY/home"
279+
mount -t zfs "$FSNAME/ROOT/$FSNAME/home" "$DIRECTORY/home"
281280

282281
mkdir -p "$DIRECTORY/var/delphix"
283282
mount -t zfs "$FSNAME/ROOT/$FSNAME/data" "$DIRECTORY/var/delphix"

0 commit comments

Comments
 (0)