live-boot (1:20220505)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/1%20220505 tag
- Git: https://salsa.debian.org/live-team/live-boot.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 4837376
- Browser: https://salsa.debian.org/live-team/live-boot
- Last scan: 2023-01-24 09:45:18+00
- Next scan: 2023-02-01 16:42:00+00
- Merge requests: 7
- CI pipeline status: failed
- Debian changelog in Git:
live-boot (1:20220505) unstable; urgency=medium
[ Thore Sommer ]
* Remove encryption support for live-media via losetup.
* Fix blacklisting for devices that contain the live rootfs for
persistence. (Closes: #934701)
* Adding support for dm-verity rootfs
* docs: document dm-verity support
-- Luca Boccassi <bluca@debian.org> Thu, 05 May 2022 11:16:56 +0100
- This branch is 4 commits ahead of tag debian/1%20220505
- Git log:
commit e96bba9a891190f48e58eba291e40a97fd6f0906
Merge: cc6d47f 0883181
Author: Luca Boccassi <bluca@debian.org>
Date: Sun May 15 16:51:28 2022 +0000
Merge branch 'fix-dm-verity-hook' into 'master'
fix dm-verity installation for non merged /bin and /usr/bin
See merge request live-team/live-boot!43
commit cc6d47faf5b8c19d3ee77bc30c51f81f158b610a
Merge: ee943f0 1b918e9
Author: Luca Boccassi <bluca@debian.org>
Date: Sun May 15 16:46:52 2022 +0000
Merge branch 'fix-exdev-errors' into 'master'
set redirect=on for overlayfs unions
See merge request live-team/live-boot!42
commit 088318100dd9a248262c5c2fd6bf938678106523
Author: Thore Sommer <debian@thson.de>
Date: Sun May 15 18:45:20 2022 +0200
fix dm-verity installation for non merged /bin and /usr/bin
The util-linux package actually installs mount into /bin not /usr/bin.
Closes: #1010951
commit 1b918e923908adc45d4d176cf142d52ecfac6931
Author: Thore Sommer <debian@thson.de>
Date: Sun May 15 18:36:24 2022 +0200
set redirect=on for overlayfs unions
If redirect=on is not set a renaming a directory might return EXDEV:
https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html#renaming-directories
Not all applications (e.g. Flatpak) handle this error because they do not
expect that to happen. Setting this flag moves the handling for that in the
kernel.