Skip to content

Commit

Permalink
volmount/{crypt,dm}: fix typo in comment of previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
asac committed May 29, 2024
1 parent 58b77c6 commit e1bb992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/volmount/crypt/crypt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CAAM_KEYGEN=caam-keygen
MKFS_OPTS_EXT4=${MKFS_OPTS_EXT4:-"-b 1024"}
MNT_OPTS_EXT4=${MNT_OPTS_EXT4:-"-o noatime"}

# ensure that devicemapper builds with uboot support
# ensure that devicemapper builds with udev support
# don't believe that udev will create the /dev/mapper/* nodes
DM_DISABLE_UDEV=1
export DM_DISABLE_UDEV
Expand Down
2 changes: 1 addition & 1 deletion scripts/volmount/verity/dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ volumesrc=$2
container=$3
volume=$4

# ensure that devicemapper builds with uboot support
# ensure that devicemapper builds with dev support
# don't believe that udev will create the /dev/mapper/* nodes
DM_DISABLE_UDEV=1
export DM_DISABLE_UDEV
Expand Down

0 comments on commit e1bb992

Please sign in to comment.