]> git.ipfire.org Git - people/jschlag/ipfire-3.x-image.git/commitdiff
Fix building the network package
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 18 Nov 2018 17:29:31 +0000 (17:29 +0000)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 18 Nov 2018 17:29:31 +0000 (17:29 +0000)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
generate_image.sh

index ea3790d551ac9592586f93ae9ac9bfa1929c212f..e20d85ce2db496c4eee5af1d8a97ab370fe4e06b 100755 (executable)
@@ -488,7 +488,7 @@ systemd-nspawn -D ${IMAGE_MOUNT_DIR} --bind /dev --capability=CAP_SYS_ADMIN,CAP_
        echo "Execute commands inside chroot"
        ${ENABLE_GETTY}
        ${GENERATE_GRUB_CONF}
-       cd /git-repos/ && ls
+       cd /build/ && ls
        ${BUILD_NETWORK_CMDS}
        echo "All commands executed"
 END