Commit e09e11b9 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: switch jeos to its own volumes-profile

This image has been cleaned up somewhat thoroughly regarding its installed package base but partitioning has remained poorly generic with swap etc; it's now been set to use 3/4 Gb as a minimum (to fit 1Gb VMs or USB sticks just fine) with the only partition created being root one; those wishing something else are welcome to go ahead and partition by hand anyways. See also https://bugzilla.altlinux.org/30024
parent 9b42d4dc
......@@ -59,6 +59,7 @@ distro/regular-jeos: distro/.regular-bare use/isohybrid +sysvinit \
use/cleanup/x11-alterator use/net/etcnet use/power/acpi/button
@$(call add,BASE_KMODULES,guest scsi vboxguest)
@$(call set,INSTALLER,altlinux-generic)
@$(call add,INSTALL2_PACKAGES,volumes-profile-jeos)
@$(call add,INSTALL2_BRANDING,alterator notes)
@$(call add,THE_BRANDING,alterator) # just to be cleaned up later on
@$(call add,THE_PACKAGES,apt basesystem dhcpcd openssh vim-console)
......
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