Re: Release vmlinuz and initrd alongside iso

2021-11-09 Thread Michael Hudson-Doyle
Hi,

On Tue, 9 Nov 2021 at 02:19, MonkZ  wrote:

> Hi,
>
> currently enabling booting via ipxe (https://ipxe.org/) over http needs
> a dedicated mirror that has vmlinuz and initrd extracted from the iso.
>
> Would it be possible to release those files - already extracted from the
> iso - alongside those very isos?
>

This is something we should do, yes. I've created an internal ticket to
look into it (after failing to find the one I was *sure* already existed)
-- I personally am not very familiar with the relevant bits and pieces.

Cheers,
mwh


> This would enable ubuntu to create one iso, that can boot every version
> available directly from one usb stick or pxe server.
>
> #!ipxe
> dhcp
> set http-server https://releases.ubuntu.com
> kernel
> http://${http-server}/ubuntu/21.10/ubuntu-21.10-desktop-amd64.iso.vmlinuz
> initrd
> http://${http-server}/ubuntu/21.10/ubuntu-21.10-desktop-amd64.iso.initrd
> imgargs ubuntu-21.10-desktop-amd64.iso.vmlinuz root=/dev/ram0
> ramdisk_size=300 boot=casper ip=dhcp netboot=url
> url=http://${http-server}/os/ubuntu/21.10/ubuntu-21.10.x-desktop-amd64.iso
> boot || shell
>
> Something similar is done by Arch Linux. But they included the Let's
> Encrypt Root Certificate too, to enable boot via https, and they
> chainloaded a menu from their mirror to just have one iso or usbstick
> image to work indefinitely, as the critical information, what to boot
> would be loaded after the boot of ipxe.
>
>
> Regards
>
> MonkZ
>
>
> --
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
>
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Jammy missing CNF data

2021-11-09 Thread Brian Murray
I was looking at some Foundations bug reports[1] today and discovered that
there is no command-not-found information for Jammy as of yet. Looking
at the archive there is no cnf folder for any jammy components. Adding
the new release to the list of releases for the cnf-extractor was
done[2] (by me) so I'm at a loss for what is missing. Does anybody else
have an idea?

[1] http://launchpad.net/bugs/1950052
[2] (mojo-prod-cnf-extractor)prod-cnf-extractor@wendigo:~$ juju config 
cnf-extractor releases
focal hirsute impish jammy

Thanks!
--
Brian Murray

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Re: git-ubuntu rich history beta

2021-11-09 Thread Andreas Hasenack
Hi Dan,

On Mon, Nov 8, 2021 at 7:42 PM Dan Streetman  wrote:
>
> On Wed, Oct 13, 2021 at 12:52 PM Robie Basak  wrote:
> >
> > git-ubuntu is now able to accept rich history directly from any uploader.
> >
> > The CLI is in beta and subject to change. Feedback appreciated!
> >
> > # Summary
> >
> > sudo snap refresh --beta git-ubuntu  # beta channel snap required
>
> sorry to bring this up.
>
> I recently reinstalled my system (hardware upgrades) and I have
> completely removed snap, and I don't plan to reinstall it or use any
> snaps in the future. Is there any place I can get 'git-ubuntu' without
> using snaps?

I don't think there are debs available, but the code is here:

https://code.launchpad.net/usd-importer

This should work, for example:

python3 ./setup.py install --install-layout=deb --root=/tmp/git-ubuntu

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel