protected void executeCommand(EtoOsInstallOptions options) {
OsDirs dirs = options.dirs(xtoDirs);
GentooInstall install = gentoo.install(this)
.tempDirAt(dirs.osVar())
.mountDirAt(dirs.installMountDir())
.resourcesAt(options.resourcesDir())
.serverAt(options.fileServer())
.stage3(options.getStage3Name())