Skip to content

Commit

Permalink
do not copy overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Dec 14, 2023
1 parent 2d5c0e1 commit e2047a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/calaos_install
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ rsync -avh ${src}/ ${dst} \
--exclude /var/run/containers \
--exclude /media \
--exclude /mnt/destination_rootfs \
--exclude /mnt/origin_rootfs
--exclude /mnt/origin_rootfs \
--exclude /var/lib/containers/storage/overlay

#Cleanup initramfs scrits not needed for installed rootfs
rm -rf ${dst}/.calaos-live \
Expand Down

0 comments on commit e2047a7

Please sign in to comment.