Re: [PATCH v2 1/1] Dockerfile: provide kernel for libguestfs-tools

2020-07-20 Thread Tom Rini
On Mon, Jul 20, 2020 at 08:26:14AM +0200, Heinrich Schuchardt wrote: > On 7/15/20 12:10 AM, Tom Rini wrote: > > On Wed, Jul 15, 2020 at 12:00:25AM +0200, Heinrich Schuchardt wrote: > >> Am 14. Juli 2020 23:28:21 MESZ schrieb Tom Rini : > >>> On Tue, Jul 14, 2020 at 08:18:56AM +0200, Heinrich Schuch

Re: [PATCH v2 1/1] Dockerfile: provide kernel for libguestfs-tools

2020-07-19 Thread Heinrich Schuchardt
On 7/15/20 12:10 AM, Tom Rini wrote: > On Wed, Jul 15, 2020 at 12:00:25AM +0200, Heinrich Schuchardt wrote: >> Am 14. Juli 2020 23:28:21 MESZ schrieb Tom Rini : >>> On Tue, Jul 14, 2020 at 08:18:56AM +0200, Heinrich Schuchardt wrote: >>> The libguestfs-tools use QEMU to mount an image file. Th

Re: [PATCH v2 1/1] Dockerfile: provide kernel for libguestfs-tools

2020-07-14 Thread Tom Rini
On Wed, Jul 15, 2020 at 12:00:25AM +0200, Heinrich Schuchardt wrote: > Am 14. Juli 2020 23:28:21 MESZ schrieb Tom Rini : > >On Tue, Jul 14, 2020 at 08:18:56AM +0200, Heinrich Schuchardt wrote: > > > >> The libguestfs-tools use QEMU to mount an image file. This requires a > >Linux > >> kernel. > >>

Re: [PATCH v2 1/1] Dockerfile: provide kernel for libguestfs-tools

2020-07-14 Thread Heinrich Schuchardt
Am 14. Juli 2020 23:28:21 MESZ schrieb Tom Rini : >On Tue, Jul 14, 2020 at 08:18:56AM +0200, Heinrich Schuchardt wrote: > >> The libguestfs-tools use QEMU to mount an image file. This requires a >Linux >> kernel. >> >> On Ubuntu the kernel (/boot/vmlinuz*) is not readable for normal >users >> (chm

Re: [PATCH v2 1/1] Dockerfile: provide kernel for libguestfs-tools

2020-07-14 Thread Tom Rini
On Tue, Jul 14, 2020 at 08:18:56AM +0200, Heinrich Schuchardt wrote: > The libguestfs-tools use QEMU to mount an image file. This requires a Linux > kernel. > > On Ubuntu the kernel (/boot/vmlinuz*) is not readable for normal users > (chmod 600), cf. > https://bugs.launchpad.net/ubuntu/+source/li

[PATCH v2 1/1] Dockerfile: provide kernel for libguestfs-tools

2020-07-13 Thread Heinrich Schuchardt
The libguestfs-tools use QEMU to mount an image file. This requires a Linux kernel. On Ubuntu the kernel (/boot/vmlinuz*) is not readable for normal users (chmod 600), cf. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/759725 Install a kernel and make it readable for all users (chmod 644).