File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,25 +35,25 @@ rm -rf ${ROOTFS}
3535apt update
3636apt install -y debootstrap rsync
3737debootstrap --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
5858sed -i ' s/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/g' ${ROOTFS} /etc/locale.gen
5959echo " LC_ALL=en_US.UTF-8" >> ${ROOTFS} /etc/environment
You can’t perform that action at this time.
0 commit comments