Skip to content

Commit

Permalink
in Bullseye, /lib is a symlink, so we use rsync -K to honor that
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed Jan 5, 2022
1 parent b8ef646 commit b3e47ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/pre-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ sudo cp -r $KERNEL_DIR_HOST/$MISSING_DIR/* $DESTDIR/$MISSING_DIR
echo "~~~~ installing xenomai ~~~~"
sudo make -C ${DIR}/downloads/xenomai-3-build install DESTDIR=$targetdir --no-print-directory

sudo cp -rv ${DIR}/misc/rootfs/* $targetdir/

sudo rsync -avK ${DIR}/misc/rootfs/* $targetdir/

0 comments on commit b3e47ae

Please sign in to comment.