Skip to content

Commit

Permalink
Remove /.dockerenv to fix systemd-timesyncd
Browse files Browse the repository at this point in the history
  • Loading branch information
djmuted committed Nov 8, 2024
1 parent 602ab94 commit 216b58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sync
mkdir /mnt/disk
mount "${LOOP_DEV}p1" /mnt/disk
tar -xpf rootfs.tar -C /mnt/disk/
rm -rf /mnt/disk/.dockerenv
umount -l /mnt/disk

# Detach the loop device
Expand Down

0 comments on commit 216b58b

Please sign in to comment.