Skip to content

Commit 9979e74

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev-stable
2 parents 78011ce + 1794034 commit 9979e74

File tree

163 files changed

+639
-4679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+639
-4679
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
BUILD_SCRIPT := build.sh
33
KERNEL := zen
4-
SHARE_OPTION := --boot-splash --comp-type "xz" --user "alter" --password "alter" --kernel "${KERNEL}" --debug
4+
SHARE_OPTION := --boot-splash --comp-type "xz" --user "alter" --password "alter" --kernel "${KERNEL}" --debug --noconfirm
55
ARCH_x86_64 := --arch x86_64
66
ARCH_i686 := --arch i686
77
CURRENT_DIR := ${shell dirname $(dir $(abspath $(lastword $(MAKEFILE_LIST))))}/${shell basename $(dir $(abspath $(lastword $(MAKEFILE_LIST))))}
@@ -10,7 +10,7 @@ full:mkalteriso
1010
@sudo ${CURRENT_DIR}/tools/fullbuild.sh -d
1111
@make clean
1212

13-
xfce-64 xfce-32 lxde-64 lxde-32 plasma-64 releng-32 releng-64 cinnamon-64 cinnamon-32 deepin-64 gnome-64 gnomemac-64 i3-64 i3-32:mkalteriso
13+
basic-64 basic-32 cinnamon-64 cinnamon-32 gnome-64 i3-64 i3-32 lxde-64 lxde-32 plasma-64 releng-32 releng-64 serene-64 serene-32 xfce-64 xfce-32 xfce-pro-64:mkalteriso
1414
$(eval CHANNEL=${shell echo ${@} | cut -d '-' -f 1})
1515
$(eval ARCHITECTURE=${shell echo ${@} | cut -d '-' -f 2})
1616
@case ${ARCHITECTURE} in\

0 commit comments

Comments
 (0)