Joshua Watt
Joshua Watt
resize2fs will fail with the error: ``` ./resize/resize2fs: Illegal doubly indirect block found while trying to resize temp.ext4 Please run 'e2fsck -fy temp.ext4' to fix the filesystem after the aborted...
Pass CC, LD, and LDFLAGS so that cross compiling works Signed-off-by: Joshua Watt
We have a case where packages present in an image have circular runtime dependencies (this is allowed by most package managers), which means it is impossible to encode the runtime...
We have a use case where we are generating multiples SPDX files that in aggregate describe a single system. These documents are linked together using a complex combination of external...
Adds support to tini for implementing post processing commands. These commands can be used to run clean up procedures, or remap exit codes.
Changes avahi to use a monotonic clock (clock_gettime() + CLOCK_MONOTONIC) for timers on systems that support it instead of gettimeofday(). This prevents changes to the system clock from disrupting the...
Specifying a URL as the context when compacting doesn't work. The following example program demonstrates: ```python #! /usr/bin/env python3 from pyld import jsonld import json import pprint doc = {...
Validates security documentation
Exclusions can be used to exclude the style from being applied to paths, even if they would match linuxsty_patterns
The rockspec file indicates that the license is GPLv3+, but the LICENSE.md file is an MIT license. I'm not sure which one is authoritative, can they be changed to match...