aboutsummaryrefslogtreecommitdiff
path: root/disk_config
AgeCommit message (Collapse)Author
2022-09-23fai: remove INSTALLER supportNicolas Dechesne
We no longer do, nor want to produce debian installer images like we've done in the past. Let's remove the support completely. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: Ibb0d92f2d1af05c52ea9b493c68c2ce6546fa0eb
2019-08-26LEDGE: add script to extract rootfs as ext4Christophe Priouzeau
Change-Id: If9a30e9dc008199e7cc1747df56187281e990006 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@linaro.org>
2019-05-24LEDGE: addition of IOT and LEDGE list of packagesChristophe Priouzeau
Change-Id: Ia69a092f107e60ebe6ec8abfbab5b2e18e81b963 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@linaro.org>
2018-05-22Make bootloader partition nofailRiku Voipio
Ignore failure to mount /boot/efi or /boot/uboot. See systemd.mount(1) for details. Change-Id: I8bdad6a1aa35c756eb193f340ba682983ec14856
2018-05-15B2260: add supportRiku Voipio
Add support for B2260 images. Build command example: fai-diskimage -v --cspace /work/fai --hostname linaro-developer -S 3G \ --class SAVECACHE,STRETCH,DEBIAN,LINARO,DEVELOPER,B2260,UBOOT b2260raw Change-Id: Iccf44c89a3a4ab54368c461a2e7c4cb3a6321cfa Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2018-02-08HIKEY: fix ESP mountingRiku Voipio
Set up label and logical sector size for the ESP partition. 4K logical sector size is required on Hikey960 UFS and it should work on SD as well. Change-Id: I2ea093e2d9f4099b88a5309914408487da112bd7 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2018-02-06Hikey updateRiku Voipio
Change-Id: I41c66f38764d4cec95abd60103fe3007d2bfcdb1
2018-01-25HIKEY: adapt grubRiku Voipio
Use partition label as discussed at https://bugs.96boards.org/show_bug.cgi?id=626 Change-Id: I2e2206c36611d9b4c1e0f1d0fd33587fbf8d7ee3 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2017-12-20HIKEY: smaller SDRiku Voipio
Make the SDkcard 1GB+ rather than hard coded 3G. This will allow fai to expand the disk to fill available space. Change-Id: I530d769221744989c7c67fb0d6d062552d9f1277 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2017-11-13Add hikey supportRiku Voipio
Uses the ERP kernel for now, since 4.14 works. To generate an SD card image: fai-diskimage -v --cspace $(pwd)/fai/ --hostname linaro-developer -S 4G \ --class SAVECACHE,STRETCH,DEBIAN,LINARO,DEVELOPER,HIKEY,GRUB_PC hikey.raw Change-Id: I68d5feb24051a7849b1e97bc4df7bd1d504ce82d Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2017-09-14actually make it workRiku Voipio
2017-09-12Initial linaro testRiku Voipio