Preserve timestamps

This commit is contained in:
Roland Clobus 2021-01-11 14:34:11 +01:00
parent f943fa9209
commit 831da55c01
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ esac
mkdir -p "${DESTDIR}"
# Installing linux-image
cp chroot/boot/"${LINUX}"-* "${DESTDIR}"
cp chroot/boot/initrd.img-* "${DESTDIR}" 2>&1 || Echo_message "Skip installing missing initrd."
cp -a chroot/boot/"${LINUX}"-* "${DESTDIR}"
cp -a chroot/boot/initrd.img-* "${DESTDIR}" 2>&1 || Echo_message "Skip installing missing initrd."
case "${LB_INITRAMFS}" in
live-boot)