You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few options are provided in the debos recipes; for the root filesystem recipe:
48
-
- experimentalkernel: update the linux kernel to the version from experimental; default: don't update the kernel
49
-
- localdebs: install this space separte list of local deb packages (NB: debos expects relative pathnames)
50
-
- xfcedesktop: install a Xfce desktop environment; default: console only environment
48
+
-`experimentalkernel`: update the linux kernel to the version from experimental; default: don't update the kernel
49
+
-`localdebs`: install this space separte list of local deb packages (NB: debos expects relative pathnames)
50
+
-`xfcedesktop`: install a Xfce desktop environment; default: console only environment
51
51
52
52
For the image recipe:
53
-
- dtb: override the firmware provided device tree with one from the linux kernel, e.g. `qcom/qcs6490-rb3gen2.dtb`; default: don't override
54
-
- imagetype: either `ufs` (the default) or (`sdcard`); UFS images are named disk-ufs.img and use 4096 bytes sectors and SD card images are named disk-sdcard.img and use 512 bytes sectors
55
-
- imagesize: set the output disk image size; default: `4GiB`
53
+
-`dtb`: override the firmware provided device tree with one from the linux kernel, e.g. `qcom/qcs6490-rb3gen2.dtb`; default: don't override
54
+
-`imagetype`: either `ufs` (the default) or (`sdcard`); UFS images are named disk-ufs.img and use 4096 bytes sectors and SD card images are named disk-sdcard.img and use 512 bytes sectors
55
+
-`imagesize`: set the output disk image size; default: `4GiB`
56
+
57
+
For the flash recipe:
58
+
-`u_boot_rb1`: prebuilt U-Boot binary for RB1 in Android boot image format -- see below (NB: debos expects relative pathnames)
0 commit comments