Hi,
Mario Marietto wrote:
> In the end I found the solution.
Congrats.
-
Some remarks on the way to success:
> isolinux/menu.cfg
> LABEL English (en)
> SAY "Booting English (en)..."
> linux /live/vmlinuz boot=casper APP
On Wed, Oct 12, 2022 at 04:09:41PM +1300, Richard Hector wrote:
> On 12/10/22 00:26, Dan Ritter wrote:
[...]
> > The better solution is to use a versioning system -- git is the
> > default these days [...]
> I agree that a git-based deployment scheme would be good. However, I
> understand that i
On Wed, Oct 12, 2022 at 03:55:03PM +1300, Richard Hector wrote:
> On 11/10/22 22:40, hede wrote:
> > On 11.10.2022 10:03 Richard Hector wrote:
> > > [...]
> > > Then for site developers (who might be contractors to my client) to be
> > > able to update teh site, they need read/write access to the d
On Tue, Oct 11, 2022 at 10:35:46PM -0400, Stefan Seefeld wrote:
> I'm trying to build a docker image containing a debian package I just
> created locally.
>
> I'm thus running the command `apt-get update && apt-get install -y ./X.deb`
> from my dockerfile. This command fails with the message
>
>
On 12/10/22 00:26, Dan Ritter wrote:
Richard Hector wrote:
Hi all,
I host a few websites, mostly Wordpress.
I prefer to have the site files (mostly) owned by an owner user, and php-fpm
runs as a different user, so that it can't write its own code. For uploads,
those directories are group-write
On 11/10/22 22:40, hede wrote:
On 11.10.2022 10:03 Richard Hector wrote:
[...]
Then for site developers (who might be contractors to my client) to be
able to update teh site, they need read/write access to the docroot,
but I don't want them all logging in using the same
account/credentials.
[...
I'm trying to build a docker image containing a debian package I just
created locally.
I'm thus running the command `apt-get update && apt-get install -y
./X.deb` from my dockerfile. This command fails with the message
...
The following packages have unmet dependencies:
X : Depends: Y (= 1.
On 10/10/22 22:16, latin...@vcn.bc.ca wrote:
Hello
Does somebody know how to get a simple list of PDFs in my Buleyes web
site, please?
The point is that i do hoticulture guides, and i would like that users get
them directly from my site.
On 10/11/22 01:59, latin...@vcn.bc.ca wrote:
> https:
On Tue, 11 Oct 2022 23:35:48 +0200
Mario Marietto wrote:
> > isolinux/menu.cfg
> >
> > LABEL English (en)
> > SAY "Booting English (en)..."
> > linux /live/vmlinuz boot=casper APPEND
> > file=/cdrom/preseed/preseed.cfg auto=true initrd=/live/initrd.gz
> > boot=live components locales=en_US.UT
In the end I found the solution. I've added these lines on top of the file
:
/home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-disk/boot/grub/grub.cfg,with
this content :
menuentry "Debian GNU/Linux Custom (kernel 5.10.0-18-amd64)" {
linux /d-i/gtk/vmlinuz APPEND file=/cdrom/preseed/preseed
It is on the file
/home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-disk/boot/grub/grub.cfg,with
this content :
https://pastebin.ubuntu.com/p/gHwWXPvXB2/
The preseed file is still ignored.
Il giorno mer 12 ott 2022 alle ore 00:06 Greg Wooledge
ha scritto:
> On Tue, Oct 11, 2022 at 11:55:5
On Tue, Oct 11, 2022 at 11:55:56PM +0200, Mario Marietto wrote:
> What is "${loopback}" in the context below ?
[...]
> insmod play
> play 960 440 1 0 4 440 1
> if [ ${iso_path} ] ; then
> set loopback="findiso=${iso_path}"
> export loopback
> fi
If this is supposed to be a shell script, that "se
What is "${loopback}" in the context below ?
if loadfont $prefix/font.pf2 ; then
set gfxmode=800x600
set gfxpayload=keep
insmod efi_gop
insmod efi_uga
insmod video_bochs
insmod video_cirrus
insmod gfxterm
insmod png
terminal_output gfxterm
fi
if background_image /isolinux/splash
I've added the string in both config files (menu.cfg and grub.cfg) and then
I have rebuilt the ISO with cubic but the preseed file has been ignored by
the graphical debian installer.
Il giorno mar 11 ott 2022 alle ore 23:17 Mario Marietto <
marietto2...@gmail.com> ha scritto:
> I'm trying to modi
I'm trying to modify them as follows :
isolinux/menu.cfg
LABEL English (en)
SAY "Booting English (en)..."
linux /live/vmlinuz boot=casper APPEND file=/cdrom/preseed/preseed.cfg
auto=true initrd=/live/initrd.gz boot=live components locales=en_US.UTF-8
quiet splash intel_iommu=on
boot/grub/gru
Hi,
Mario Marietto wrote:
> Finally I found something that's very close to the solution :
> https://askubuntu.com/questions/1228909/preseed-config-using-cubic-is-ignored-during-installation
If this shall be the solution then the files to change would probably be
isolinux/menu.cfg
boot/grub/gr
Finally I found something that's very close to the solution :
https://askubuntu.com/questions/1228909/preseed-config-using-cubic-is-ignored-during-installation
Il giorno mar 11 ott 2022 alle ore 21:43 Mario Marietto <
marietto2...@gmail.com> ha scritto:
> Maybe we reach the goal faster if we und
Maybe we reach the goal faster if we understand what the "cubic" developer
wants us to do by reading the message that appears on top of the preseed
tab ? Some step is missed and I'm not able to understand which one : give a
look here : https://ibb.co/9N0zL2P
Il giorno mar 11 ott 2022 alle ore 21
I always choose "Graphical Debian Installer" ,but I have to curb your
enthusiasm. Yesterday I added the preseed.cfg file inside the
/d-i/gtk/initrd.gz file and it has been ignored as well.
Il giorno mar 11 ott 2022 alle ore 21:16 Thomas Schmitt
ha scritto:
> Hi,
>
> i should have looked into the
Hi,
i should have looked into the boot/grub/grub.cfg file for initrd usage:
...
menuentry "Debian GNU/Linux Live (kernel 5.10.0-18-amd64)" {
linux /live/vmlinuz-5.10.0-18-amd64 boot=live components splash quiet
"${loopback}"
initrd /live/initrd.img-5.10.0-18-amd64
}
... many la
Hi,
Mario Marietto wrote:
> Does it make sense to insert the preseed file inside this file ? >
> /home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-root/boot/initrd.img-5.10.0-18-amd64
?
> What's the difference between initrd and initrd.img-5.10.0-18-amd64 ?
Interesting question. (You see
On Tue, Oct 11, 2022 at 06:36:26PM +0200, Mario Marietto wrote:
> You entered in a kind of analysis that I'm not able to do without the help
> of someone else more skilled than me. I've tried to add the preseed file
> even on the initrd file located on the live folder,but it didn't work. I
> don't
Does it make sense to insert the preseed file inside this file ? >
/home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-root/boot/initrd.img-5.10.0-18-amd64
?
What's the difference between initrd and initrd.img-5.10.0-18-amd64 ?
Instructions says :
Regenerating md5sum.txt
cd isofileschmod +
On Tue, 11 Oct 2022, Erwan David wrote:
Hi,
I use a vpn with network manager which routes everything through it.
I'd like to add some exceptions for local or not so local ressources that
cannot be reached through the VPN.
The ideal situation would be to be able to give as gateway for those rou
Hi,
I use a vpn with network manager which routes everything through it.
I'd like to add some exceptions for local or not so local ressources
that cannot be reached through the VPN.
The ideal situation would be to be able to give as gateway for those
routes "the default gateway before the VPN w
You entered in a kind of analysis that I'm not able to do without the help
of someone else more skilled than me. I've tried to add the preseed file
even on the initrd file located on the live folder,but it didn't work. I
don't know what to do further,but you gave me more material to post another
qu
Hi,
Mario Marietto wrote:
> Can you suggest some other nice places where I can post the
> question again ?
No. This list here and debian-live are the best places to ask.
At least i know of no better ones.
If i were in your situation i would try to find out how the software
in the initrd is supp
Sometimes it happens that no one replied to a specific ML. Anyway I have
some experience in linux and freebsd management. I have used Linux,as a
hobbyist ,since the 1990's. But it happens rarely. More often happens that
inside the IRC channels no one will help. I've always found a lot of bots
and n
Richard Hector wrote:
> Hi all,
>
> I host a few websites, mostly Wordpress.
>
> I prefer to have the site files (mostly) owned by an owner user, and php-fpm
> runs as a different user, so that it can't write its own code. For uploads,
> those directories are group-writeable.
>
> Then for site
Am 11.10.2022 11:38, schrieb Alain D D Williams:
How do I integrate the HP diagnostics into the current EFI ?
It should be fine to copy the files to the EFI partition (if not already
there) and add some boot entry via efibootmgr (if not already present).
Running efibootmgr (as root) without
On Tue, Oct 11, 2022 at 01:59:55AM -0700, latin...@vcn.bc.ca wrote:
> It is exactly what i would like to do thanks; i could not explain it
> correctly:
>
> https://www.vcn.bc.ca/latincom
That's an Index generated by Apache. Based on your email address,
this appears to be your own site, so it loo
Hi,
Mario Marietto wrote:
> I suppose that the ML debian-live is not
> active or it is a very very low level of activity.
It's what exists in respect to Debian Live ISOs.
https://www.debian.org/devel/debian-live/
mentions the bug tracking system, the debian-live mailing list, and an
IRC channel
I just got myself a new laptop - the old one broke.
It is an HP stream, I wiped MS Windows and installed Linux Mint 21.
The machine came with some nice hardware diagnostics, written by/for HP. These
could be run without booting MS Windows. I would like to have the ability to
run these as they know
Nope. My project is not compatible with that. I want to re-distribute the
ISO,so if I do that I should keep online a server only for the distribution
of the preseed file. This costs money. And furthermore there is something
that is not working. Your job should be to understand the reasons and
help,
On 11.10.2022 10:03 Richard Hector wrote:
[...]
Then for site developers (who might be contractors to my client) to be
able to update teh site, they need read/write access to the docroot,
but I don't want them all logging in using the same
account/credentials.
[...]
Does that sound like a sane pl
> Hello
>
> Does somebody know how to get a simple list of PDFs in my Buleyes web
> site, please?
>
> The point is that i do hoticulture guides, and i would like that users get
> them directly from my site.
>
> thanks.
> Latincom
>
It is exactly what i would like to do thanks; i could not explain
Hi all,
I host a few websites, mostly Wordpress.
I prefer to have the site files (mostly) owned by an owner user, and
php-fpm runs as a different user, so that it can't write its own code.
For uploads, those directories are group-writeable.
Then for site developers (who might be contractors
Am 11.10.2022 um 07:16 schrieb latin...@vcn.bc.ca:
> Does somebody know how to get a simple list of PDFs in my Buleyes web
> site, please?
>
> The point is that i do hoticulture guides, and i would like that users get
> them directly from my site.
unclear to me: do you want to generate a website c
38 matches
Mail list logo