Use GPTar table

We expect the disk to be formatted already.
This commit is contained in:
Reynir Björnsson 2024-10-04 16:03:54 +02:00
parent 534292ec3f
commit bc7f47836e

View file

@ -41,6 +41,8 @@ let mirror =
package ~min:"3.0.0" ~sublibs:[ "gz" ] "tar" ;
package ~min:"3.0.0" "tar-mirage" ;
package ~max:"0.2.0" "mirage-block-partition" ;
package "gpt" ;
package "gptar" ~pin:"git+https://github.com/reynir/gptar.git" ;
package "oneffs" ;
package "digestif" ;
]