From a7bcc9188d671821743ed5be4055a70e4a64fba8 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Mon, 13 Dec 2010 09:03:15 +0100 Subject: [PATCH] Use losetup from util-linux-ng losetup-stub was removed from anaconda runtime, we want to use the one from util-linux-ng --- share/ramdisk.ltmpl | 1 - src/pylorax/installtree.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/share/ramdisk.ltmpl b/share/ramdisk.ltmpl index e32c9490..8f970279 100644 --- a/share/ramdisk.ltmpl +++ b/share/ramdisk.ltmpl @@ -1129,7 +1129,6 @@ remove "util-linux-ng" "/sbin/delpart" remove "util-linux-ng" "/sbin/findfs" remove "util-linux-ng" "/sbin/fsck.cramfs" remove "util-linux-ng" "/sbin/fsfreeze" -remove "util-linux-ng" "/sbin/losetup" remove "util-linux-ng" "/sbin/mkfs" remove "util-linux-ng" "/sbin/mkfs.cramfs" remove "util-linux-ng" "/sbin/partx" diff --git a/src/pylorax/installtree.py b/src/pylorax/installtree.py index f25ed859..8395571d 100644 --- a/src/pylorax/installtree.py +++ b/src/pylorax/installtree.py @@ -128,7 +128,7 @@ class LoraxInstallTree(BaseLoraxClass): return True def move_stubs(self): - stubs = ("list-harddrives", "loadkeys", "losetup", "mknod", + stubs = ("list-harddrives", "loadkeys", "mknod", "raidstart", "raidstop") for stub in stubs: