summaryrefslogtreecommitdiffstats
path: root/pkglists (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-15Use the right variable to access official Slackware READMEs and other docs. Eric Hameleers1-2/+2
2016-03-15PLASMA5: add calibre's missing 'podofo' dependency to the package list. Eric Hameleers1-0/+1
2016-03-15PLASMA5: sync the package list for the plasma5 module to KDE 5_16.03. Eric Hameleers1-1/+2
2016-03-11Documentation updates. Eric Hameleers4-0/+20
2016-03-11liveinit: put the 'rescue shell' commands into a function call. Eric Hameleers1-12/+21
2016-03-10Use internal variable DISTRO=slackware. Eric Hameleers1-22/+25
2016-03-10Increase the maximum number of loop devices the Live OS will use to 96. Eric Hameleers1-1/+9
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.
2016-03-09Add preliminary support for booting a Live ISO image in your filesystem. Eric Hameleers1-8/+28
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 ;-)
2016-03-09Fix the 'localhd' boot parameter. Eric Hameleers1-1/+1
2016-03-09Add the missing part of the "disable glamor 2d acceleration" patch. Eric Hameleers1-2/+6
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".
2016-03-09Only add graphics drivers module matching the Linux kernel in the Live ISO. Eric Hameleers1-3/+3
2016-03-03liveinit: add 'nga' boot parameter to disable glamor 2D acceleration. Eric Hameleers1-0/+15
X.Org in a QEMU VM will refuse to start if glamor is used for 2D acceleration.
2016-03-03Remove the /SLACKWARELIVE marker file from the filesystem root. Eric Hameleers2-0/+3
After installation to harddisk using the 'setup2hd' script, this marker file is a Live OS left over and will only cause confusion.
2016-02-28Use correct grep command to find unique package name. Eric Hameleers1-3/+21
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.
2016-02-27pkglists/alien.lst: p7zip needs wxGTK. Eric Hameleers1-0/+1
2016-02-27Do not overwrite a custom keymap. Eric Hameleers1-1/+5
During setup, a custom keyboard mapping may have been selected.
2016-02-27Determine KGEN properly so that it works for 32-bit Slackware as well. Eric Hameleers1-3/+3
Thanks to SangDae YU for pointing it out.
2016-02-27Remove duplicate line. Eric Hameleers1-1/+0
Was there from the beginning... glad someone noticed it, thanks SangDae.
2016-02-27Better safe than sorry. Eric Hameleers1-1/+1
2016-02-24Some small improvements for the harddisk installer. Eric Hameleers2-5/+17
2016-02-24Define KVER and KGEN at the proper location in the script. Eric Hameleers1-0/+4
2016-02-24Slackware Live Edition: version 0.6.0.0.6.0 Eric Hameleers1-1/+1
2016-02-24Update the README for liveslak. Eric Hameleers1-1/+30
2016-02-24Add 'setup2hd' - this script will install the Live OS to local hard disk. Eric Hameleers2-1/+399
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.
2016-02-24Fix fontconfig. Eric Hameleers1-4/+4
2016-02-24PLASMA5: removed libproxy since that is now properly done in Slackware. Eric Hameleers1-1/+0
2016-02-22Really start Konsole with a login shell. Eric Hameleers1-0/+6
2016-02-22Make this chroot code look easier to interpret by the human eye. Eric Hameleers1-11/+11
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.
2016-02-21Add a syslinux menu option to boot from local harddisk. Eric Hameleers1-0/+3
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.
2016-02-21pklists/plasma5.lst: synced the package list to the latest release. Eric Hameleers1-0/+2
2016-02-17New boot parameter "localhd" to initialize RAID/LVM on local harddisks. Eric Hameleers3-15/+35
2016-02-16Fix the flow when rsync-ing a remote repository. Eric Hameleers1-2/+6
It is a requirement to have the Slackware mirror available locally in advance.
2016-02-16Add the liveslak documentation to the ISO image. Eric Hameleers1-0/+3