From 134f920d56670e9efc4a480957dade398cd33ea4 Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 1 May 2024 16:02:20 +0800 Subject: [PATCH] chore: bump to 0.2.2 --- Cargo.toml | 2 +- src/builder.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 126371b..649d2f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "katsu" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = [ "Fyra Labs", diff --git a/src/builder.rs b/src/builder.rs index e6e0994..da9ec1b 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -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