Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:armedslack 2008/10/19 19:41 | howto:armedslack 2017/09/06 18:38 current | ||
|---|---|---|---|
| Line 140: | Line 140: | ||
| # sed -i '/^#[pt]/ s/#//' /etc/securetty | # sed -i '/^#[pt]/ s/#//' /etc/securetty | ||
| + | |||
| ==== Time zone ==== | ==== Time zone ==== | ||
| - | Pick your timezone: | + | To select your timezone, run |
| - | # rm /etc/localtime | + | # timeconfig |
| - | # ln /usr/share/zoneinfo/Europe/Berlin /etc/localtime | + | |
| Line 222: | Line 222: | ||
| # echo 'fanctl /etc/fan.conf >/dev/null 2>&1 </dev/null &' >>/etc/rc.d/rc.local | # echo 'fanctl /etc/fan.conf >/dev/null 2>&1 </dev/null &' >>/etc/rc.d/rc.local | ||
| + | |||
| Line 239: | Line 240: | ||
| minutes. | minutes. | ||
| - | The linux initramfs will search paritions for linux/sbin/init, and if found, | + | The linux initramfs will search partitions for linux/sbin/init, and if found, |
| chroot and exec sbin/init. | chroot and exec sbin/init. | ||