Yixuan Lin wrote: > Hello everyone, does debian installer supports to connect RJ-11 phone line > in installer? I want to know about it. Thank you.
The debian installer supports using a serial console as input during installation; it does not support using a telephone modem as the source of installation packages. Note that a minimal Debian install is around 500 MB, which would take around 24 hours of a perfect 56K modem connection. To use a serial console, select the entry Install (instead of Graphical Install) Press e to edit the command line Modify the vmlinuz line to add vga=off and console=ttyS0,115200n8 Like this: /install.amd/vmlinuz vga=off initrd=/install.amd/initrd.gz --- console=ttyS0,115200n8 hope that helps. -dsr-