Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
starwels
/
gitian-builder
espejo de
https://github.com/devrandom/gitian-builder
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
Using backing image instead of copy for qemu image. From lukejr.
tags/0.1
devrandom
hace 9 años
padre
28bb421156
commit
5e77059137
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
libexec/make-clean-vm
+ 1
- 1
libexec/make-clean-vm
Ver fichero
@@ -45,7 +45,7 @@ BASE=base-$SUITE-$ARCH-root
OUT=target-$SUITE-$ARCH-root
if [ -z "$USE_LXC" ]; then
cp $BASE.qcow2 $OUT.qcow2
qemu-img create -f qcow2 -o backing_file="$BASE.qcow2" "$OUT.qcow2"
else
sudo rm -rf $OUT
sudo cp -a $BASE $OUT
Escribir
Vista previa
Cargando…
Cancelar
Guardar