GNU/Linux >> Tutoriales Linux >  >> Ubuntu

¿Cómo deshabilitar el gráfico de arranque?

No quiero que se genere un Bootchart en cada inicio. ¿Cómo desactivo el gráfico de arranque?

Una vez deshabilitado, ¿cómo vuelvo a habilitar el gráfico de arranque?

No me refiero a desinstalar .

Respuesta aceptada:

Parando

cd /etc/init.d
sudo update-rc.d -f stop-bootchart remove
sudo update-rc.d -f bootchart remove

Reinicio

cd /etc/init.d
sudo update-rc.d stop-bootchart start 99 2 3 4 5

o:

echo manual | sudo tee -a /etc/init/bootchart.override

lo hace manual.

$ cat /etc/lsb-release 
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
sudo update-rc.d -f bootchart remove
Removing any system startup links for /etc/init.d/bootchart ...


Ubuntu
  1. Cómo deshabilitar ETag en NGINX

  2. ¿Cómo deshabilitar la configuración automática del monitor?

  3. ¿Cómo deshabilitar el inicio de sesión de raíz de Gui?

  4. ¿Cómo deshabilitar Cryptswap?

  5. ¿Cómo deshabilitar SELinux en CentOS?

Cómo deshabilitar IPv6 en Ubuntu Linux

Cómo deshabilitar SELinux en AlmaLinux 8

Cómo deshabilitar IPv6 en Ubuntu 18.04 LTS

Cómo deshabilitar IPv6 en Ubuntu 20.04 LTS

¿Cómo deshabilitar Alt+clic para arrastrar la ventana?

Cómo deshabilitar ModSecurity en cPanel