@@ -37,7 +37,10 @@ for i in $@; do
3737 if [[ " $i " != " wsl" ]]; then
3838 echo " Generating mainline release ($i ) ..."
3939 aoscbootstrap \
40- ${BRANCH:- stable} $i ${REPO:- https:// repo.aosc.io/ debs} \
40+ --branch ${BRANCH:- stable} \
41+ --comps ${COMPS:- main} \
42+ --target $i \
43+ --mirror ${REPO:- https:// repo.aosc.io/ debs} \
4144 --config /usr/share/aoscbootstrap/config/aosc-mainline.toml \
4245 -x \
4346 --arch ${ARCH:- $(dpkg --print-architecture)} \
@@ -55,7 +58,10 @@ for i in $@; do
5558 else
5659 echo " Generating WSL release ..."
5760 aoscbootstrap \
58- ${BRANCH:- stable} $i ${REPO:- https:// repo.aosc.io/ debs} \
61+ --branch ${BRANCH:- stable} \
62+ --comps ${COMPS:- main} \
63+ --target $i \
64+ --mirror ${REPO:- https:// repo.aosc.io/ debs} \
5965 --config /usr/share/aoscbootstrap/config/aosc-mainline.toml \
6066 -x \
6167 --arch ${ARCH:- $(dpkg --print-architecture)} \
@@ -69,7 +75,10 @@ for i in $@; do
6975 else
7076 echo " Generating mainline release ($i , stage2) ..."
7177 aoscbootstrap \
72- ${ARCH:- $(dpkg --print-architecture)} -bring-up $i ${REPO:- https:// repo.aosc.io/ debs} \
78+ --branch ${ARCH:- $(dpkg --print-architecture)} -bring-up \
79+ --target $i \
80+ --comps ${COMPS:- main} \
81+ --mirror ${REPO:- https:// repo.aosc.io/ debs} \
7382 --config /usr/share/aoscbootstrap/config/aosc-mainline.toml \
7483 -x \
7584 --arch ${ARCH:- $(dpkg --print-architecture)} \
@@ -88,7 +97,10 @@ for i in $@; do
8897 echo " Generating Retro release ($i ) ..."
8998 mkdir -pv os-${ARCH:- $(dpkg --print-architecture)} /${i/ retro-/ }
9099 aoscbootstrap \
91- ${BRANCH:- stable} $i ${REPO:- https:// repo.aosc.io/ debs-retro} \
100+ --branch ${BRANCH:- stable} \
101+ --target $i \
102+ --comps ${COMPS:- main} \
103+ --mirror ${REPO:- https:// repo.aosc.io/ debs-retro} \
92104 --config /usr/share/aoscbootstrap/config/aosc-retro.toml \
93105 -x \
94106 --arch ${ARCH:- $(dpkg --print-architecture)} \
@@ -100,7 +112,10 @@ for i in $@; do
100112 echo " Generating Retro release ($i , stage2) ..."
101113 mkdir -pv os-${ARCH:- $(dpkg --print-architecture)} /${i/ retro-/ }
102114 aoscbootstrap \
103- ${ARCH:- $(dpkg --print-architecture)} -bring-up $i ${REPO:- https:// repo.aosc.io/ debs-retro} \
115+ --branch ${ARCH:- $(dpkg --print-architecture)} -bring-up \
116+ --target $i \
117+ --comps ${COMPS:- main} \
118+ --mirror ${REPO:- https:// repo.aosc.io/ debs-retro} \
104119 --config /usr/share/aoscbootstrap/config/aosc-retro.toml \
105120 -x \
106121 --arch ${ARCH:- $(dpkg --print-architecture)} \
0 commit comments