f5099ad248
- usbguard config: these are builtin USB devices that should be allowed by default - removed nonfree-fw package, I decided that everything from that should be required since some fairly major features are broken without these firmwares and relevant userspace apps - re-enabled EFI runtime services, so efifb is used (and probably other benefits?) - Laptops need the "Linux Boot" option enabled - "With recent UEFI firmware efi=noruntime can be left out when the Linux Boot option is enabled." - https://github.com/jhovold/linux/wiki/X13s#kernel-command-line [ci:skip-build]: already built successfully in CI
24 lines
765 B
Text
24 lines
765 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Lenovo ThinkPad X13s"
|
|
deviceinfo_manufacturer="Lenovo"
|
|
deviceinfo_codename="lenovo-21bx"
|
|
deviceinfo_year="2022"
|
|
deviceinfo_dtb="qcom/sc8280xp-lenovo-thinkpad-x13s"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="laptop"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_kernel_cmdline="console=null quiet clk_ignore_unused pd_ignore_unused arm64.nopauth"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_generate_systemd_boot="true"
|
|
deviceinfo_boot_filesystem="fat32"
|
|
deviceinfo_partition_type="gpt"
|