Какой ISO-образ выбрать для установки Debian 9 Stretch?

for w1 in $(cat file1)
do 
  for w2 in $(cat file2)
  do
    word=${w1}${w2}
    echo ${word} >> permutationfile
  done
done

для различных параметров форматирования, вы можете играть с printf вместо echo командой

{{1 }}
0
09.06.2018, 18:13
1 ответ

Está descrito en la página a la que se vinculó:

Initially, you will only need to download and use the first image of a set (labelled as debian-something-1 to be able to start the Debian installer and set up Debian on your computer. If there are more images available here (labelled debian-something-2, debian-something-3, etc.), they contain the extra packages that can be installed on a Debian system (as mentioned previously). They will not be bootable and are entirely optional. If you have a fast Internet connection, you're most likely better off installing any desired extra packages directly from the Debian mirrors on the Internet instead of by using these extra images.

Eso significa que debe usar debian -9.4.0 -amd64 -DVD -1.iso para instalar Debian. También es una buena idea intentar ejecutar Debianen un entorno virtual para probarlo antes de reemplazar su sistema operativo actual.

1
28.04.2021, 23:45

Теги

Похожие вопросы