Originally posted by: matheusber
ok ...
what is "package the configurations and whatnot " .. ?
after installed, how can i separate things ?
better ... where to read about this ? 🙂
great ideia yeah ... learn about slack ... 😉
i have on installed already ...
what i'll do is to make the packages ( i have not and clue how to ... ) and then when installing say to install all the packages ... that i've already set to have just the ones i'd like to install ...
is this ???
matheus
I am not sure If I understand what you are trying to do, but since you say you have one machine with Slackware 8 already installed with what you want/need, then you can look under
/var/log/packages, and checkout the names of the packages you installed in that machine. Each file name is the actual package name you have installed, therefore, the list of all those files will be the names of all the packages you would like to install in all your other machines (as long as the other machines are the same, or close enough).
If you would like to be slick, you can install all packages manually by means of a script you write included in a custom floppy boot disk you create, containing all the relevant Slackware package tools (installpkg, removepkg, explodepkg). To access the packages you need after booting from the floppy, you can:
1. Use NFS (<-what I would do, and I think it would be easier)
2. Use FTP (<-you would have to code this within your script)
3. Use CDROM (<-but I dont think you want to do this for 30 machines)
In any case, you can get more info on Slackware packages by manning:
pkgtool
installpkg
removepkg
explodepkg
Info in creating a boot disk can be found
here.
GL
P.S. if you create your own boot disk, make sure you include lilo as well . . .
🙂