Skip to content

Commit e42c424

Browse files
committed
missing awk for boot_extend.sh (syncloud/platform#686)
1 parent 67708c1 commit e42c424

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

bootstrap/bootstrap-buster.sh

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +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,\
38+
avahi-daemon,\
39+
awk,\
4640
bzip2,\
41+
ca-certificates,\
4742
curl,\
4843
dbus,\
49-
avahi-daemon,\
50-
ntp,\
51-
net-tools,\
52-
wireless-tools,\
5344
fancontrol,\
5445
gnupg,\
46+
less,\
47+
locales,\
48+
net-tools,\
49+
ntp,\
50+
openssh-server,\
51+
parted,\
5552
rsync \
53+
sudo,\
54+
unzip,\
55+
wget,\
56+
wireless-tools,\
5657
--arch=${DEB_ARCH} ${DISTRO} ${ROOTFS} ${REPO}
5758

5859
sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/g' ${ROOTFS}/etc/locale.gen

0 commit comments

Comments
 (0)