Explorar el Código

Don't remove the img

Bob Mottram hace 9 años
padre
commit
ce2ac1b852
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-image-makefile

+ 1
- 1
src/freedombone-image-makefile Ver fichero

@@ -43,7 +43,7 @@ IMAGE = $(NAME).img
43 43
 ARCHIVE = $(IMAGE).xz
44 44
 SIGNATURE = $(ARCHIVE).sig
45 45
 OWNER = 1000
46
-XZ = xz --no-warn --best --verbose
46
+XZ = xz --no-warn --best --verbose --keep
47 47
 SIGN = -gpg --output $(SIGNATURE) --detach-sig $(ARCHIVE)
48 48
 
49 49
 # settings for `make test`