Use losetup from util-linux-ng

losetup-stub was removed from anaconda runtime,
we want to use the one from util-linux-ng
This commit is contained in:
Martin Gracik 2010-12-13 09:03:15 +01:00
parent e63044c562
commit a7bcc9188d
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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: