Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-03-10 | Increase the maximum number of loop devices the Live OS will use to 96....If you have a large number of addon modules, 96 may still be too low. This value can be changed on boot-time by the 'maxloops=' boot parameter. | Eric Hameleers | 1 | -1/+9 |
2016-03-09 | Add preliminary support for booting a Live ISO image in your filesystem....Boot parameter "livemedia=" has been expanded; Generic syntax for explicitly defining your live media: livemedia=/dev/sdX The syntax for pointing the initrd to an ISO image of Slackware Live Edition instead of a partition or DVD media expands on the above: livemedia=/dev/sdX:/path/to/slackwarelive.iso Note: this functionality is yet untested ;-) | Eric Hameleers | 1 | -8/+28 |
2016-03-09 | Fix the 'localhd' boot parameter. | Eric Hameleers | 1 | -1/+1 |
2016-03-09 | Add the missing part of the "disable glamor 2d acceleration" patch....New boot option 'nga' (which stands for 'no glamor acceleration') adds a configuration file to X.Org. This disables the (now default) glamor acceleration which causes a X startup failure with the error: "EGL_MESA_drm_image required; (EE) modeset(0): glamor initialization failed". | Eric Hameleers | 1 | -2/+6 |
2016-03-09 | Only add graphics drivers module matching the Linux kernel in the Live ISO. | Eric Hameleers | 1 | -3/+3 |
2016-03-03 | liveinit: add 'nga' boot parameter to disable glamor 2D acceleration....X.Org in a QEMU VM will refuse to start if glamor is used for 2D acceleration. | Eric Hameleers | 1 | -0/+15 |
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 |