slinux: Temporary use un-def kernel
Current un-def kernel (5.10.x) should be std-def at the time of SL-9.1 release.
This commit is contained in:
parent
64704ceebf
commit
029315e6f4
@ -12,9 +12,7 @@ distro/slinux: distro/.installer use/slinux/full use/rescue/base
|
|||||||
@$(call add,MAIN_GROUPS,slinux/dropbox slinux/emulators-full slinux/games-base slinux/games slinux/games-full slinux/graphics-base slinux/graphics slinux/graphics-full-inkscape slinux/graphics-full-shotwell slinux/multimedia-full-audacity slinux/multimedia-base slinux/multimedia-full-cheese slinux/multimedia slinux/multimedia-full-shotcut slinux/multimedia-full-sound-juicer slinux/net-base)
|
@$(call add,MAIN_GROUPS,slinux/dropbox slinux/emulators-full slinux/games-base slinux/games slinux/games-full slinux/graphics-base slinux/graphics slinux/graphics-full-inkscape slinux/graphics-full-shotwell slinux/multimedia-full-audacity slinux/multimedia-base slinux/multimedia-full-cheese slinux/multimedia slinux/multimedia-full-shotcut slinux/multimedia-full-sound-juicer slinux/net-base)
|
||||||
@$(call set,META_VOL_ID,Simply Linux $(DISTRO_VERSION) $(ARCH))
|
@$(call set,META_VOL_ID,Simply Linux $(DISTRO_VERSION) $(ARCH))
|
||||||
@$(call set,META_APP_ID,Simply Linux $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
|
@$(call set,META_APP_ID,Simply Linux $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
|
||||||
ifeq (aarch64,$(ARCH))
|
@$(call set,KFLAVOURS,un-def)
|
||||||
@$(call set,KFLAVOURS,lts std-def)
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (vm,$(IMAGE_CLASS))
|
ifeq (vm,$(IMAGE_CLASS))
|
||||||
|
@ -103,7 +103,7 @@ use/slinux/base: use/isohybrid use/luks \
|
|||||||
use/vmguest/kvm/x11 use/stage2/kms \
|
use/vmguest/kvm/x11 use/stage2/kms \
|
||||||
use/slinux/mixin-base \
|
use/slinux/mixin-base \
|
||||||
use/cleanup/live-no-cleanupdb
|
use/cleanup/live-no-cleanupdb
|
||||||
@$(call set,KFLAVOURS,std-def)
|
@$(call set,KFLAVOURS,un-def)
|
||||||
@$(call add,LIVE_LISTS,slinux/live)
|
@$(call add,LIVE_LISTS,slinux/live)
|
||||||
@$(call add,BASE_PACKAGES,installer-distro-simply-linux-stage3)
|
@$(call add,BASE_PACKAGES,installer-distro-simply-linux-stage3)
|
||||||
@$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)
|
@$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user