Commit 2e905549 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: not add ramdisk_size to STAGE2_BOOTARGS for regular-net-install

make-initrd-bootchain >= 0.1.4-alt1 uses tmpfs if ramdisk_size is not set.
parent 710601bf
......@@ -34,7 +34,6 @@ distro/.regular-x11: distro/.regular-base mixin/regular-x11 \
ifeq (,$(BRANCH))
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
distro/regular-net-install: distro/grub-net-install
@$(call add,STAGE2_BOOTARGS,ramdisk_size=600000)
@$(call set,BOOTCHAIN_OEM_SRV_NETINST,nightly.altlinux.org)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTCHAIN_OEM_URL_NETINST,/sisyphus/snapshots/$(DATE)/regular-jeos-sysv-$(DATE)-$(ARCH).iso)
......
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