mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-24 21:15:10 +03:00
pmb: Reformat with Ruff 0.9 (MR 2525)
See https://astral.sh/blog/ruff-v0.9.0
This commit is contained in:
parent
2be49f8caf
commit
3061e702ab
48 changed files with 114 additions and 145 deletions
|
@ -29,9 +29,7 @@ def symlinks(flavor: str, folder: Path) -> None:
|
|||
|
||||
# File descriptions
|
||||
info = {
|
||||
f"boot.img{suffix}": (
|
||||
"Fastboot compatible boot.img file," " contains initramfs and kernel"
|
||||
),
|
||||
f"boot.img{suffix}": ("Fastboot compatible boot.img file, contains initramfs and kernel"),
|
||||
"dtbo.img": "Fastboot compatible dtbo image",
|
||||
f"initramfs{suffix}": "Initramfs",
|
||||
f"initramfs{suffix}-extra": "Extra initramfs files in /boot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue