# install-upgrade-kernel-ext-usb-gtk install-upgrade-kernel-ext-usb-gtk is a gui tool which is written in C using glade and gtk3. It is used for installations of slackel on external SSD disks or USB sticks. install-upgrade-kernel-gtk can be used on any slackware based distributions. To download and create the package type: mkdir build cd build git clone https://github.com/djemos/install-upgrade-kernel-ext-usb-gtk.git mv install-upgrade-kernel-ext-usb-gtk/SLKBUILD ./ tar -cvjSf install-upgrade-kernel-ext-usb-gtk.tar.bz2 install-upgrade-kernel-ext-usb-gtk fakeroot slkbuild -X To install the package type: for 64bit: sudo spkg install-upgrade-kernel-ext-usb-gtk-5.0-x86_64-1dj.txz or for 32bit: sudo spkg install-upgrade-kernel-ext-usb-gtk-5.0-i586-1dj.txz Copyright (C) 2022-2024 Dimitris Tzemos dijemos@gmail.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at http://www.gnu.org/licenses/ for more details.