IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Changed the requirements for Safari to the same level as Firefox and
Google Chrome. IMHO if a (more or less) major browser doesn't get
updated once a year, one should probably look for an alternative.
Signed-off-by: Tim Marx <t.marx@proxmox.com>
This adds the generator needed for the autogeneration of zsh completion scripts
analogous to the generator creating the bash completion scripts.
In order to generate zsh completion scripts for other packages, a package
including this patch as well as the package in pve-common with the corresponding
patch have to be installed on the build system.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
To run cephfs client the debian stock packages need to be updated to
luminous to get it running.
This patch adds a section with our Ceph repositories to our package repo
chapter to where the cephfs storage plugin chapter links to.
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
To allow linking from to a chapter/section not included in a manpage
allow the manpage link resolver to just return text in a case the
link target text is in fact no manpage.
If the link is a valid one in general will be checked in a lot of
other places, so here we won't run into a regression where a wrong,
non-existing, link does not get detected by the build system.
The particular case I run into problems with this is when linking
from the pveceph chapter to the pve-package-repos, to point to the
(cheph) repos. pve-package-repos is no where included or itself a
manpage, so this checks fails. Even if we say it would make sense to
have it as a manpage, which was my initial solution, we run then into
issues as we have a link to a outside reference, located in
pve-bibliography, which then we probably do not want as manpage.
So in the case where a valid link, which just has no manpage counter
part, is passed to the respective link resolver I just return the
link text as is. An alternative could be to get the link object and
put it in parentheses after the link text, but I'm not to sure about
this so let's for now go the easier route.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
One needs to have pve-doc-generator.mk before the index target can be
made, so note this in the README
Reported-by: Friedrich Ramberger <f.ramberger@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
improve the file level based storage paragraph bit and move it above
the block based one, as the table is sorted by storage type, and file
comes first.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Caught while checking #1936 - portal is a fixed (required) argument.
Also changed `iscsiscan` to `scan iscsi`
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
and add a 'see also' chapter for the wiki with a link to the old
pci passthrough documentation (which i will change to contain
examples and other steps not suited for the reference documentation)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
it seems the parser cannot handle the end of the quoting with '),' after
it, so `'), does not get detected as the end of the quote
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>