After installing Slackware: a checklist: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
*<code>/etc/resolv.conf</code> | *<code>/etc/resolv.conf</code> | ||
*Remove <code>lilo</code> | *Remove <code>lilo</code> | ||
*Disable unneeded rc-files, e.g., <code># chmod -x rc.acpid rc.alsa rc.consolekit rc.gpm-sample rc.wireless</code> | |||
*Configure a mirror and install all <code>patches</code> | *Configure a mirror and install all <code>patches</code> | ||
*<code># slackpkg install bash-completion</code> | *<code># slackpkg install bash-completion</code> | ||
*Install and configure <code>[http://slakfinder.org/slackpkg+.html slackpkg+]</code> | *Install and configure <code>[http://slakfinder.org/slackpkg+.html slackpkg+]</code> | ||
[[Category: Linux]] | [[Category: Linux]] | ||
Revision as of 18:36, 6 October 2015
Should be done during installation:
- partitions
/etc/fstab/etc/mdadm.conf/etc/mkinitrd.conf/boot/grub/grub.cfg/etc/hosts/etc/rc.d/rc.inet1.conf- Software series:
- server:
a ap d e f k l n t tcl x y(i.e., all except forkde kdei xap xfce) - desktop: add
xapand removet(to be replaced with TeX Live)
- server:
After installation
- Replace
/etc/termcapwith thetermcapfile from the xterm source because it has the xterm-256color entry # ln -sf /usr/bin/vim /usr/bin/vi# chmod -x /etc/profile.d/bsd-games-login-fortune.sh/etc/resolv.conf- Remove
lilo - Disable unneeded rc-files, e.g.,
# chmod -x rc.acpid rc.alsa rc.consolekit rc.gpm-sample rc.wireless - Configure a mirror and install all
patches # slackpkg install bash-completion- Install and configure
slackpkg+