diff options
author | Eric Hameleers <alien@slackware.com> | 2019-04-23 15:36:33 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-04-23 15:36:33 +0200 |
commit | 6a949450072be0ba95553464bc03aff950903bf2 (patch) | |
tree | 789959b2099effc43c095e7278fa3a440195977e /syslinux/f4.txt | |
parent | 1e4f3f38fb15dc789c13468683a87c3d7a8c41e4 (diff) | |
download | liveslak-6a949450072be0ba95553464bc03aff950903bf2.tar.gz liveslak-6a949450072be0ba95553464bc03aff950903bf2.tar.xz |
Make the '-m' commandline switch more universal
The '-m' parameter of the 'make_slackware_live.sh' script allows you
to add more packages to the Live ISO without modifying any of the script's
"SEQ_*" package sequence variables.
However, the script would prepend "pkglist:" to the argument value, which
is redundant since 'pkglist' is the default anyway.
By removing this prepend string we can now allow a syntax like this:
"-m local:foo" to add a series of packages in the subdirectory 'foo'
of the 'local' (or 'local64') directory more easily.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions