ALT Linux Bugzilla
– Attachment 7502 Details for
Bug 34347
Странный временный нуль-маршрут ломает сетевую rootfs
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
later.patch
later.patch (text/plain), 1.85 KB, created by
Leonid Krivoshein
on 2018-04-19 01:45:43 MSK
(
hide
)
Description:
later.patch
Filename:
MIME Type:
Creator:
Leonid Krivoshein
Created:
2018-04-19 01:45:43 MSK
Size:
1.85 KB
patch
obsolete
>commit a93ef33113400ee39437a02f184e6974348f6ca1 >Author: Leonid Krivoshein <klark@altlinux.org> >Date: Thu Apr 19 00:54:07 2018 +0300 > > - Change order to start propagator after udev and before loop. > >diff --git a/make-initrd-propagator.spec b/make-initrd-propagator.spec >index 60e6ee4..c5746e7 100644 >--- a/make-initrd-propagator.spec >+++ b/make-initrd-propagator.spec >@@ -1,6 +1,6 @@ > Name: make-initrd-propagator > Version: 0.32 >-Release: alt1 >+Release: alt2 > > Summary: Put propagator into make-initrd generated image > >@@ -39,6 +39,9 @@ mkdir -p %buildroot%_datadir/make-initrd/features/propagator/data/image > %_datadir/make-initrd/features/propagator > > %changelog >+* Thu Apr 19 2018 Leonid Krivoshein <klark@altlinux.ru> 0.32-alt2 >+- Change order to start propagator after udev and before loop. >+ > * Sun Jan 21 2018 Arseny Maslennikov <arseny@altlinux.org> 0.32-alt1 > - netboot: Allowed use of different overlay storage locations. > - netboot: Forbade mounting overlays with unspecified profile. >diff --git a/propagator/data/scripts/pre/prepare/000-propagator b/propagator/data/scripts/pre/prepare/000-propagator >deleted file mode 100755 >index fabe5b8..0000000 >--- a/propagator/data/scripts/pre/prepare/000-propagator >+++ /dev/null >@@ -1,12 +0,0 @@ >-#!/bin/sh -efu >- >-readonly PROPAGATOR="/usr/sbin/propagator" >-readonly UDEVADM="/sbin/udevadm" >- >-if [ -x "$PROPAGATOR" ]; then >- if [ -x "$UDEVADM" ]; then >- "$UDEVADM" trigger --action=add >- "$UDEVADM" settle >- fi >- exec "$PROPAGATOR" >-fi >diff --git a/propagator/data/scripts/pre/prepare/060-propagator b/propagator/data/scripts/pre/prepare/060-propagator >new file mode 100755 >index 0000000..494c9d0 >--- /dev/null >+++ b/propagator/data/scripts/pre/prepare/060-propagator >@@ -0,0 +1,7 @@ >+#!/bin/sh -efu >+ >+readonly PROPAGATOR="/usr/sbin/propagator" >+ >+if [ -x "$PROPAGATOR" ]; then >+ exec "$PROPAGATOR" >+fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 34347
:
7317
| 7502