Skip to content

Commit

Permalink
chore: bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed May 1, 2024
1 parent f1ca652 commit 134f920
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "katsu"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = [
"Fyra Labs",
Expand Down
1 change: 0 additions & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@ impl ImageBuilder for IsoBuilder {

phase!("copy-live": self.bootloader.copy_liveos(manifest, chroot));


// Reduce storage overhead by removing the original chroot
// However, we'll keep an env flag to keep the chroot for debugging purposes

Expand Down

0 comments on commit 134f920

Please sign in to comment.