arm-rpi4, auto-resize: replace 91-edit-fstab-growfs into new feature

This commit is contained in:
Anton Midyukov 2020-12-01 19:56:53 +07:00
parent e3c2d95a3d
commit b7efa177bd
4 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,8 @@
ifeq (,$(filter-out aarch64 armh,$(ARCH))) ifeq (,$(filter-out aarch64 armh,$(ARCH)))
ifeq (aarch64,$(ARCH)) ifeq (aarch64,$(ARCH))
use/arm-rpi4: use/efi/grub use/uboot use/arm-rpi4: use/efi/grub use/uboot use/auto-resize
else else
use/arm-rpi4: use/bootloader/uboot use/arm-rpi4: use/bootloader/uboot use/auto-resize
endif endif
@$(call add_feature) @$(call add_feature)
@$(call set,VM_PARTTABLE,msdos) @$(call set,VM_PARTTABLE,msdos)
@ -15,7 +15,6 @@ endif
@$(call add,THE_PACKAGES,rpi4-boot-uboot-filetrigger) @$(call add,THE_PACKAGES,rpi4-boot-uboot-filetrigger)
@$(call add,THE_PACKAGES,firmware-bcm4345) @$(call add,THE_PACKAGES,firmware-bcm4345)
@$(call add,THE_PACKAGES,brcm-patchram-plus) @$(call add,THE_PACKAGES,brcm-patchram-plus)
@$(call add,THE_PACKAGES,rpi4-resize-rootpart)
@$(call add,DEFAULT_SERVICES_DISABLE,systemd-networkd-wait-online) @$(call add,DEFAULT_SERVICES_DISABLE,systemd-networkd-wait-online)
use/arm-rpi4/x11: use/arm-rpi4 use/arm-rpi4/x11: use/arm-rpi4

View File

@ -0,0 +1,2 @@
Эта фича включает авторасширение корневого раздела
при помощи systemd.growfs

View File

@ -0,0 +1,3 @@
use/auto-resize:
@$(call add_feature)
@$(call add,THE_PACKAGES,rpi4-resize-rootpart)