Skip to content

Commit

Permalink
proper close /oem in uki after install
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed May 15, 2024
1 parent eac9cfb commit b9fc1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudconfigs/80_stylus_uki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ stages:
- mkdir -p /oem/opt.bind
- cp -rfv /run/initramfs/live/luet /oem/opt.bind/
- cp -rfv /run/initramfs/live/stylus-image.tar /oem/opt.bind/
- umount /dev/mapper/oem
- if mount | grep /oem >/dev/null; then umount /oem; fi
- if [ -e /dev/mapper/oem ]; then cryptsetup close /dev/mapper/oem; fi

0 comments on commit b9fc1d4

Please sign in to comment.