diff --git a/debian.sh b/debian.sh index 7d3e171..c49e1c4 100755 --- a/debian.sh +++ b/debian.sh @@ -204,7 +204,7 @@ configure-repository() { chroot $TARGET /usr/bin/bash -c "export DEBIAN_FRONTEND=noninteractive;/usr/bin/apt auto-remove -y" fi - echo 'DPkg::Post-Invoke {"/usr/bin/debian.sh snapshot";};' >$TARGET/etc/apt/apt.conf + #echo 'DPkg::Post-Invoke {"/usr/bin/debian.sh snapshot";};' >$TARGET/etc/apt/apt.conf } make-image() {