return new SaoOsPrepareOptions();
}
@Override
protected void executeCommand(SaoOsPrepareOptions options) {
OsDirs dirs = options.dirs(saoDirs);
GentooPrepare installer = gentoo.prepare(this)
.tempDirAt(dirs.osVar())
.mountDirAt(dirs.mountDir())
.stageServer(options.fileServer())
.distfilesServer(options.distfilesServer())
.resourcesAt(options.resourcesDir())
.resourcesListAt(options.resourcesList())
.resourcesMapAt(options.resourcesMap())