Розбіжності
Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
Порівняння попередніх версій Попередня ревізія Наступна ревізія | Попередня ревізія | ||
freebsd:install [31/03/2023 13:09] – Method | freebsd:install [19/12/2024 17:15] (поточний) – Method | ||
---|---|---|---|
Рядок 1: | Рядок 1: | ||
+ | {{indexmenu_n> | ||
+ | |||
rescan pci devices to hot add | rescan pci devices to hot add | ||
devctl rescan pci0 | devctl rescan pci0 | ||
- | cleaning | ||
- | find / | ||
editor | editor | ||
pkg install nano | pkg install nano | ||
echo "set constantshow" | echo "set constantshow" | ||
+ | |||
+ | |||
+ | cleaning | ||
+ | |||
+ | <code bash> | ||
+ | tee / | ||
+ | #!/bin/sh | ||
+ | find / | ||
+ | EOF | ||
+ | chmod +x / | ||
+ | </ | ||
+ | |||
+ | cleaning nodeny logs | ||
+ | |||
+ | <code bash> | ||
+ | tee / | ||
+ | #!/bin/sh | ||
+ | find / | ||
+ | find / | ||
+ | EOF | ||
+ | chmod +x / | ||
+ | </ | ||
+ | |||