Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-03-03 | 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 | 2 | -0/+3 |
2016-02-28 | Use correct grep command to find unique package name....The grep command used so far would find "vim-gvim" when searching for "vim" because it did not try to match from the beginning of the string. | Eric Hameleers | 1 | -3/+21 |
2016-02-27 | pkglists/alien.lst: p7zip needs wxGTK. | Eric Hameleers | 1 | -0/+1 |
2016-02-27 | Do not overwrite a custom keymap....During setup, a custom keyboard mapping may have been selected. | Eric Hameleers | 1 | -1/+5 |
2016-02-27 | Determine KGEN properly so that it works for 32-bit Slackware as well....Thanks to SangDae YU for pointing it out. | Eric Hameleers | 1 | -3/+3 |
2016-02-27 | Remove duplicate line....Was there from the beginning... glad someone noticed it, thanks SangDae. | Eric Hameleers | 1 | -1/+0 |
2016-02-27 | Better safe than sorry. | Eric Hameleers | 1 | -1/+1 |
2016-02-24 | Some small improvements for the harddisk installer. | Eric Hameleers | 2 | -5/+17 |
2016-02-24 | Define KVER and KGEN at the proper location in the script. | Eric Hameleers | 1 | -0/+4 |
2016-02-24 | Slackware Live Edition: version 0.6.0.0.6.0 | Eric Hameleers | 1 | -1/+1 |
2016-02-24 | Update the README for liveslak. | Eric Hameleers | 1 | -1/+30 |
2016-02-24 | 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 | 2 | -1/+399 |
2016-02-24 | Fix fontconfig. | Eric Hameleers | 1 | -4/+4 |
2016-02-24 | PLASMA5: removed libproxy since that is now properly done in Slackware. | Eric Hameleers | 1 | -1/+0 |
2016-02-22 | Really start Konsole with a login shell. | Eric Hameleers | 1 | -0/+6 |
2016-02-22 | Make this chroot code look easier to interpret by the human eye....The script was mixing relative and absolute paths which is confusing. In the chroot, we do not have to work with relative paths as is the case with some original Slackware scripts. | Eric Hameleers | 1 | -11/+11 |
2016-02-21 | Add a syslinux menu option to boot from local harddisk....No idea how to do this for grub2 though. The Slackware option in the EFI boot menu "Detect/boot any installed operating system" doesn't work for me. | Eric Hameleers | 1 | -0/+3 |
2016-02-21 | pklists/plasma5.lst: synced the package list to the latest release. | Eric Hameleers | 1 | -0/+2 |
2016-02-17 | New boot parameter "localhd" to initialize RAID/LVM on local harddisks. | Eric Hameleers | 3 | -15/+35 |
2016-02-16 | Fix the flow when rsync-ing a remote repository....It is a requirement to have the Slackware mirror available locally in advance. | Eric Hameleers | 1 | -2/+6 |
2016-02-16 | Add the liveslak documentation to the ISO image. | Eric Hameleers | 1 | -0/+3 |