On Wed, Aug 3, 2022 at 1:44 AM Chris Hofstaedtler wrote:
> * Holger Wansing [220802 23:37]:
> > I have merged the merge requests filed by Chris (partman-base, partman-auto,
> > hw-detect, grub-installer).
> >
> > The packages build fine with those changings.
> > And a locally built mini.iso with
Hi,
* Holger Wansing [220802 23:37]:
> Cyril Brulebois wrote (Sun, 31 Jul 2022 14:31:20 +0200):
> > > I was digging around in the d-i code, and it appears for dmraid to
> > > be invoked, one has to boot with disk-detect/dmraid/enable.
> > >
> > > I have opened merge requests to remove the dmra
Chris Hofstaedtler (2022-07-30):
> Hi debian-boot,
>
> * László Böszörményi (GCS) [220730 15:34]:
> > On Sat, Jul 30, 2022 at 1:50 PM Chris Hofstaedtler wrote:
> > > whats the status of dmraid? Do you have dmraid hardware or is this
> > > merely on life-support?
> > Please note dmraid upstream
Hi debian-boot,
* László Böszörményi (GCS) [220730 15:34]:
> On Sat, Jul 30, 2022 at 1:50 PM Chris Hofstaedtler wrote:
> > whats the status of dmraid? Do you have dmraid hardware or is this
> > merely on life-support?
> Please note dmraid upstream is dead for more than ten years. I might
> find
Hi all,
On Sat, Jul 30, 2022 at 1:50 PM Chris Hofstaedtler wrote:
> whats the status of dmraid? Do you have dmraid hardware or is this
> merely on life-support?
Please note dmraid upstream is dead for more than ten years. I might
find an old i386 hardware that needs it.
But yes, it's only on lif
Hi Laszlo,
whats the status of dmraid? Do you have dmraid hardware or is this
merely on life-support?
* Paul Gevers :
> What would you say about this? Even if d-i would not need it anymore, we
> would need work to drop the dependency chain via
> libblockdev/udisks2/gnome-control-center.
I'm wond
Hi kibi,
On Thu, 10 Dec 2020 12:28:53 +0100 Paul Gevers wrote:
Hi fellow Release team member, and Cyril specifically,
On Fri, 29 Mar 2019 19:18:43 +0100 Ivo De Decker wrote:
> Removing it for buster is
> not realistic because d-i depends on it.
If we want to remove this from bullseye, now is
Hi fellow Release team member, and Cyril specifically,
On Fri, 29 Mar 2019 19:18:43 +0100 Ivo De Decker wrote:
> On Thu, Jun 08, 2017 at 03:04:16PM +0200, Christoph Pleger wrote:
> > dmraid in jessie currently does not activate my software raid. As the
> > boot/root partition is on the raid, my m
Control: tags -1 buster-ignore
Hi,
On Thu, Jun 08, 2017 at 03:04:16PM +0200, Christoph Pleger wrote:
> dmraid in jessie currently does not activate my software raid. As the
> boot/root partition is on the raid, my machine does not boot.
>
> The reason is that in /usr/share/initramfs-tools/script
So what about adding
case $Node_Name in
/dev/*)
Raid_Name=$(dmraid -i -r -cr $Node_Name | grep -vi "No RAID disks" > |
grep -vi "formats discovered")
break;;
esac
ou similar ?
> > As $Node_Name already contains "/dev", in my case dmraid is called
with > parameters /dev/dev/sdb and /dev/dev/s
So what about adding
case $Node_Name in
/dev/*)
Raid_Name=$(dmraid -i -r -cr $Node_Name | grep -vi "No RAID disks" > | grep -vi "formats discovered")
break;;
esac
ou similar ?
> > As $Node_Name already contains "/dev", in my case dmraid is called with > parameters /dev/dev/sdb and /dev/dev/
So what about adding
case $Node_Name in
/dev/*)
Raid_Name=$(dmraid -i -r -cr $Node_Name | grep -vi "No RAID disks" > | grep -vi "formats discovered")
break;;
esac
ou similar ?
> > As $Node_Name already contains "/dev", in my case dmraid is called with > parameters /dev/dev/sdb and /dev/dev/
Package: dmraid
Version: 1.0.0.rc16-5
Severity: critical
Dear maintainers,
dmraid in jessie currently does not activate my software raid. As the
boot/root partition is on the raid, my machine does not boot.
The reason is that in
/usr/share/initramfs-tools/scripts/local-top/dmraid, the call o
13 matches
Mail list logo