forked from proxmox-mirrors/proxmox

so that parsing CD ROM repositories with spaces in the name works too. But it's not limited to that, and should make one-line parsing rather similar to what APT does (stanza parsing in APT doesn't use ParseQuoteWord at all AFAICS). Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
8 lines
347 B
Plaintext
8 lines
347 B
Plaintext
#deb [trusted=yes] cdrom:[Proxmox VE 5.1]/ stretch pve
|
|
#deb [trusted=yes] cdrom:[Proxmox VE 5.1]/proxmox/packages/ /
|
|
|
|
deb [trusted=yes] cdrom:[Proxmox VE 7.0 BETA]/ bullseye pve
|
|
deb cdrom:[Proxmox VE 7.0 BETA]/proxmox/packages/ /
|
|
|
|
deb [ "trusted=yes" ] cdrom:[Debian GNU/Linux 10.6.0 _Buster_ - Official amd64 NETINST 20200926-10:16]/ buster main
|