summaryrefslogtreecommitdiffstats
path: root/SeTuacct.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* setup2hd: add option to install regular Slackware via network mirror Eric Hameleers2020-10-051-92/+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.
* setup2hd: allow custom UidNumber during user account creation Eric Hameleers2020-04-301-59/+84
| | | | | | Do not assume 1000 is a good default for UidNumber in all cases - it may already have been taken. Instead, find the first free number above 999.
* setup2hd: several usability improvements Eric Hameleers2020-02-201-0/+67
- 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.