"23 Transferência parcial devido a erro". Consulte o link
Normalmente, um comando rsync
imprime uma mensagem de erro. Mas curtin está sendo terrivelmente inútil aqui. Ele não passa capture
para _subp()
e, como resultado, define stderr
para None
. Quaisquer mensagens de erro de rsync
são simplesmente descartadas.
Enquanto procurava curtin, achei sua definição de cp:///
.
Specify the root image to install on to the target system. The URI also configures the method used to copy the image to the target system.
sources:
source URI may be one of:
- dd-: [sic] Use dd command to write image to target.
- cp://: Use rsync command to copy source directory to target.
- file://: Use tar command to extract source to target.
- http[s]://: Use wget | tar commands to extract source to target.
- fsimage://: mount filesystem image and copy contents to target. Local file or url are supported. Filesystem can be any filesystem type mountable by the running kernel.