126127128129130131132133134135136
installer.eworld(); } if (options.revdep) { installer.gccConfig(); installer.revdep(); } if (options.grub) { installer.grub(); }
144145146147148149150151152153154
116117118119120121122123124125126
if (options.eworld) { installer.eworld(); } if (options.revdep) { installer.revdep(); } if (options.initramfs) { installer.initramfs(); }