Questions tagged [live-build]
10 questions
4
votes
0 answers
How to create a live-cd that launches debian-installer and works properly?
I'm trying to create a custom Debian live-cd with live-build and debian-installer.
I need a "Desktop" Debian Installer. As described in the manual:
"Desktop" Debian Installer: Regardless of the type of Debian Installer included, d-i can be launched…
wiltonsr
- 91
- 5
3
votes
0 answers
Building Custom Kali Linux ISO Image Failed
I'm using a Kali Linux on virtual box and I'm currently trying to create a custom Kali Linux ISO using the following commands:
apt-get install git live-build cdebootstrap
git clone https://gitlab.com/kalilinux/build-scripts/live-build-config.git
cd…
Karim
- 31
- 1
2
votes
0 answers
Make custom Kali ISO launch into unattended installer immediately
So I built a custom Kali ISO, which is based on Debian 10, with the help of the documentation here: https://www.kali.org/docs/development/dojo-mastering-live-build/. They use the following repo as a base:…
xbufu
- 121
- 2
1
vote
1 answer
Manually install a printer without running any cups command
I need to manually install a printer without running any cups command, by copying files from a Debian system where the printer is already installed.
I have to proceed by this way in order to make a Debian live DVD where the printer will be…
Bertrand125
- 133
- 1
- 7
0
votes
0 answers
Want to customize install option using live build in linux
Using live build tool to create ISO image. Want to customize the install wizard to provide more flexibility for ISO installation. Any idea which files we need to edit for this or how to approach for the customization.
md sajid
- 1
- 1
0
votes
1 answer
Custom Debian Live-Build final IMG folder
The default output img file was at the lb config used
Is there any way to custom output img directory ? like output img to directory IMG_1, IMG_2, etc
# mkdir /customlive
# cd /customlive
# lb config --binary-image hdd --apt-indices false…
TyaCode
- 21
- 4
0
votes
1 answer
GRUB install on Debian 11 live image failed to get canonical path of 'overlay'
We're building a Debian based product. To simplify building these in the factory, I'm trying to build a live disk that will install the main OS. We have an older product that uses this processbut was based on Debian 7. I'm using Debian 11. I've…
jsimon
- 101
- 4
0
votes
0 answers
Unable to auto-mount encrypted filesystem.squashfs of Debian Live CD
Part 1
I've created a live ISO image of my system using 'live build' tool on a Debian system. For automated installation i've used a preseeding file.
To protect my senstive data I'm using LUKS encryption to encrypt the squashfs file of the ISO and…
0
votes
0 answers
how to add multiple packages to build debian-live using live-wrapper
The only manual I could find is readthedocs. So far I have understood the following:
I have to start working in a dedicated directory
It needs the latest debian-archive-keyring not necessarily provided by other debian based OS
-d is distro -m is…
user375870
0
votes
2 answers
Debian LiveBuild: How to make the bootloader to directly boot to live?
I just start learning on using LiveBuild.
I want it to boot directly in 'Live' mode, no other boot choice(s)
Here is my auto/config
#!/bin/sh
set -e
lb config noauto \
--mode debian \
--distribution buster \
--architectures i386 \
…
Bino Oetomo
- 101
- 1