Custom¶
-
class
linuxiso.custom.core.Custom(conf=None)[source]¶ Bases:
objectCustom iso
-
create(file_iso)[source]¶ Create custom iso/image from a other normal iso params file_iso : Name iso used
-
remove(iso)[source]¶ Delete custom iso/image from a other normal iso params file_iso : Name iso used
>>> custom.remove("Custom-FullAuto-Debian-9-strech-amd64-netinst-server.iso")
-