Blame 0005-90dmsquash-live-optionally-install-eject.patch
|
Harald Hoyer |
f3160a |
From 34b22d6049e416c12f75e53bfc8a142024751d0e Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
f3160a |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
f3160a |
Date: Wed, 20 Jul 2011 17:49:29 +0200
|
|
Harald Hoyer |
f3160a |
Subject: [PATCH] 90dmsquash-live: optionally install eject
|
|
Harald Hoyer |
f3160a |
|
|
Harald Hoyer |
f3160a |
---
|
|
Harald Hoyer |
f3160a |
modules.d/90dmsquash-live/module-setup.sh | 2 +-
|
|
Harald Hoyer |
f3160a |
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
Harald Hoyer |
f3160a |
|
|
Harald Hoyer |
f3160a |
diff --git a/modules.d/90dmsquash-live/module-setup.sh b/modules.d/90dmsquash-live/module-setup.sh
|
|
Harald Hoyer |
f3160a |
index e1a8996..8ed633f 100755
|
|
Harald Hoyer |
f3160a |
--- a/modules.d/90dmsquash-live/module-setup.sh
|
|
Harald Hoyer |
f3160a |
+++ b/modules.d/90dmsquash-live/module-setup.sh
|
|
Harald Hoyer |
f3160a |
@@ -27,7 +27,7 @@ install() {
|
|
Harald Hoyer |
f3160a |
inst losetup
|
|
Harald Hoyer |
f3160a |
inst grep
|
|
Harald Hoyer |
f3160a |
|
|
Harald Hoyer |
f3160a |
- dracut_install eject
|
|
Harald Hoyer |
f3160a |
+ dracut_install -o eject
|
|
Harald Hoyer |
f3160a |
|
|
Harald Hoyer |
f3160a |
inst blockdev
|
|
Harald Hoyer |
f3160a |
type -P checkisomd5 >/dev/null && inst checkisomd5
|