V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m50s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m50s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -357,8 +357,8 @@ partitioning() {
|
||||
}
|
||||
' |
|
||||
### c) Sort NUL-separated by the group, then lexicographically by the *full path*:
|
||||
### This ensures parent before child due to prefix property:
|
||||
### "/boot" < "/boot/efi", "/var/log" < "/var/log/audit" < "/var/tmp"
|
||||
### This ensures parent before child due to prefix property:
|
||||
### "/boot" < "/boot/efi", "/var/log" < "/var/log/audit" < "/var/tmp"
|
||||
sort -z -t $'\t' -k1,1 -k2,2 | cut -z -f2-
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user