Remove mksquashfs command

Not used anywhere
This commit is contained in:
Martin Gracik 2010-12-17 15:59:26 +01:00
parent a7bcc9188d
commit 5b3fdf6936
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class LoraxRequiredCommands(dict):
self["LOSETUP"] = "losetup"
self["MKDOSFS"] = "mkdosfs"
self["MKISOFS"] = "mkisofs"
self["MKSQUASHFS"] = "mksquashfs"
self["MODINFO"] = "modinfo"
self["MOUNT"] = "mount"
self["PARTED"] = "parted"