From b873299c0e6811f655f83a84e1d56162768655f0 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 5 Apr 2019 17:24:22 +0200 Subject: [PATCH] Chroot: Fix the path of latecommand script --- debian/chroot.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/chroot.install b/debian/chroot.install index 1fdbec3..35a875d 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -264,7 +264,7 @@ printf '%b\n' "127.0.0.1 ${new_hostname}" >> /target/etc/hosts ## Call a latecommand script {{{ wget -O /tmp/latecommand.tar.gz "https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/raw/master/scripts/latecommand.tar.gz" --no-check-certificate tar xzf /tmp/latecommand.tar.gz -C /target/tmp/ -chroot /target /bin/sh /target/tmp/latecommand/post.stretch.sh +chroot /target /bin/sh /tmp/latecommand/post.stretch.sh ## }}} ## SSH {{{