| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the 'setup2hd' script's method of Live content installation....In the original version of the script, the squashfs modules' contents
would be extracted one after the other.
However this disregards any package or file deletions inbetween modules.
As a result, e.g. a PLASMA5 installation to disk using 'setup2hd' would
leave several artefacts in removed_scripts and removed_packages and probably
in other locations too.
The overlay is now constructed somewhat differently, so that 'setup2hd' can
access the full read-only filesystem properly; it will copy this content
to the harddisk using rsync. A progress indicator will show the stats of
files that are actually being transferred.
At the same time, the 'setup2hd' script's language settings are now
hard-coded by setting 'LC_ALL' and LANG to "C". Slackware's setup scripts
parse command output and expect english texts there, but when you selected
a different language when booting your Live OS, this would confuse e.g.
'liloconfig' to the extent that it failed to find the Linux partitions.
| Eric Hameleers | 2016-03-29 | 1 | -38/+42 |
* | Further expand the use of DISTRO variable to customize the Live ISO. | Eric Hameleers | 2016-03-15 | 1 | -14/+14 |
* | Remove the /SLACKWARELIVE marker file from the filesystem root....After installation to harddisk using the 'setup2hd' script, this
marker file is a Live OS left over and will only cause confusion.
| Eric Hameleers | 2016-03-03 | 1 | -0/+2 |
* | Do not overwrite a custom keymap....During setup, a custom keyboard mapping may have been selected.
| Eric Hameleers | 2016-02-27 | 1 | -1/+5 |
* | Some small improvements for the harddisk installer. | Eric Hameleers | 2016-02-24 | 1 | -4/+16 |
* | Add 'setup2hd' - this script will install the Live OS to local hard disk....The 'setup2hd' script is a modified version of 'setup' in the Slackware
installer, taken straight from the initrd.
The SOURCE selection has been removed since the script knows where to
find the Live media.
Except for the actual extraction of Slackware Live content to your
hard drive, the other hard disk installation steps are unmodified from
the stock Slackware installer.
| Eric Hameleers | 2016-02-24 | 1 | -0/+363 |