File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM multiarch/debian-debootstrap:armel-buster
2+ RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
3+ RUN sed -i 's|security.debian.org|mirrors.ustc.edu.cn/debian-security|g' /etc/apt/sources.list
4+ RUN apt update
5+ RUN apt install -y gcc dietlibc-dev aria2
6+ RUN cd /
7+ RUN aria2c -k 1048576 -s 32768 -j 32768 -x 16 -k 1M http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.45.2.tar.gz
8+ RUN tar -xzvf e2fsprogs-1.45.2.tar.gz
9+ RUN cd /e2fsprogs-1.45.2
10+ RUN ./configure --disable-threads --with-diet-libc --disable-imager --disable-debugfs --disable-defrag --disable-fuse2fs --disable-fsck --disable-e2initrd-helper
Original file line number Diff line number Diff line change 1+ # Why?
2+
3+ KPW4's ` resize2fs ` doesn't support ext4
You can’t perform that action at this time.
0 commit comments