File tree Expand file tree Collapse file tree 1 file changed +4
-42
lines changed
Expand file tree Collapse file tree 1 file changed +4
-42
lines changed Original file line number Diff line number Diff line change @@ -285,52 +285,14 @@ do_debootstrap() {
285285
286286 do_second_stage " $target_dir " " $arch "
287287
288- # core packages
289- install_pkg " pv \
290- bzip2 \
291- lz4 \
292- gzip \
293- apt-utils \
294- openssh-client \
295- dirmngr \
296- iproute2 \
297- procps \
298- lsof \
299- htop \
300- net-tools \
301- psmisc \
302- curl \
303- wget \
304- rsync \
305- ca-certificates \
306- unzip \
307- zip \
308- nano \
309- vim-tiny \
310- less \
311- jq \
312- lsb-release \
313- apt-transport-https \
314- libc6 \
315- libgcc1 \
316- libkrb5-3 \
317- libgssapi-krb5-2 \
318- liblttng-ust0 \
319- libstdc++6 \
320- zlib1g \
321- locales \
322- sudo \
323- ncdu \
324- man-db \
325- strace \
326- manpages \
327- manpages-dev \
328- init-system-helpers"
329-
330288 if $ENABLE_USER_SETUP ; then
331289 setup_user
332290 fi
333291
292+ if [ " $( type -t additional_setup) " == " function" ]; then
293+ additional_setup
294+ fi
295+
334296 if ! $NO_COMPRESSION ; then
335297 do_compress " $chroot_dir "
336298 fi
You can’t perform that action at this time.
0 commit comments