Skip to content

Commit

Permalink
Minor nit fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon committed Nov 14, 2024
1 parent 053c08f commit 7069604
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN ARCH=$(uname -m); \
gptfdisk \
patterns-microos-selinux \
btrfsprogs \
snapper \
snapper \
cryptsetup \
lvm2 && \
zypper cc -a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# 'oem_label' => label of the oem partition filesystem
# 'recovery_label' => label of the recovery partition filesystem
# 'snapshotter' => snapshotter type, assumes loopdevice type if undefined
# 'snap_arg' => kernel args for snapshotter
# 'encrypted_volumes' => comma-separated list of encrypted volume names
#
# In addition bootargs.cfg is responsible of setting the following variables:
Expand Down

0 comments on commit 7069604

Please sign in to comment.