Hello, On 10/01/2024 at 04:15, zhangdandan wrote:
Support automatic partition adaptation partman-auto for debian-installer. Please consider the patch (my local patch) I have attached.
I do not know anything about the loongarch64 architecture, but I can't help having questions about the proposed recipes. Do you have any pointers about the disk layout expected by this platform ? Or is it standard UEFI disk layout ?
- loong64 and loong64-efi recipes are identical, so why not use symlinks like other recipes do instead of duplicating files ?
- Why is a separate /boot partition created only if the partitioning scheme is GPT ?
- A regular FAT32 filesystem is explicitly mounted on /boot/efi. Is it intended to be used as an EFI system partition ?
- If yes, why doesn't it use the dedicated "efi" method ?- Moreover, why does it have "lvmok" (meaning that it can be a LVM logical volume) ? Platform firmware usually cannot read LVM.