Skip to content

Commit

Permalink
core/dracut/ignition-ostree: add chroot binary
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Mar 28, 2024
1 parent 2fb26d1 commit bd54cd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cleanup() {

umount --lazy --recursive "${TMP_CHROOT_DIR}"
umount --recursive "${TMP_CHROOT_DIR}"
rmdir "${TMP_CHROOT_DIR}"
rm --dir "${TMP_CHROOT_DIR}"
}

trap cleanup EXIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Populate OSTree sysusers
Description=Ignition OSTree: Create System Users
DefaultDependencies=false
ConditionKernelCommandLine=|ostree

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ installkernel() {

install() {
inst_multiple \
chroot \
bwrap \
realpath \
rmdir \
setfiles \
chcon \
systemd-sysusers \
Expand Down

0 comments on commit bd54cd7

Please sign in to comment.