Skip to content

Commit

Permalink
build-disk-impl: update to use bootc install to-disk
Browse files Browse the repository at this point in the history
Required since containers/bootc#226

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
  • Loading branch information
jeckersb committed Jan 10, 2024
1 parent 2543217 commit 3aae053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/builddiskimpl/builddiskimpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func run(cmd *cobra.Command, args []string) error {
podmanArgs = append(podmanArgs, "--env", "RUST_LOG="+config.BootcLogLevel)
}
podmanArgs = append(podmanArgs, tmp)
podmanArgs = append(podmanArgs, "bootc", "install")
podmanArgs = append(podmanArgs, "bootc", "install", "to-disk")
podmanArgs = append(podmanArgs, config.InstallArgs...)
podmanArgs = append(podmanArgs, "--generic-image")
disk, err := filepath.EvalSymlinks(config.Disk)
Expand Down

0 comments on commit 3aae053

Please sign in to comment.