summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakTermServ2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ
index b28dc80b6..9ca39ef0d 100755
--- a/perl-install/standalone/drakTermServ
+++ b/perl-install/standalone/drakTermServ
@@ -815,7 +815,7 @@ sub clear_nbi {
sub update_list {
my ($list_model) = @_;
$list_model->clear;
- $list_model->append_set(0, $_) foreach grep { /\.nbi/ } all($tftpboot);
+ $list_model->append_set(0, $_) foreach grep { /\.nbi/ } sort(all($tftpboot));
}
sub build_n_update {