aboutsummaryrefslogtreecommitdiffstats
path: root/liveinit (follow)
Commit message (Expand)AuthorAgeFilesLines
* DLACK: create a default config for localectl. Eric Hameleers2017-01-011-0/+2
* liveinit: sort the modules found with 'find' to assure correct loading order. Eric Hameleers2016-08-151-1/+1
* liveinit: allow modules to be organized in subdirectories. Eric Hameleers2016-07-311-19/+29
* liveinit: warn if a module could not be mounted. Eric Hameleers2016-07-281-4/+9
* liveinit: add a forgotten '$MARKER' prefix to a console message. Eric Hameleers2016-07-281-1/+1
* liveinit: Use Shift-AltGr as the Compose Key, seems to be the sanest choice. Eric Hameleers2016-07-221-7/+8
* liveinit: replace instances of 'live' username with '${LIVEUID}'. Eric Hameleers2016-07-221-6/+8
* liveinit: use AltGr as Compose Key only for US keyboard layouts. Eric Hameleers2016-07-201-11/+24
* liveinit: optionally specify XkbOptions through the "xkb" boot parameter. Eric Hameleers2016-07-201-10/+25
* liveslak: enhance the boot debug a bit. Eric Hameleers2016-06-231-5/+11
* Allow persistence and (luks) containers in subdirectories. Eric Hameleers2016-06-201-5/+5
* Deal properly with the user enabling any optional/addon kernel modules. Eric Hameleers2016-06-151-0/+17
* liveinit: use boot parameter "nop=wipe" to erase existing persistent data. Eric Hameleers2016-06-151-0/+16
* liveinit: DEBUG=4 dumps you into a debug shell right before the switch_root. Eric Hameleers2016-06-151-2/+3
* Silence a (harmless) error during network boot. Eric Hameleers2016-05-291-1/+1
* Ensure that a PXE-booted Slackware Live will shutdown properly. Eric Hameleers2016-05-281-0/+10
* Git rid of a (harmless) error message during boot. Eric Hameleers2016-05-181-4/+8
* Call 'depmod' when a loaded optional/addon contains kernel modules. Eric Hameleers2016-05-171-1/+1
* Disable the SSH daemon by default and use a tweak to start it on demand. Eric Hameleers2016-05-171-0/+4
* liveinit: deprecate "nga" boot parameter and add "tweaks" parameter instead. Eric Hameleers2016-05-131-11/+68
* Fixes for the broken 'load/noload' boot parameters and rootcopy location. Eric Hameleers2016-05-121-2/+2
* liveinit: allow PXE server to work even when the Live media is copied to RAM. Eric Hameleers2016-05-051-6/+14
* liveinit: when network-booting, add MAC address as suffix to the hostname. Eric Hameleers2016-05-051-1/+20
* Update the 'timeconfig' script in make_slackware_live.sh, not in liveinit. Eric Hameleers2016-04-291-2/+0
* Deal with custom timezones (non-UTC) in KDE4 and PLASMA5. Eric Hameleers2016-04-271-0/+11
* liveinit: make the DHCP wait time configurable and set a longer default. Eric Hameleers2016-04-221-6/+10
* liveinit: make the udev trigger for net devices more rebust. Eric Hameleers2016-04-191-10/+21
* Add NFS root support. Eric Hameleers2016-04-131-1/+150
* liveinit: correctly create an overlay of all installed content. Eric Hameleers2016-04-081-5/+12
* Fix the 'setup2hd' script's method of Live content installation. Eric Hameleers2016-03-291-3/+9
* liveinit: put the 'rescue shell' commands into a function call. Eric Hameleers2016-03-111-12/+21
* Increase the maximum number of loop devices the Live OS will use to 96. Eric Hameleers2016-03-101-1/+9
* Add preliminary support for booting a Live ISO image in your filesystem. Eric Hameleers2016-03-091-8/+28
* Fix the 'localhd' boot parameter. Eric Hameleers2016-03-091-1/+1
* Add the missing part of the "disable glamor 2d acceleration" patch. Eric Hameleers2016-03-091-2/+6
* liveinit: add 'nga' boot parameter to disable glamor 2D acceleration. Eric Hameleers2016-03-031-0/+15
* Remove duplicate line. Eric Hameleers2016-02-271-1/+0
* New boot parameter "localhd" to initialize RAID/LVM on local harddisks. Eric Hameleers2016-02-171-15/+31
* liveinit: do not give the OS access to the Live media if "toram" was specified. Eric Hameleers2016-02-141-4/+18
* liveinit: fix the mount command by removing a superfluous '%'. Eric Hameleers2016-02-131-1/+1
* liveinit: if "toram" was specified, increase the size of the RAM filesystem. Eric Hameleers2016-02-091-1/+9
* Make X Keyboard configuration work properly. Eric Hameleers2016-02-091-6/+6
* Boot parameter "livemedia=": also support UUID and LABEL. Eric Hameleers2016-02-061-2/+12
* liveinit: better support for german localizations. Eric Hameleers2016-02-061-1/+6
* liveinit: use MARKER instead of INITRD as prefix for message display at boot. Eric Hameleers2016-02-061-31/+35
* Live init: add 'blacklist' bootparam to prevent loading of kernel driver(s). Eric Hameleers2016-02-021-0/+15
* Live init: eject the Live CDROM/DVD medium after loading modules into RAM. Eric Hameleers2016-02-021-0/+3
* Live init: move the module loading code into a single function call. Eric Hameleers2016-02-021-33/+33
* Live init: add 'toram' boot parameter. Eric Hameleers2016-02-021-6/+39
* liveinit: fix a spelling error in a comment (nitpicking I know). Eric Hameleers2016-02-011-1/+1