summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-05Add PXE server infrastructure. Eric Hameleers2-0/+731
2016-05-05Silence one "cd -". Eric Hameleers1-1/+1
2016-05-05liveinit: when network-booting, add MAC address as suffix to the hostname. Eric Hameleers1-1/+20
2016-05-05SYSLINUX: add a 'clear screen' command at the top of the syslinux message. Eric Hameleers1-1/+1
2016-05-05XFCE: add some network tools, remove some entertainment (to stay below 703MB). Eric Hameleers2-3/+7
2016-04-29Update the 'timeconfig' script in make_slackware_live.sh, not in liveinit. Eric Hameleers2-2/+9
2016-04-27Do not specify heads/sectors when calling "isohybrid -u". Eric Hameleers1-17/+1
2016-04-27Deal with custom timezones (non-UTC) in KDE4 and PLASMA5. Eric Hameleers2-0/+30
2016-04-24Update syslinux & grub help files with latest boot parameter info. Eric Hameleers5-3/+40
2016-04-24Fix the package list for PLASMA5. Eric Hameleers1-2/+1
2016-04-24make_slackware_live.sh: accept custom ISO filename without full pathname. Eric Hameleers1-3/+3
2016-04-22Do not bail out if there are no X apps in the ISO. Eric Hameleers1-1/+3
2016-04-22iso2usb.sh: fix detection of UEFI support in the ISO image file. Eric Hameleers1-5/+2
2016-04-22liveinit: make the DHCP wait time configurable and set a longer default. Eric Hameleers2-7/+14
2016-04-22make_slackware_live.sh: add parameter to specify custom ISO name. Eric Hameleers1-9/+16
2016-04-21Allow CONFFILE to be specified as an environment variable. Eric Hameleers1-1/+1
2016-04-20make_slackware_live.sh: fixes for kernel detection & selection on 32bit arch. Eric Hameleers1-8/+26
2016-04-19Slackware Live Edition: version 0.8.0.0.8.0 Eric Hameleers1-1/+1
2016-04-19MATE: update to Mate 1.14. Eric Hameleers2-9/+3
2016-04-19PLASMA5: refresh the package lists. Eric Hameleers2-7/+27
2016-04-19make_slackware_live.sh: also add dependencies of network modules to initrd. Eric Hameleers1-2/+27
2016-04-19liveinit: make the udev trigger for net devices more rebust. Eric Hameleers1-10/+21
2016-04-17Add a post-install customization hook to 'setup2hd'. Eric Hameleers3-30/+156
2016-04-15iso2usb.sh: only umount if the directory was actually mounted. Eric Hameleers1-3/+3
2016-04-13iso2usb.sh: use XZ for compressing/decompressing the initrd. Eric Hameleers1-3/+16
2016-04-13Use XZ compression for the initrd instead of GZIP. Eric Hameleers1-7/+27
2016-04-13README.txt updated for the network boot (NFS root) functionality. Eric Hameleers1-0/+41
2016-04-13Add NFS root support. Eric Hameleers2-2/+186
2016-04-12Umount LIVE_ROOTDIR's sub-mounts properly on emergency cleanup. Eric Hameleers1-0/+3
2016-04-08liveinit: correctly create an overlay of all installed content. Eric Hameleers1-5/+12
2016-03-29XFCE: add 'squashfs-tools' to the minimal package list (min.lst). Eric Hameleers1-0/+1
2016-03-29Fix the 'setup2hd' script's method of Live content installation. Eric Hameleers3-42/+52
2016-03-23Changed layout of README.txt slightly for better match with Wiki version. Eric Hameleers1-138/+201
2016-03-23Fix a bug in the program flow related to CONSFONT. Eric Hameleers1-6/+7
2016-03-18Add support for 32-bit UEFI boot (disabled by default). Eric Hameleers3-47/+84