Поставил тогдашний oldstable (т.е. наверное buster) таким образом Установить GNU/Linux на Acer A1-840 FHD
Сеть работала, пакеты ставились. Теперь запустил этот же контейнер, и
u0_a5@ducati2fhd:/ $ su
root@ducati2fhd:/ # cd /data
root@ducati2fhd:/data # chroot debian-atom /bin/login -f root
Last login: Thu Apr 11 21:52:50 UTC 2024 on pts/2
Linux localhost 3.10.20+ #1 SMP PREEMPT Thu Dec 4 15:34:06 CST 2014 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@localhost:~# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=25.3 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=34.5 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=13.2 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=26.8 ms
64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=75.0 ms
c64 bytes from 192.168.1.1: icmp_seq=6 ttl=64 time=11.3 ms
64 bytes from 192.168.1.1: icmp_seq=7 ttl=64 time=68.4 ms
64 bytes from 192.168.1.1: icmp_seq=8 ttl=64 time=30.9 ms
c64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=136 ms
64 bytes from 192.168.1.1: icmp_seq=10 ttl=64 time=31.3 ms
64 bytes from 192.168.1.1: icmp_seq=11 ttl=64 time=25.0 ms
64 bytes from 192.168.1.1: icmp_seq=12 ttl=64 time=60.5 ms
64 bytes from 192.168.1.1: icmp_seq=13 ttl=64 time=111 ms
^C
--- 192.168.1.1 ping statistics ---
13 packets transmitted, 13 received, 0% packet loss, time 31ms
rtt min/avg/max/mdev = 11.335/49.946/135.836/36.973 ms
root@localhost:~#
root@localhost:~# cat /etc/apt/sources.list
deb http://deb.debian.org/debian buster main
root@localhost:~# apt update
Err:1 http://deb.debian.org/debian buster InRelease
Temporary failure resolving 'deb.debian.org'
Reading package lists... Done
Building dependency tree... Done
All packages are up to date.
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@localhost:~#