aboutsummaryrefslogtreecommitdiffstats
path: root/setup2hd.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* setup2hd fixes and enhancements Eric Hameleers2020-10-241-21/+7
| | | | | | | | | DAW configuration is now properly copied Extracting the Live OS to hard disk is roughly 10 times faster now, after abandoning the fancy progress bar and just showing the rsync status. Use an enhanced Slackware SeTpasswd to add a non-root user and set the root password. Various syntax and logic errors removed.
* setup2hd: add option to install regular Slackware via network mirror Eric Hameleers2020-10-051-165/+23
| | | | | | | | | | | | 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.
* setup2hd: several usability improvements Eric Hameleers2020-02-201-35/+141
| | | | | | | | - Include disk partitioning (cgdisk and/or cfdisk) in the setup2hd (calling new script 'Setudiskpart'). - Create a non-root user and set the root password through dialogs (calling new scripts 'SeTuacct' and 'SeTupass'). - Attempt to speed up the rsync from the squashfs files to the hard drive.
* setup2hd: also restore /etc/vconsole.conf Eric Hameleers2019-06-161-1/+2
|
* Make it obvious that some scripts are templates and cannot be used as-is. Eric Hameleers2017-01-231-0/+415
This affects: - pxeserver - setup2hd Both have been renamed with extension '.tpl' as indication that they are templates. The 'make_slackware_live.sh' script performs a series of substitutions on them to produce the actual scripts inside the ISO.