New kernel

2025-01-29 Thread Andrea -
I have inserted the deb files of the new 6.13 kernel that I compiled from source. I put it in the config/packages.chroot folder but the problem is that when I run sudo lb build it downloads the kernel from the debian repositories. How do I make sure that it uses the kernel that I put inside the fol

Boot custom kernel

2024-10-04 Thread Andrea -
I compiled the kernel from www.kernel.org and put the deb files on packages.chroot How do I prevent lb build from downloading the kernel from the debian repositories and using the custom kernel?

Putting custom kernel on LB build

2024-09-06 Thread Andrea -
When I create an ISO with LB build it downloads the kernel of the Debian repository. How do I integrate my custom kernel into the iso ?, I put the kernel deb files on package.chroot, so that the live created starts with my kernel and not with the kernel of the repositories ?

kernel integration error

2024-08-26 Thread Andrea -
I downloaded from: https://packages.debian.org/sid/linux-source-6.10 the kernel source and compiled it creating the deb files at the end: linux-headers-6.10.6_6.10.6-2_amd64.deb linux-image-6.10.6_6.10.6-2_amd64.deb linux-libc-dev_6.10.6-2_amd64.deb I inserted them inside the packages.chroot folde

Re: Problem Trinity desktop

2024-01-13 Thread Andrea -
I have the trinity-archive-keyring.gpg file that I placed inside the config/archivers. folder the trinity-archive-keyring.gpg file is located inside the trinity-keyring.deb deb which I inserted inside the config/packages.chroot folder. But the problem remains

Re: Problem Trinity desktop

2024-01-12 Thread Andrea -
I went here: https://wiki.trinitydesktop.org/Debian_Trinity_Repository_Installation_Instructions#TDE_R14.x.y_series I installed the file: trinity-keyring.deb But the problem remains --- I used to build TDE in Live Build but haven't done so for a couple of years. Anyway you need to

Problem Trinity desktop

2024-01-12 Thread Andrea -
I put the trinity dekstop repositories inside condif/archives but the problem is when I do lb build it tells me Reading package lists... Done W: GPG error: http://ftp.fau.de/trinity/deb/trinity-r14.1.x bookworm InRelease: The following signatures couldn't be verified because the public key is not

Integrate trinity desktop

2023-06-19 Thread Andrea -
I can't integrate trinity desktop because it always looks for the public key: "Err:4 http://ftp.fau.de/trinity/deb/trinity-r14.1.x bookworm InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C93AF1698685AD8B" I inserted the trinity-archiv

Autologin calamares

2023-03-30 Thread Andrea -
I created a live debian via lb build, with calamares to install it on pc, the problem is that if I install XFCE with desktop the autologin doesn't do it if I select it from calamares while with mate it does.

driver tplink dkms

2022-12-20 Thread Andrea -
How do I integrate into the iso via lb build these commands that are used to add the drivers for the tplink wifi stick? git clone https://github.com/Mange/rtl8192eu-linux-driver cd rtl8192eu-linux-driver sudo dkms add . udo dkms install rtl8192eu/1.0

errore debian installer

2022-12-14 Thread Andrea -
when I create the 32 bit distro via lb build and start it, the menu is install denbian but as soon as I launch it it doesn't work, while the 64 bit one works for me in a nutshell he tells me .linux /live/vmlinuz initrd=/live/initrd.gz not found

Remove libreoffice

2022-09-22 Thread Andrea -
When I create an iso with live build it eventually puts me inside the created live, libreoffice. How do I make sure that libreoffice doesn't insert it?

Re: Flatpak integrator

2022-09-19 Thread Andrea -
Inside the config / hooks folder there are 2 live and normal folders inside are files that all end in.-chroot Where should I put: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak installs flathub org.libreoffice.LibreOffice

Re: Flatpak integrator

2022-09-18 Thread Andrea -
https://flathub.org/home Make sure that once you have created the live with live build your favorite software is installed, such as if I want it to be inside the live libreoffice I have to use the following command: flatpak install flathub org.libreoffice.LibreOffice where to insert it?

Re: Flatpak integrator

2022-09-18 Thread Andrea -
and to install a flatpak software?

Flatpak integrator

2022-09-16 Thread Andrea -
Has anyone managed to integrate flatpak into a live build?

Re: Add new repository

2022-02-22 Thread Andrea -
To add a new repository I have to put inside the config / archive folder but if I have to add the key? For example let's take the teamviewver repository deb http://linux.teamviewer.com/deb stable main Where do I put the key? wget -O - https://download.teamviewer.com/download/linux/signature/TeamVi

Add new repository

2022-02-21 Thread Andrea -
Where do you add new repositories? That is, in what subfolder inside config?

Re: Add installation user to sudoers.

2022-01-03 Thread Andrea -
I think you have to put some files in some folder of lb config to make sure that at the end of the installation the user is associated with sudo

Re: Add installation user to sudoers.

2022-01-03 Thread Andrea -
Not working

Add installation user to sudoers.

2022-01-03 Thread Andrea -
How to add user to sudo? At the end of the installation it is not added. How do I get from lb config?

Flatpka installed ?

2021-12-24 Thread Andrea -
How are flatpak software installed?

Live boot problem

2021-12-23 Thread Andrea -
I created an iso, strangely if I try to start the live it doesn't start and says below loading live / vmlinuz-5.10.0.9-amd64 failed: No such file or directory while if i launch from debian installer i can do installation

Edit debian-installer

2021-12-09 Thread Andrea -
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?

Re: How to change menu entries in grub

2021-12-09 Thread Andrea -
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

Re: How to change menu entries in grub

2021-12-08 Thread Andrea -
Reading here: https://lists.debian.org/debian-live/2020/05/msg6.html says that You create a small "hook" script in your config directory which does text replacement on the binary/boot/grub/menu.list file. 2. You execute the build. I don't know how to create it

Re: How to change menu entries in grub

2021-12-08 Thread Andrea -
Someone kindly help me?, I think you have to put some hook script, but how?

How to change menu entries in grub?

2021-12-07 Thread Andrea -
How to edit the grub entries i.e. replace the Debian entry with another?

Add installation user to sudoers

2021-12-06 Thread Andrea -
How do I add the sudoers user during installation?

Integrate tplink wifi driver

2021-12-03 Thread Andrea -
How to integrate tplink wifi drivers into the live? https://vitux.com/install-tp-link-usb-wifi-adapter-to-debian-10/

Change backgrounds

2021-11-10 Thread Andrea -
In live how do you change the background that is in usr/share/images/desktop-base? I created a folder in includes.chroot but in the end I find the backgrounds of debian the desktop I use to create is Mate. And how do you change the background of the grub, the login?

link desktop calamares

2021-09-30 Thread Andrea -
Posted in includes.chroot run/live/rootfs/filesystem.squashfs/usr/share/applicateos the file install-debian.desktop that I modified but on the desktop the shortcut Install debian remains and instead of debian must appear another word

Edit Grub entries lb config

2021-09-22 Thread Andrea -
How to modify the entries of the grub that starts at boot once the iso created with lb build is installed? In other words, at the end the entries must be changed once the iso is installed

Re: Bug#965953: live-build: [PATCH] container hooks

2021-09-19 Thread Andrea -
Where exactly should the path be inserted, ie in which lb config folder? And after the command to get some flatpak program where do you put it?

Localisation support live

2021-09-18 Thread Andrea -
I repeat the question, I tried everything to add an item in the live menu that allows you to start the live in a certain language but to no avail. Does anyone know how to do it?

Info Debian live with Localization support

2021-09-16 Thread Andrea -
Let me explain better, if you download an iso: https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.0.0-live+nonfree/amd64/iso-hybrid/ Starting a menu will appear: Main menu you will notice that there is an entry: Debian live with Localization support if I press enter, a

Re: Help: cd multi-language boot

2021-09-15 Thread Andrea -
when starting the live created with live build when I start it from the dvd, a menu appears where I can start the live, how can I bring up another menu where I can choose which language to start the live with?

Help: cd multi-language boot

2021-09-15 Thread Andrea -
In live build how do you add a menu from cd that one can start live in the desired language?

Help

2021-09-14 Thread Andrea -
186 / 5000 Risultati della traduzione How do you change the debian boot with lb config since you normally use plymount? And how do you do when creating the iso using lb build which inserts the flatpak programs?