949596979899100101102103104
if (options.ekernel) { installer.ekernel(); } if (options.eworld) { installer.eworld(); } if (options.grub) { installer.grub(); }
93949596979899100101102103
if (options.ekernel) { installer.ekernel(); } if (options.eworld) { installer.eworld(); } if (options.initramfs) { installer.initramfs(); }
121122123124125126127128129130131
if (options.realtek) { installer.realtek(); } if (options.eworld) { installer.eworld(); } if (options.revdep) { installer.gccConfig(); installer.revdep();
139140141142143144145146147148149
112113114115116117118119120121122
if (options.realtek) { installer.realtek(); } if (options.eworld) { installer.eworld(); } if (options.revdep) { installer.revdep(); }