mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-17 17:48:20 +00:00
Add debos recipe for raspberrypi ARM64-based boards
This adds a debos recipe for building a desktop image for a ARM64-based RaspberryPi. It include a lightweight desktop, that is LXDE, create a default user "pi" that has sudo access rights. As on Raspbian, the "pi" user is automatically logged in via lightdm. The buster debian splash is also automatically enabled
This commit is contained in:

committed by
Romain Perier

parent
d74005dd11
commit
c245be293e
14
debos/overlays/initramfs-tools/etc/initramfs-tools/modules
Normal file
14
debos/overlays/initramfs-tools/etc/initramfs-tools/modules
Normal file
@ -0,0 +1,14 @@
|
||||
# List of modules that you want to include in your initramfs.
|
||||
# They will be loaded at boot time in the order below.
|
||||
#
|
||||
# Syntax: module_name [args ...]
|
||||
#
|
||||
# You must run update-initramfs(8) to effect this change.
|
||||
#
|
||||
# Examples:
|
||||
#
|
||||
# raid1
|
||||
# sd_mod
|
||||
drm
|
||||
vc4
|
||||
|
Reference in New Issue
Block a user