Commit b7efa177 authored by Anton Midyukov's avatar Anton Midyukov

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

parent e3c2d95a
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 ...@@ -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
......
Эта фича включает авторасширение корневого раздела
при помощи systemd.growfs
use/auto-resize:
@$(call add_feature)
@$(call add,THE_PACKAGES,rpi4-resize-rootpart)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment