buildiso will fail with file-based user-repos

This commit is contained in:
Frede Hundewadt 2018-11-26 08:17:42 +01:00
parent f5b9f2dc24
commit 6013ca86ee
No known key found for this signature in database
GPG Key ID: 7605992471F3F073
1 changed files with 10 additions and 7 deletions

View File

@ -101,22 +101,22 @@ iso-profiles
>extra >extra
~~~ ~~~
###### * Packages-Root ###### Packages-Root
* Contains root image packages * Contains root image packages
* ideally no xorg * ideally no xorg
###### * Packages-Desktop ###### Packages-Desktop
* Contains the desktop image packages * Contains the desktop image packages
* desktop environment packages go here * desktop environment packages go here
###### * Packages-Mhwd ###### Packages-Mhwd
* Contains the MHWD driver packages repo * Contains the MHWD driver packages repo
###### * Packages-Live ###### Packages-Live
* Contains packages you only want in live session but not installed on the target system with installer * Contains packages you only want in live session but not installed on the target system with installer
* default files are in shared folder and can be symlinked or defined in a real file * default files are in shared folder and can be symlinked or defined in a real file
###### * buildiso can be configured to use custom repos. ###### buildiso can be configured to use custom repos
* create a user-repos.conf * create a user-repos.conf
@ -124,7 +124,10 @@ iso-profiles
${profile_dir}/user-repos.conf ${profile_dir}/user-repos.conf
~~~ ~~~
Add only your repos to user-repos.conf! **Add only your repos to user-repos.conf!**
###### * Calamares **Important**: Only online repos is allowed in the user-repos.conf. Buildiso will fail on file-based repos.
###### Calamares
* netgroups definitions go in [this](https://github.com/manjaro/calamares-netgroups) repo please * netgroups definitions go in [this](https://github.com/manjaro/calamares-netgroups) repo please