summaryrefslogtreecommitdiffstats
path: root/liveinit.tpl (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-04-08liveinit: correctly create an overlay of all installed content. Eric Hameleers1-5/+12
2016-03-29Fix the 'setup2hd' script's method of Live content installation. Eric Hameleers1-3/+9
2016-03-11liveinit: put the 'rescue shell' commands into a function call. Eric Hameleers1-12/+21
2016-03-10Increase the maximum number of loop devices the Live OS will use to 96. Eric Hameleers1-1/+9
2016-03-09Add preliminary support for booting a Live ISO image in your filesystem. Eric Hameleers1-8/+28
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
2016-03-03liveinit: add 'nga' boot parameter to disable glamor 2D acceleration. Eric Hameleers1-0/+15
2016-02-27Remove duplicate line. Eric Hameleers1-1/+0
2016-02-17New boot parameter "localhd" to initialize RAID/LVM on local harddisks. Eric Hameleers1-15/+31
2016-02-14liveinit: do not give the OS access to the Live media if "toram" was specified. Eric Hameleers1-4/+18
2016-02-13liveinit: fix the mount command by removing a superfluous '%'. Eric Hameleers1-1/+1
2016-02-09liveinit: if "toram" was specified, increase the size of the RAM filesystem. Eric Hameleers1-1/+9
2016-02-09Make X Keyboard configuration work properly. Eric Hameleers1-6/+6
2016-02-06Boot parameter "livemedia=": also support UUID and LABEL. Eric Hameleers1-2/+12
2016-02-06liveinit: better support for german localizations. Eric Hameleers1-1/+6
2016-02-06liveinit: use MARKER instead of INITRD as prefix for message display at boot. Eric Hameleers1-31/+35
2016-02-02Live init: add 'blacklist' bootparam to prevent loading of kernel driver(s). Eric Hameleers1-0/+15
2016-02-02Live init: eject the Live CDROM/DVD medium after loading modules into RAM. Eric Hameleers1-0/+3
2016-02-02Live init: move the module loading code into a single function call. Eric Hameleers1-33/+33