File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22BUILD_SCRIPT := build.sh
33KERNEL := 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
55ARCH_x86_64 := --arch x86_64
66ARCH_i686 := --arch i686
77CURRENT_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\
You can’t perform that action at this time.
0 commit comments