Changeset 40636


Ignore:
Timestamp:
07/18/17 20:11:13 (6 years ago)
Author:
gost
Message:

[plugins] arm multiimage add xz images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/multiimage/MultiImage.c

    r39888 r40636  
    607607                {
    608608                        textbox(_("Message"), _("The install process will look in /tmp for an image zip file.\nPlease copy the image to /tmp.\nThe filename must not contain blanks."), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, 0, 0);
    609                         imagefile = screendir("/tmp", "*.zip", NULL, NULL, NULL, NULL, 0, "SELECT", 0, NULL, 0, NULL, 0, 1200, 0, 600, 0, 0);
     609                        imagefile = screendir("/tmp", "*.zip *.xz", NULL, NULL, NULL, NULL, 0, "SELECT", 0, NULL, 0, NULL, 0, 1200, 0, 600, 0, 0);
    610610                        if(imagefile != NULL)
    611611                        {
Note: See TracChangeset for help on using the changeset viewer.