Skip to content

Commit 67708c1

Browse files
committed
fix bootstrap
1 parent 0ebeef8 commit 67708c1

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

bootstrap/bootstrap-buster.sh

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ rm -rf ${ROOTFS}
3535
apt update
3636
apt install -y debootstrap rsync
3737
debootstrap --no-check-gpg --include=\
38-
ca-certificates,\
39-
locales,\
40-
sudo,\
41-
openssh-server,\
42-
wget,\
43-
less,\
44-
parted,\
45-
unzip,\
46-
bzip2,\
47-
curl,\
48-
dbus,\
49-
avahi-daemon,\
50-
ntp,\
51-
net-tools,\
52-
wireless-tools,\
53-
fancontrol,\
54-
gnupg,\
55-
rsync \
56-
--arch=${DEB_ARCH} ${DISTRO} ${ROOTFS} ${REPO}
38+
ca-certificates,\
39+
locales,\
40+
sudo,\
41+
openssh-server,\
42+
wget,\
43+
less,\
44+
parted,\
45+
unzip,\
46+
bzip2,\
47+
curl,\
48+
dbus,\
49+
avahi-daemon,\
50+
ntp,\
51+
net-tools,\
52+
wireless-tools,\
53+
fancontrol,\
54+
gnupg,\
55+
rsync \
56+
--arch=${DEB_ARCH} ${DISTRO} ${ROOTFS} ${REPO}
5757

5858
sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/g' ${ROOTFS}/etc/locale.gen
5959
echo "LC_ALL=en_US.UTF-8" >> ${ROOTFS}/etc/environment

0 commit comments

Comments
 (0)