diff options
author | Eric Hameleers <alien@slackware.com> | 2017-02-02 13:56:56 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-02-02 13:56:56 +0100 |
commit | 42050c0ca00c4b8d2bfa60e6fe16fd01728f865f (patch) | |
tree | a2a15314ae0cc43efbc50b25f95dba979c7c77e3 /README.txt | |
parent | 00027d06618eb0c354d7ffeb0800d1fcaf7bd620 (diff) | |
download | liveslak-42050c0ca00c4b8d2bfa60e6fe16fd01728f865f.tar.gz liveslak-42050c0ca00c4b8d2bfa60e6fe16fd01728f865f.tar.xz |
README: put some more emphasis in the ISO developer section.
Specifically, stress the fact that generating an ISO requires that you
create a local Slackware mirror prior to running 'make_slackware_live.sh',
since the script will not download official Slackware packages,
only 3rd party packages.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -573,7 +573,7 @@ The script's parameters are: The script uses package repositories to create a Live ISO. The packages will be installed into a temporary directory. -In order to create a Live ISO for any of these variants, the package repositories that are required must be available as a local directory (this can be a network-mounted directory). A local mirror of the Slackware repository is mandatory. Any packages that are used from a 3rd party repository will be downloaded from a remote server as long as a rsync URL for the repository is configured in ./pkglists/*.conf. +In order to create a Live ISO for any of these variants, the package repositories that are required must be available as a local directory (this can be a network-mounted directory). A local mirror of the Slackware repository is mandatory - you have to download these yourself.. Any other packages, i.e. those that are used from a 3rd party repository will be downloaded from a remote server as long as a rsync URL for the repository is configured in ./pkglists/*.conf. When all pre-reqs are met, you issue a single command to generate the ISO. The following example will create a pure Slackware Live Edition: # ./make_slackware_live.sh |