From 53861eb27f61c5c247ad4e4f3bc27c32290dfbb9 Mon Sep 17 00:00:00 2001 From: galder Date: Mon, 19 Jun 2023 21:42:35 +0100 Subject: [PATCH] Update chroot_build.sh kubuntu --- files/chroot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index c965e73..7d26d53 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -11,7 +11,7 @@ mount none -t devpts /dev/pts export HOME=/root export LC_ALL=C -echo "Kubuntu-jammy-live" >/etc/hostname +echo "kubuntu-jammy-live" >/etc/hostname echo >&2 "===]> Info: Configure and update apt... "