Compare commits

..

1 Commits

Author SHA1 Message Date
Jonathan Carter b348bf4fb8 New upstream release 2022-05-19 14:51:59 +02:00
5 changed files with 14 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
[ 12.0.2 ]
* Fix dpkg-unsafe-io and dpkg-unsafe-io-undo names
* Update the sources-media script to use bookworm
[ 12.0.1 ]
* Initial branding description and sources.list changes for bookworm
@@ -1,6 +1,6 @@
---
type: "job"
name: "re-enable-dpkg-sync"
name: "dpkg-unsafe-io-undo"
interface: "process"
command: "/usr/sbin/dpkg-unsafe-io -u"
timeout: 600
+1 -1
View File
@@ -1,6 +1,6 @@
---
type: "job"
name: "disable-dpkg-sync"
name: "dpkg-unsafe-io"
interface: "process"
command: "/usr/sbin/dpkg-unsafe-io"
timeout: 600
+6
View File
@@ -1,3 +1,9 @@
calamares-settings-debian (12.0.2-1) unstable; urgency=medium
* New upstream release
-- Jonathan Carter <jcc@debian.org> Thu, 19 May 2022 14:51:29 +0200
calamares-settings-debian (12.0.1-1) unstable; urgency=medium
[ Debian Janitor ]
+1 -1
View File
@@ -2,7 +2,7 @@
CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc##g")
MEDIUM_PATH="/run/live/medium"
RELEASE="bullseye"
RELEASE="bookworm"
if [ "$1" = "-u" ]; then
umount $CHROOT/$MEDIUM_PATH