90919293949596979899
if (options.unpack) { install.unpack(); } if (options.grub) { install.grub(); } } }
9899100101102103104105106107108
if (options.eworld) { installer.eworld(); } if (options.grub) { installer.grub(); } if (options.rio) { installer.rio(); }
101102103104105106107108109110111
if (options.initramfs) { installer.initramfs(); } if (options.grub) { installer.grub(); } if (options.rio) { installer.rio(); }
130131132133134135136137138139140
installer.gccConfig(); installer.revdep(); } if (options.grub) { installer.grub(); } if (options.rio) { installer.rio(); }
148149150151152153154155156157158
124125126127128129130131132133134
76777879808182838485
if (options.unpack) { upgrade.unpack(); } if (options.grub) { upgrade.grub(); } } }