On Wed, Nov 16, 2022 at 05:00:04PM -0500, Mehmet Akbulut wrote:
> This email contains information belonging to Motional AD LLC or its
> affiliates and may contain confidential, proprietary, copyrighted and/or
> privileged information. Any unauthorized review, use, reliance, disclosure,
> distrib
Please disregard this thread. I realized --definition alone does exactly
address this need.
Thank you.
Sincerely,
Mehmet
On Wed, Nov 16, 2022 at 5:19 PM Mehmet Akbulut
wrote:
> Hello,
>
> I have a use case where a complete OS installation spans multiple block
> devices. (e.g. /dev/sda, /dev/sd
It's working now, I had my understanding messed up a little. Thanks for the
clarification!
Kind regards,
Lukas Wolf
On Mon, 14 Nov 2022 at 20:05, Andrei Borzenkov wrote:
> On 14.11.2022 15:49, Lukas Wolf wrote:
> > Hi all and thanks a lot for all your work on systemd!
> >
> > I'm trying to setu
Hello,
I have a use case where a complete OS installation spans multiple block
devices. (e.g. /dev/sda, /dev/sdb, etc..) As such, I'm looking to create
partitions across multiple devices rather than just a single block device
that we booted from.
Right now it looks like I need to spawn multiple i
Hello,
I have a use case where a complete OS installation spans multiple block
devices. (e.g. /dev/sda, /dev/sdb, etc..) As such, I'm looking to create
partitions across multiple devices rather than just a single block device
that we booted from.
It appears one could use --image /dev/sdX and spaw
On Wed, Nov 16, 2022 at 12:25 PM Vadim Lebedev wrote:
>
> I'm preparing ubuntu-based live boot disk. It works fine mostly, but on some
> machines equipped with Nvidia Quadro cards the default nouveau driver causes
> problems (temporary freezes). I've determined that buy blacklisting nouveau
> d
I'm preparing ubuntu-based live boot disk. It works fine mostly, but on
some machines equipped with Nvidia Quadro cards the default nouveau driver
causes problems (temporary freezes). I've determined that buy blacklisting
nouveau driver (in /etc/modprobe.d/blacklist.conf) I can fix the problem.
How