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:
parent
e63044c562
commit
a7bcc9188d
@ -1129,7 +1129,6 @@ remove "util-linux-ng" "/sbin/delpart"
|
|||||||
remove "util-linux-ng" "/sbin/findfs"
|
remove "util-linux-ng" "/sbin/findfs"
|
||||||
remove "util-linux-ng" "/sbin/fsck.cramfs"
|
remove "util-linux-ng" "/sbin/fsck.cramfs"
|
||||||
remove "util-linux-ng" "/sbin/fsfreeze"
|
remove "util-linux-ng" "/sbin/fsfreeze"
|
||||||
remove "util-linux-ng" "/sbin/losetup"
|
|
||||||
remove "util-linux-ng" "/sbin/mkfs"
|
remove "util-linux-ng" "/sbin/mkfs"
|
||||||
remove "util-linux-ng" "/sbin/mkfs.cramfs"
|
remove "util-linux-ng" "/sbin/mkfs.cramfs"
|
||||||
remove "util-linux-ng" "/sbin/partx"
|
remove "util-linux-ng" "/sbin/partx"
|
||||||
|
@ -128,7 +128,7 @@ class LoraxInstallTree(BaseLoraxClass):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def move_stubs(self):
|
def move_stubs(self):
|
||||||
stubs = ("list-harddrives", "loadkeys", "losetup", "mknod",
|
stubs = ("list-harddrives", "loadkeys", "mknod",
|
||||||
"raidstart", "raidstop")
|
"raidstart", "raidstop")
|
||||||
|
|
||||||
for stub in stubs:
|
for stub in stubs:
|
||||||
|
Loading…
Reference in New Issue
Block a user