Use GPTar table
We expect the disk to be formatted already.
This commit is contained in:
parent
534292ec3f
commit
bc7f47836e
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ let mirror =
|
||||||
package ~min:"3.0.0" ~sublibs:[ "gz" ] "tar" ;
|
package ~min:"3.0.0" ~sublibs:[ "gz" ] "tar" ;
|
||||||
package ~min:"3.0.0" "tar-mirage" ;
|
package ~min:"3.0.0" "tar-mirage" ;
|
||||||
package ~max:"0.2.0" "mirage-block-partition" ;
|
package ~max:"0.2.0" "mirage-block-partition" ;
|
||||||
|
package "gpt" ;
|
||||||
|
package "gptar" ~pin:"git+https://github.com/reynir/gptar.git" ;
|
||||||
package "oneffs" ;
|
package "oneffs" ;
|
||||||
package "digestif" ;
|
package "digestif" ;
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue