Grub 2
- editovat soubor /etc/default/grub a pak provést update-grub
- obrázek na pozadí menu Grubu: nahrát libovolný do /boot/grub a provést update-grub
- GRUB_CMDLINE_LINUX_DEFAULT="splash" # niwi: bylo "quiet splash"
Spouštění po startu systému nebo session
- bash files: ~/.bashrc (pro uživatele) a jemu podobné:
- /etc/profile - The systemwide initialization file, executed for login shells
- ~/.bash_profile or ~/.profile - The personal initialization file, executed for login shells
- ~/.bashrc - The individual per-interactive-shell startup file for non-login shells
- ~/.bash_logout - The individual login shell cleanup file, executed when a login shell exits
- ~/.inputrc - Individual readline initialization file
- soubor /etc/rc.local (systémové)
- soubor /etc/init.d (systémové, pokročilejší - se start, stop a restart)
Odkaz na Johna: http://www.wild-web.eu/blog/fedora-14-jak-spoustet-programy-po-startu/ [uloženo]
Výběr display managera
sudo dpkg-reconfigure gdm
Nastavení lightdm display managera
- soubor /etc/lightdm/lightdm.conf
- user-session=gnome (místo ubuntu; pak se to musí ještě nastavit v /usr/share/xsessions/gnome.desktop:
Exec=gnome-session --session=gnome - autologin-user=niwi
- user-session=gnome (místo ubuntu; pak se to musí ještě nastavit v /usr/share/xsessions/gnome.desktop: