Move man pages for sd-boot into systemd-boot-unsigned
This commit is contained in:
parent
55ee787b77
commit
7a81930dd2
@ -120,7 +120,6 @@ for file in files(buildroot):
|
|||||||
hwdb|
|
hwdb|
|
||||||
bootctl|
|
bootctl|
|
||||||
boot-update|
|
boot-update|
|
||||||
sd-boot|systemd-boot\.|loader.conf|
|
|
||||||
bless-boot|
|
bless-boot|
|
||||||
boot-system-token|
|
boot-system-token|
|
||||||
kernel-install|
|
kernel-install|
|
||||||
@ -166,7 +165,9 @@ for file in files(buildroot):
|
|||||||
# confused if those user-facing binaries are not available.
|
# confused if those user-facing binaries are not available.
|
||||||
o = o_udev
|
o = o_udev
|
||||||
|
|
||||||
elif re.search(r'''/boot/efi''', n, re.X):
|
elif re.search(r'''/boot/efi|
|
||||||
|
sd-boot|systemd-boot\.|loader.conf
|
||||||
|
''', n, re.X):
|
||||||
o = o_boot
|
o = o_boot
|
||||||
|
|
||||||
elif re.search(r'''resolved|resolve1|
|
elif re.search(r'''resolved|resolve1|
|
||||||
|
Loading…
Reference in New Issue
Block a user