| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS root (PXE boot): add virtio drivers required for older VM...The virtio_pci driver is required in some cases when using older
types of virtual machine software.
| Eric Hameleers | 2019-11-02 | 1 | -20/+22 |
* | upslak.sh: fix path determination for kernel and modules...Thanks to 0XBF @linuxquestions.org for debugging.
| Eric Hameleers | 2019-09-08 | 1 | -4/+4 |
* | upslak.sh: use the OS to find partition names...This should allow usage of external storage devices like SD cards,
whose partition naming conventions are different from generic USB devices.
E.g. /dev/mmcblk0p1 is the first partition of /dev/mmcblk0 (note the 'p').
| Eric Hameleers | 2019-05-05 | 1 | -9/+14 |
* | Add missing template vars to upslak.sh...Several template vars were added to liveinit.tpl but I had forgotten
to also incorporate those in the upslak.sh script.
| Eric Hameleers | 2019-04-14 | 1 | -2/+10 |
* | upslak.sh: do not presume that people build overlayfs as a module...The script will now only fail if you have zero modules in your tree.
I presume (!) that this corner case will never occur. In any case, I will
not support it.
| Eric Hameleers | 2019-03-17 | 1 | -1/+1 |
* | upslak.sh: remove double string occurrence | Eric Hameleers | 2017-09-23 | 1 | -1/+1 |
* | upslak.sh: filename argument to '-i' can be a relative pathname | Eric Hameleers | 2017-09-23 | 1 | -1/+1 |
* | Add upslak.sh, a script to tweak the Live USB stick....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.
| Eric Hameleers | 2017-09-19 | 1 | -0/+923 |