Slackware64

64 bit version of Slackware

Installation of Slackware64 14.0 in VirtualBox

Physical machine: HP EliteBook 8470p core i5

Virtual machine:

Steps:

Portuguese console keyboard

Create the file /etc/rc.d/rc.keymap:

# Load the keyboard map.  More maps are in /usr/share/kbd/keymaps.
if [ -x /usr/bin/loadkeys ]; then
 /usr/bin/loadkeys pt-latin1.map
fi

Enable login by KDM

Edit the file /etc/inittab and change the initlevel from 3 to 4

id:4:initdefault

Edit the file /etc/kde/kdm/Xsetup and add the line

setxkbmap pt

Change VESA frame buffer resolution

Edit the file /etc/lilo.conf

vga = 844

Run lilo -C /etc/lilo.conf to update LILO config on the MBR.

Slackware/Slackware64 (last edited 2014-06-19 22:25:55 by 89)