summaryrefslogtreecommitdiffstats
path: root/liveinit.tpl (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-11liveinit: correctly scan partitions and block devices Eric Hameleers1-7/+37
2019-02-15Fix PXE boot. Fix pxeserver. Add support for PXE-booting UEFI-based PC's Eric Hameleers1-10/+23
2019-01-23Quell the noise generated by dhcpcd on boot Eric Hameleers1-2/+2
2019-01-22liveinit: add debug pause for PXE network configuration Eric Hameleers1-0/+4
2019-01-22liveinit: mention on-screen that eth0 is fallback for failed nic detection Eric Hameleers1-1/+1
2019-01-22liveinit: fix a bug in PXE network device configuration Eric Hameleers1-1/+2
2019-01-17liveinit: clean up that remount command Eric Hameleers1-1/+1
2019-01-17Follow the Slackware init with respect to readonly root on boot Eric Hameleers1-4/+5
2019-01-05init: the dhcpcd 'pid' file is in another location now. Eric Hameleers1-4/+15
2018-09-04Make the default language of the Live ISO configurable Eric Hameleers1-6/+23
2018-09-04On loading of 'distro_os.cfg' do not overwrite pre-defined values Eric Hameleers1-4/+13
2018-09-04liveinit: cosmetical re-arrangement Eric Hameleers1-2/+3
2018-09-01Finish the zstd compression implementation in liveslak Eric Hameleers1-4/+23
2018-06-15Add support for on-disk OS configuration file Eric Hameleers1-1/+37
2018-03-31Adapt to new behaviour of glibc-zoneinfo and the timeconfig script Eric Hameleers1-1/+1
2017-09-23liveinit.tpl: fix a sed syntax error in find_loop() Eric Hameleers1-1/+1
2017-09-19Add upslak.sh, a script to tweak the Live USB stick. Eric Hameleers1-10/+26
2017-07-31liveinit: reset freetype hinting params to defaults on every boot Eric Hameleers1-5/+9
2017-07-19Allow syntax 'livemedia=scandev:/path/to/live.iso' Eric Hameleers1-2/+28
2017-04-30Add boot-time tweak 'nsh' to disable new sub-pixel hinting in freetype Eric Hameleers1-0/+48
2017-01-23The liveinit script is a template too and cannot be used as-is. Eric Hameleers1-0/+0
2017-01-23Add '2017' to the copyright statements. Eric Hameleers1-1/+1
2017-01-01DLACK: create a default config for localectl. Eric Hameleers1-0/+2
2016-08-15liveinit: sort the modules found with 'find' to assure correct loading order. Eric Hameleers1-1/+1
2016-07-31liveinit: allow modules to be organized in subdirectories. Eric Hameleers1-19/+29
2016-07-28liveinit: warn if a module could not be mounted. Eric Hameleers1-4/+9
2016-07-28liveinit: add a forgotten '$MARKER' prefix to a console message. Eric Hameleers1-1/+1
2016-07-22liveinit: Use Shift-AltGr as the Compose Key, seems to be the sanest choice. Eric Hameleers1-7/+8
2016-07-22liveinit: replace instances of 'live' username with '${LIVEUID}'. Eric Hameleers1-6/+8
2016-07-20liveinit: use AltGr as Compose Key only for US keyboard layouts. Eric Hameleers1-11/+24
2016-07-20liveinit: optionally specify XkbOptions through the "xkb" boot parameter. Eric Hameleers1-10/+25
2016-06-23liveslak: enhance the boot debug a bit. Eric Hameleers1-5/+11
2016-06-20Allow persistence and (luks) containers in subdirectories. Eric Hameleers1-5/+5
2016-06-15Deal properly with the user enabling any optional/addon kernel modules. Eric Hameleers1-0/+17
2016-06-15liveinit: use boot parameter "nop=wipe" to erase existing persistent data. Eric Hameleers1-0/+16
2016-06-15liveinit: DEBUG=4 dumps you into a debug shell right before the switch_root. Eric Hameleers1-2/+3
2016-05-29Silence a (harmless) error during network boot. Eric Hameleers1-1/+1
2016-05-28Ensure that a PXE-booted Slackware Live will shutdown properly. Eric Hameleers1-0/+10
2016-05-18Git rid of a (harmless) error message during boot. Eric Hameleers1-4/+8
2016-05-17Call 'depmod' when a loaded optional/addon contains kernel modules. Eric Hameleers1-1/+1
2016-05-17Disable the SSH daemon by default and use a tweak to start it on demand. Eric Hameleers1-0/+4
2016-05-13liveinit: deprecate "nga" boot parameter and add "tweaks" parameter instead. Eric Hameleers1-11/+68
2016-05-12Fixes for the broken 'load/noload' boot parameters and rootcopy location. Eric Hameleers1-2/+2
2016-05-05liveinit: allow PXE server to work even when the Live media is copied to RAM. Eric Hameleers1-6/+14
2016-05-05liveinit: when network-booting, add MAC address as suffix to the hostname. Eric Hameleers1-1/+20
2016-04-29Update the 'timeconfig' script in make_slackware_live.sh, not in liveinit. Eric Hameleers1-2/+0
2016-04-27Deal with custom timezones (non-UTC) in KDE4 and PLASMA5. Eric Hameleers1-0/+11
2016-04-22liveinit: make the DHCP wait time configurable and set a longer default. Eric Hameleers1-6/+10
2016-04-19liveinit: make the udev trigger for net devices more rebust. Eric Hameleers1-10/+21
2016-04-13Add NFS root support. Eric Hameleers1-1/+150