summaryrefslogtreecommitdiffstats
path: root/setup2hd.local (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-05setup2hd: add option to install regular Slackware via network mirror Eric Hameleers1-81/+0
The setup2hd script is a modified Slackware installer. For liveslak I had originally removed all the usual SOURCE selections and only allowed for the installation of the Live OS to harddisk. However, requests were sent to also support a regular installation of Slackware using the Live ISO. That is why I have now re-added all the Slackware network install choices (via NFS, HTTP, FTP or Samba mirror). I still left out the Slackware installation using local media; the Live ISO does not contain regular Slackware packages so that would not make sense.
2019-06-16setup2hd: also restore /etc/vconsole.conf Eric Hameleers1-0/+1
2016-04-17Add a post-install customization hook to 'setup2hd'. Eric Hameleers1-0/+80
A new file 'setup2hd.local' has been added to the liveslak sources. If you do not touch that one, it will be copied to: /usr/share/${LIVEMAIN}/setup2hd.$DISTRO.sample and serve as just that, a sample script. If on the other hand you rename the file to 'setup2hd.$DISTRO' before generating your ISO image ($DISTRO being the name of your own distro, like 'CINELIVE'), then this file will be installed in the ISO as /usr/share/${LIVEMAIN}/setup2hd.$DISTRO and this will be sourced by 'setup2hd' providing you a custom post-install customization hook for your own Live distro. Usage instructions are inside 'setup2hd.local'.