Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
b9e35ecb
Commit
b9e35ecb
authored
Oct 22, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live.mk: do not set KFLAVOURS
kernel-image-un-def will be removed from Sisyphus soon.
parent
744fe296
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
live.mk
conf.d/live.mk
+2
-2
No files found.
conf.d/live.mk
View file @
b9e35ecb
...
@@ -29,7 +29,9 @@ distro/grub-net-install: distro/.base +efi \
...
@@ -29,7 +29,9 @@ distro/grub-net-install: distro/.base +efi \
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
@$(call set,BOOTLOADER,grubpcboot)
endif
endif
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,un-def std-def)
@$(call set,KFLAVOURS,un-def std-def)
endif
@$(call set,GRUB_DEFAULT,network)
@$(call set,GRUB_DEFAULT,network)
@$(call set,LOCALES,en_US ru_RU pt_BR)
@$(call set,LOCALES,en_US ru_RU pt_BR)
endif
endif
...
@@ -118,7 +120,6 @@ distro/live-glxgears: distro/.live-3d; @:
...
@@ -118,7 +120,6 @@ distro/live-glxgears: distro/.live-3d; @:
distro/.live-games: distro/.live-kiosk use/x11/3d use/sound \
distro/.live-games: distro/.live-kiosk use/x11/3d use/sound \
use/stage2/net-eth use/net-eth/dhcp use/services +efi +systemd
use/stage2/net-eth use/net-eth/dhcp use/services +efi +systemd
@$(call set,KFLAVOURS,un-def)
@$(call add,LIVE_LISTS,$(call tags,xorg misc))
@$(call add,LIVE_LISTS,$(call tags,xorg misc))
@$(call add,LIVE_PACKAGES,pciutils input-utils glxgears glxinfo)
@$(call add,LIVE_PACKAGES,pciutils input-utils glxgears glxinfo)
@$(call add,LIVE_PACKAGES,glibc-locales apulse)
@$(call add,LIVE_PACKAGES,glibc-locales apulse)
...
@@ -157,7 +158,6 @@ distro/live-privacy: distro/.base +efi +systemd +vmguest \
...
@@ -157,7 +158,6 @@ distro/live-privacy: distro/.base +efi +systemd +vmguest \
use/browser/firefox/esr use/browser/firefox use/sound \
use/browser/firefox/esr use/browser/firefox use/sound \
use/fonts/otf/adobe use/fonts/otf/mozilla \
use/fonts/otf/adobe use/fonts/otf/mozilla \
use/fonts/ttf/google use/fonts/ttf/redhat
use/fonts/ttf/google use/fonts/ttf/redhat
@$(call set,KFLAVOURS,un-def)
@$(call add,LIVE_LISTS,$(call tags,base l10n))
@$(call add,LIVE_LISTS,$(call tags,base l10n))
@$(call add,LIVE_LISTS,$(call tags,archive extra))
@$(call add,LIVE_LISTS,$(call tags,archive extra))
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment