- 15 May, 2022 4 commits
-
-
Luca Boccassi authored
fix dm-verity installation for non merged /bin and /usr/bin See merge request !43
-
Luca Boccassi authored
set redirect=on for overlayfs unions See merge request !42
-
Thore Sommer authored
The util-linux package actually installs mount into /bin not /usr/bin. Closes: #1010951
-
Thore Sommer authored
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.
-
- 05 May, 2022 1 commit
-
-
Luca Boccassi authored
-
- 10 Jul, 2021 3 commits
-
-
Luca Boccassi authored
Adding support for dm-verity rootfs See merge request !40
-
Thore Sommer authored
-
Thore Sommer authored
This patch adds support for dm-verity backed squashfs rootfs. It allows the user to check for corruption of their filesystem. The order of adding the flags to mount seems to be important. verity.roothashsig must be specifed last on current mount versions.
-
- 02 May, 2021 2 commits
-
-
Luca Boccassi authored
Fix blacklisting for devices that contain the live rootfs for persistence. See merge request !38
-
Raphaël Hertzog authored
Remove encryption support for live-media via losetup See merge request !37
-
- 27 Apr, 2021 1 commit
-
-
Thore Sommer authored
what_is_mounted_on was called with "d" and not the variable ${d}. This causes that no devices are actually added to the blacklist. We also add "/run/live/medium" as possible directory where a rootfs can be mounted. This prohibits that "/run/live/medium" is moved to "/run/live/persistence/$something" when persistence is used. Closes: #934701
-
- 23 Apr, 2021 1 commit
-
-
Thore Sommer authored
Support for encryption in the util-linux losetup was removed in 2012 and busybox the implementation doesn't support it. https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?id=5cf05c71472bf7230075cbdcd5cd6eb12b1d3654
-
- 08 Feb, 2021 2 commits
-
-
Raphaël Hertzog authored
-
Luca Boccassi authored
Revert ef866fdb See merge request !35
-
- 22 Jan, 2021 3 commits
-
-
Raphaël Hertzog authored
-
Raphaël Hertzog authored
The work I do in the live team is part of my Kali work.
-
Raphaël Hertzog authored
Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
-
- 12 Dec, 2020 1 commit
-
-
Raphaël Hertzog authored
9990-select-eth-device.sh: check carrier, pick NIC See merge request !33
-
- 23 Oct, 2020 1 commit
-
-
Raphaël Hertzog authored
Closes: #970288
-
- 22 Oct, 2020 2 commits
-
-
Steven Shiau authored
-
Steven Shiau authored
This reverts merge request !34
-
- 04 Aug, 2020 2 commits
-
-
Luca Boccassi authored
Fix leading space in DEVICE setting See merge request !34
-
Benjamin Drung authored
live-boot will set the `DEVICE` parameter in `/conf/param.conf`. This parameter specifies the default network interface to use, like eth0. So only one Ethernet device is allowed here, but live-boot generates a list with a leading space. For example it will set `DEVICE=' eth0'`. This causes initramfs script relying on `DEVICE` fail. Therefore just set the `DEVICE` parameter to the last connected interface found. Signed-off-by:Benjamin Drung <benjamin.drung@profitbricks.com>
-
- 22 May, 2020 1 commit
-
-
Steven Shiau authored
Improve the mechanism to check the carrier to pick from multiple network interfaces. This is based on the patch from Michal Zatloukal. Ref: https://sourceforge.net/p/clonezilla/bugs/298/
-
- 21 Apr, 2020 1 commit
-
-
Raphaël Hertzog authored
Set sticky bit on /var/tmp as well (matching perms in base-files) See merge request !30
-
- 18 Apr, 2020 1 commit
-
-
Marcel Partap authored
(Fixes f.e. CUPS PDF driver not producing output files)
-
- 11 Mar, 2020 3 commits
-
-
Luca Boccassi authored
amend copyright See merge request !29
-
Lyndon Brown authored
-
Lyndon Brown authored
-
- 17 Feb, 2020 1 commit
-
-
Raphaël Hertzog authored
Fix some issues reported by lintian See merge request !27
-
- 22 Jan, 2020 1 commit
-
-
Raphaël Hertzog authored
Fix flipped logic for handling memdiskfind See merge request !28
-
- 13 Jan, 2020 2 commits
-
-
Benjamin Drung authored
shellcheck complains about SC2236: Use -n instead of ! -z. Signed-off-by:Benjamin Drung <benjamin.drung@profitbricks.com>
-
Benjamin Drung authored
Commit 07d13d4a accidentally flipped the logic for handling memdiskfind, causing erroneous messages and a four second boot delay. Flip the logic again to correct it. Thanks to Marcel Partap for reporting it. Signed-off-by:
Benjamin Drung <benjamin.drung@profitbricks.com>
-
- 04 Dec, 2019 3 commits
-
-
Janitor authored
Fixes lintian: uses-debhelper-compat-file See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details.
-
Janitor authored
+ debian/rules: Move --fail-missing argument to dh_missing. Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
-
Janitor authored
Fixes lintian: out-of-date-standards-version See https://lintian.debian.org/tags/out-of-date-standards-version.html for more details.
-
- 17 Oct, 2019 1 commit
-
-
Raphaël Hertzog authored
Document the fact that persistence-label now accepts a list See merge request !24
-
- 12 Sep, 2019 3 commits
-
-
Marcel Partap authored
-
Raphaël Hertzog authored
Accept multiple overlay names from persistence-label parameter See merge request !23
-
Raphaël Hertzog authored
Fix spurious error msgs from live-boot about failed mounts… See merge request !22
-