@@ -20,6 +20,7 sed -i "s/\/ftp.debian.org\//\/${APT_SERVER}\//" "${ETC_DIR}/apt/sources.list" | |||
|
20 | 20 | #Fix for changing path for security updates in testing/bullseye |
|
21 | 21 | if [ "$RELEASE" = "testing" ] ; then |
|
22 | 22 | sed -i "s,stretch\\/updates,testing-security," "${ETC_DIR}/apt/sources.list" |
|
23 | sed -i "s/ stretch/ ${RELEASE}/" "${ETC_DIR}/apt/sources.list" | |
|
23 | 24 | fi |
|
24 | 25 | |
|
25 | 26 | if [ -z "$RELEASE" ] ; then |
@@ -863,7 +863,7 mkdir -p "$BUILDDIR/mount/boot/firmware" | |||
|
863 | 863 | mount "$FRMW_LOOP" "$BUILDDIR/mount/boot/firmware" |
|
864 | 864 | |
|
865 | 865 | # Copy all files from the chroot to the loop device mount point directory |
|
866 |
rsync -a |
|
|
866 | rsync -a "${R}/" "$BUILDDIR/mount/" | |
|
867 | 867 | |
|
868 | 868 | # Unmount all temporary loop devices and mount points |
|
869 | 869 | cleanup |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant