summaryrefslogtreecommitdiffstats
path: root/liveinit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the init more robust. Eric Hameleers2015-12-241-10/+38
| | | | | | | The computer may have other partitions which contain a Live image, we need to choose one. Alternatively, use "livemedia=/dev/sdX" to point init to the Live device we want to boot.
* Delete ALSA state file, the Live OS may be booted on different computers. Eric Hameleers2015-12-241-0/+3
|
* liveinit: add debug code for development (disabled by default). Eric Hameleers2015-12-161-0/+21
|
* Add support for alternative directorynames of 'persistence' and 'liveslak'. Eric Hameleers2015-12-021-9/+16
| | | | | | | | | | | | The persistence directory on USB is called 'persistence' by default but can now be re-defined when running 'make_slackware_live.sh' to create the ISO. Additionally it can be changed dynamically on boot of the Live OS by adding a 'persistence=<dirname>' parameter to the boot. The Live OS main directory is called 'liveslak' by default but can now be re-defined when running 'make_slackware_live.sh' to create the ISO. Additionally it can be changed dynamically on boot of the Live OS by adding a 'livemain=<dirname>' parameter to the boot.
* Make the 'livemain' directory name configurable in make_slackware_live.sh Eric Hameleers2015-11-291-7/+8
| | | | | This allows customizations for derivative Live OSes. Patch submitted by Manfred Mueller.
* Slackware Live Edition: initial commit.Beta2 Eric Hameleers2015-11-281-0/+442
This is Beta 2. Read http://alien.slackbook.org/blog/slackware-live-edition-beta-2 for all the details.