Skip to content

Commit c83f093

Browse files
Rock Quschelleg
authored andcommitted
fix deb-src
1 parent df653e8 commit c83f093

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sdbuild/scripts/create_rootfs.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ adduser xilinx adm
5858
adduser xilinx sudo
5959
6060
fake-hwclock save
61-
62-
exit 0
6361
EOT
6462

6563
if [ -n "$PYNQ_UBUNTU_REPO" ]; then
@@ -69,6 +67,11 @@ echo "deb-src http://ports.ubuntu.com/ubuntu-ports bionic main universe" >> /etc
6967
EOT
7068
fi
7169

70+
cat - >> $target/postinst2.sh <<EOT
71+
exit 0
72+
EOT
73+
74+
7275
# Copy over what we need to complete the installation
7376
$dry_run sudo cp ${QEMU_EXE} $target/usr/bin
7477

0 commit comments

Comments
 (0)