The officially recommended way of changing the username in a live-build is
via grub entry, which concerns exactly the information that you've already
been provided with.
lb config --bootappend-live "boot=live components username=live-user"
https://live-team.pages.debian.net/live-manual/html/live-
-- Forwarded message -
From: Elias Mobery
Date: Thu, Dec 9, 2021, 4:48 PM
Subject: Re: How to change menu entries in grub
To: Andrea -
The officially recommended way of changing the username in a live-build is
via grub entry, which concerns exactly the information that you've al
If you install the iso created with lb build from the debian installer to a
certain pounto does enter the username and appears by default debian how do
you do so that appears by default another name?
Solved Just edit the file in lsb-release etc or create it and add these
strings:
DISTRIB_ID=Debian
DISTRIB_RELEASE=11
DISTRIB_CODENAME=bullseye
DISTRIB_DESCRIPTION="Debian"
then edit the file: etc/hostname
and put your distro the name you want and finally inside the
folderetc/default c'รจ un f
Also,
https://live-team.pages.debian.net/live-manual/html/live-manual.en.html#608
if you want to change things like menu colors, titles, etc.
The man page for lb_config is an excellent companion read - but yes, in the
long run you are not going to get around reading the full documentation.
--Juer
Hi,
i wrote:
> > The open question is rather how to talk live-build into creating an
> > ISO with "syslinux" and "grub-efi" combined.
Juergen Fiedler wrote:
> The way that worked for me was to run lb config with the '--bootloaders
> "syslinux,grub-efi"' parameter. With a legacy BIOS, it'll use Sy
The way that worked for me was to run lb config with the '--bootloaders
"syslinux,grub-efi"' parameter. With a legacy BIOS, it'll use Syslinux, on
a UEFI machine, it'll use Grub.
--Juergen
On Thu, Dec 9, 2021 at 4:25 AM Thomas Schmitt wrote:
> Hi,
>
> Anindya Chaudhuri wrote:
> > Let me go ove
Hi,
Anindya Chaudhuri wrote:
> Let me go over both
> this information and the xorisso docs and then report back.
Although i appreciate any reader of man xorriso and man xorrisofs,
which have 5400+ and 1900+ lines of text, their study should not be
necessary for operating live-build.
The open que