summaryrefslogtreecommitdiffstats
path: root/upslak.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upslak.sh: remove double string occurrence Eric Hameleers2017-09-231-1/+1
|
* upslak.sh: filename argument to '-i' can be a relative pathname Eric Hameleers2017-09-231-1/+1
|
* Add upslak.sh, a script to tweak the Live USB stick. Eric Hameleers2017-09-191-0/+923
Purpose: to update the content of a Slackware Live USB stick. upslak.sh accepts the following parameters: -b|--nobackup Do not try to backup original kernel and modules. -d|--devices List removable devices on this computer. -h|--help This help. -i|--init <filename> Replacement init script. -k|--kernel <filename> The kernel file (or package). -m|--kmoddir <name> The kernel modules directory (or package). -n|--netsupport Add network boot support if not yet present. -o|--outdev <filename> The device name of your USB drive. -p|--persistence Move persistent data into new Live module. -r|--restore Restore previous kernel and modules. -s|--scan Scan for insertion of new USB device instead of providing a devicename (using option '-o'). -v|--verbose Show verbose messages. -w|--wait<number> Add <number> seconds wait time to initialize USB.