Re: [systemd-devel] systemd-repart with multiple block devices

2022-11-16 Thread Greg KH
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

Re: [systemd-devel] systemd-repart with multiple block devices

2022-11-16 Thread Mehmet Akbulut
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

Re: [systemd-devel] Bug or misconfiguration for systemd-networkd and VXLAN?

2022-11-16 Thread Lukas Wolf
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

[systemd-devel] systemd-repart with multiple block devices

2022-11-16 Thread Mehmet Akbulut
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

[systemd-devel] systemd-repart with multiple block devices

2022-11-16 Thread Mehmet Akbulut
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

Re: [systemd-devel] Preventing automatic driver loading on live boot disk

2022-11-16 Thread Andrei Borzenkov
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

[systemd-devel] Preventing automatic driver loading on live boot disk

2022-11-16 Thread Vadim Lebedev
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