| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an (optional) basic firewall configuration to setup2hd...The firewall will be configured and installed only when you use setup2hd
to install the Live OS to your hard drive.
The scripts are not particular to Slackware Live; you can easily copy
the resulting files /usr/sbin/myfwconfig, /etc/rc.d/rc.firewall
and /var/lib/pkgtools/setup/setup.firewall out of the installed system
and use them anywhere on a Slackware-compatible OS.
- The 'myfwconfig' script will ask a few simple questions and generate the
ipv4 and ipv6 configuration in /etc/firewall/.
- The 'rc.firewall' script will load/save its iptables/ip6tables
configuration from /etc/firewall/ files.
- The 'setup.firewall' script is a convenient way to call the firewall
configurator from pkgtools or during Slackware's installation to harddisk.
| Eric Hameleers | 2021-12-20 | 1 | -0/+12 |
* | setup2hd: small fixes | Eric Hameleers | 2021-12-20 | 1 | -5/+3 |
* | setup2hd: fixes in post-installation routine for liveslak to hardisk | Eric Hameleers | 2020-12-13 | 1 | -13/+14 |
* | setup2hd: major changes...- use $DIALOG instead of calling dialog; hopefully we can use Xdialog
at some time
- warn user if terminal is too small to display fdisk/gdisk interfaces
- improve installation time of squashfs modules to harddisk with a factor 6,
by using a different way to show progress
- tweak dialogs so that they show less empty space
- if possible, set sane default selections in menu's to make the installation
process smoother
- fix many small bugs in user account creation, password dialog, user config
extraction, removal of redundant configuration questions etc
| Eric Hameleers | 2020-12-05 | 1 | -19/+54 |
* | 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/+20 |
* | DAW: many small improvements | Eric Hameleers | 2020-10-20 | 1 | -35/+97 |
* | 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 | -0/+173 |