basealt.mk: exclude chromium from livecd
It's added to installed system and pulling 200+ megabytes into LiveCD isn't going to help the image size; the practical limits being tested by that were 3.0 Gb x86_64 ISO making it impossible to fit RW partition onto 4 Gb USB Flash ("1 Gb free" test added) and booting it on a 2 Gb RAM system without "lowmem" option would fail on ~95% of squashfs-to-RAM loading process or so. TL;DR: one browser in a *LiveCD* should be still enough these days.
This commit is contained in:
parent
0dd098572c
commit
42730a7da3
@ -33,7 +33,6 @@ distro/alt-workstation: distro/.base use/luks \
|
||||
@$(call add,THE_PACKAGES,imagewriter)
|
||||
@$(call add,THE_PACKAGES,mintmenu)
|
||||
@$(call add,THE_PACKAGES,firefox-esr-ru)
|
||||
@$(call add,THE_PACKAGES,chromium chromium-gnome)
|
||||
@$(call add,THE_PACKAGES,systemd-udev-console-fb)
|
||||
@$(call add,THE_PACKAGES,gnome-bluetooth)
|
||||
@$(call add,THE_PACKAGES,uvcview dvd+rw-tools pv)
|
||||
@ -63,6 +62,7 @@ distro/alt-workstation: distro/.base use/luks \
|
||||
@$(call add,BASE_PACKAGES,installer-feature-centaurus-keyring)
|
||||
@$(call add,BASE_PACKAGES,samba-winbind)
|
||||
@$(call add,BASE_PACKAGES,alterator-x11)
|
||||
@$(call add,BASE_PACKAGES,chromium chromium-gnome)
|
||||
@$(call add,COMMON_PACKAGES,vim-console)
|
||||
@$(call add,LIVE_PACKAGES,xterm-)
|
||||
@$(call add,CLEANUP_PACKAGES,xterm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user