I install slackware from cd1.
I have some packages and installed it "installpkg --root /place /packages"
place is mount partition on disk (/dev/sda3)
I have 3 partitions:
/boot - /dev/sda2
swap /dev/sda1
/ /dev/sda3
chroot /place /bin/bash
I have package lilo, but I don't have /etc/lilo.conf
I create it.
- Code: Select all
lba32
boot = /dev/sda
prompt
timeout = 50
changes-rules
reset
image = /boot/vmlinuz
root = /dev/sda3 (it's ok?)
label = Linux
read-only
What configuration files or something I will need to install minimal Slackware?


