| Commit message (Expand) | Author | Age | Files | Lines |
* | setup2hd fixes and enhancements...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.
| Eric Hameleers | 2020-10-24 | 1 | -21/+7 |
* | setup2hd: add option to install regular Slackware via network mirror...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.
| Eric Hameleers | 2020-10-05 | 1 | -165/+23 |
* | setup2hd: several usability improvements...- 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.
| Eric Hameleers | 2020-02-20 | 1 | -35/+141 |
* | setup2hd: also restore /etc/vconsole.conf | Eric Hameleers | 2019-06-16 | 1 | -1/+2 |
* | Make it obvious that some scripts are templates and cannot be used as-is....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.
| Eric Hameleers | 2017-01-23 | 1 | -0/+415 |