ksud: removed banner

This commit is contained in:
Rifat Azad
2025-07-15 03:36:11 +06:00
parent ec7fe6b039
commit d30bb33a9c
6 changed files with 0 additions and 26 deletions

View File

@@ -1,9 +0,0 @@
_ __ _ ____ _ _
| |/ /___ _ __ _ __ ___| / ___|| | | |
| ' // _ \ '__| '_ \ / _ \ \___ \| | | |
| . \ __/ | | | | | __/ |___) | |_| |
|_|\_\___|_| |_| |_|\___|_|____/ \___/
| \ | | _____ _| |_
| \| |/ _ \ \/ / __|
| |\ | __/> <| |_
|_| \_|\___/_/\_\\__|

View File

@@ -482,7 +482,6 @@ fn do_patch(
magiskboot_path: Option<PathBuf>,
kmi: Option<String>,
) -> Result<()> {
println!(include_str!("banner"));
let patch_file = image.is_some();

View File

@@ -301,9 +301,6 @@ pub fn install_module(zip: &str) -> Result<()> {
fn inner(zip: &str) -> Result<()> {
ensure_boot_completed()?;
// print banner
println!(include_str!("banner"));
assets::ensure_binaries(false).with_context(|| "Failed to extract assets")?;
// first check if working dir is usable

View File

@@ -1,9 +0,0 @@
_ __ _ ____ _ _
| |/ /___ _ __ _ __ ___| / ___|| | | |
| ' // _ \ '__| '_ \ / _ \ \___ \| | | |
| . \ __/ | | | | | __/ |___) | |_| |
|_|\_\___|_| |_| |_|\___|_|____/ \___/
| \ | | _____ _| |_
| \| |/ _ \ \/ / __|
| |\ | __/> <| |_
|_| \_|\___/_/\_\\__|

View File

@@ -482,7 +482,6 @@ fn do_patch(
magiskboot_path: Option<PathBuf>,
kmi: Option<String>,
) -> Result<()> {
println!(include_str!("banner"));
let patch_file = image.is_some();

View File

@@ -324,9 +324,6 @@ fn create_module_image(image: &str, image_size: u64) -> Result<()> {
fn _install_module(zip: &str) -> Result<()> {
ensure_boot_completed()?;
// print banner
println!(include_str!("banner"));
assets::ensure_binaries(false).with_context(|| "Failed to extract assets")?;
// first check if workding dir is usable