Linux не может обнаруживать разделы Windows

Все, что вам нужно сделать, это изменить обработчик EXIT внутри вашего обработчика очистки. Вот пример:

#!/bin/bash
cleanup() {
    echo trapped exit
    trap 'exit 0' EXIT
}
trap cleanup EXIT
read -p 'If you ctrl-c me now my return code will be the default for SIGTERM. '
0
27.05.2018, 23:38
1 ответ

Si desea instalar Parrot OS en su disco con las particiones de Windows, inicie Windows, elimine la partición donde desea instalar Parrot OS y déjela como espacio sin asignar, y luego instale Parrot OS. El espacio no asignado estará disponible para la instalación.

0
28.01.2020, 04:21

Теги

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