This commit is contained in:
Your Name 2023-05-12 12:34:53 -06:00
parent 69f9c93a8c
commit 3529d8bf60

View File

@ -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() {