From 7a4d75c143b9112b257282690e934d6864ec4beb Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Sun, 8 Mar 2026 19:28:01 +0300 Subject: [PATCH] fix: remove unsupported --hostname/--username from lb config Co-Authored-By: Claude Sonnet 4.6 --- iso/builder/auto/config | 2 -- 1 file changed, 2 deletions(-) diff --git a/iso/builder/auto/config b/iso/builder/auto/config index 1d1a7fc..a7696ff 100755 --- a/iso/builder/auto/config +++ b/iso/builder/auto/config @@ -23,8 +23,6 @@ lb config noauto \ --memtest none \ --iso-volume "BEE-DEBUG" \ --iso-application "Bee Hardware Audit" \ - --hostname "bee-debug" \ - --username "root" \ --bootappend-live "boot=live components quiet splash" \ --apt-recommends false \ "${@}"