Yeah, it's possible. This is what I'd do (as root user):
Put Slack CD in CD drive and then mount it:
# mount /dev/cdrom /mnt/cdrom
You're gonna need to install stuff from /mnt/cdrom/slackware/x, so change to that directory:
# cd /mnt/cdrom/slackware/x
Then run the Slackware Package Tool program:
# pkgtool
Select 'Current - Install packages from current directory'. It's ok to install all the packages.
You'll also want to install GNOME or KDE (or both) and stuff from the xap set (applications for X, eg. web browsers and stuff). Select 'Other - Install packages from some other directory' from the pkgtool menu. The folders will be /mnt/cdrom/slackware/*, where * = gnome, kde or xap.
Hope that helps.
|