Skip to content

Commit 0ebeef8

Browse files
committed
add rsync
1 parent c75922a commit 0ebeef8

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

bootstrap/bootstrap-buster.sh

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,26 @@ cleanup
3434
rm -rf ${ROOTFS}
3535
apt update
3636
apt install -y debootstrap rsync
37-
debootstrap --no-check-gpg --include=ca-certificates,locales,sudo,openssh-server,wget,less,parted,unzip,bzip2,curl,dbus,avahi-daemon,ntp,net-tools,wireless-tools,fancontrol,gnupg --arch=${DEB_ARCH} ${DISTRO} ${ROOTFS} ${REPO}
37+
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}
3857

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

0 commit comments

Comments
 (0)