mkusb version 12.2.0, 12.2.1
mkusb 12.2.0
- dus is modified for knoppix in function p_list_drives and function p_ldr
mkusb 12.2.1
- dus: p_need_pck_s mkfs.ntfs "package ntfs-3g" (for debian)
- dus-persistent: tweaks to work with "9w-debian-wheezy"
There are several tweaks in dus-persistent:
Code:59,60d58 < # 2017-05-31 sudodus tweaks to work with "9w-debian-wheezy" < # 2017-05-31 sudodus version 12.2.1 62c60 < version="${0##*/} 12.2.1" --- > version="${0##*/} 12.1.9" 1025,1027c1023 < if [ "$disk_name_type" == "debian" ] \ < || [ "$disk_name_type" == "torios-debian" ] \ < || [ "$disk_name_type" == "9w-debian-wheezy" ] --- > if [ "$disk_name_type" == "debian" ] || [ "$disk_name_type" == "torios-debian" ] 1053,1055c1049 < if [ "$disk_name_type" == "debian" ] \ < || [ "$disk_name_type" == "torios-debian" ] \ < || [ "$disk_name_type" == "9w-debian-wheezy" ] --- > if [ "$disk_name_type" == "debian" ] || [ "$disk_name_type" == "torios-debian" ] 1275,1286d1268 < tmpstr=$(grep -i 9w "$looper/isolinux/isolinux.cfg" 2>/dev/null| \ < grep -i Debian|grep -i ' 3.2'|sed 's/^.*9w/9w/') < if [ "$tmpstr" != "" ] < then < disk_name_type="9w-debian-wheezy" < /bin/echo -e "$inversvid $tmpstr $resetvid" < echo "" < fi < fi < < if [ "$disk_name_type" == "" ] < then 1304,1305c1286 < && [ "$disk_name_type" != "debian" ] \ < && [ "$disk_name_type" != "9w-debian-wheezy" ] --- > && [ "$disk_name_type" != "debian" ]
Unstable 1: You get/update this new version of mkusb from the unstable PPA via the following commands
and you get only the version dus (alone or with guidus) via one of the following commands (if you don't care about mkusb-11, mkusb-nox, mkusb-bas)Code:sudo add-apt-repository universe # this line only for standard Ubuntu sudo add-apt-repository ppa:mkusb/unstable sudo apt-get update sudo apt-get install mkusb mkusb-nox # to install # sudo apt-get dist-upgrade # upgrade to current version (with all other upgrades), only for installed systems sudo apt-get install mkusb guidus dus mkusb-common # to upgrade all mkusb basic components including dus sudo apt-get install usb-pack-efi # for persistent live drives that work in UEFI and BIOS mode with 32-bit iso files
Unstable 2: This new version of mkusb is also available via this link: mkusb/gui#from_phillw.net.Code:sudo apt-get install dus sudo apt-get install guidus
Unstable 3: There are tarballs with only dus and guidus (mkusb version 12) as a last alternative.
Stable: mkusb version 12.1.5 is in the stable PPA. The policy is to test mkusb for a long time and in several environments before it is uploaded to the stable PPA.
You get/update this version via the following commands
and you get only the version dus (alone or with guidus) via one of the following commands (if you don't care about mkusb-11, mkusb-nox, mkusb-bas)Code:sudo add-apt-repository universe # this line only for standard Ubuntu sudo add-apt-repository ppa:mkusb/ppa sudo apt-get update sudo apt-get install mkusb mkusb-nox # to install # sudo apt-get dist-upgrade # upgrade to current version (with all other upgrades), only for installed systems sudo apt-get install mkusb guidus dus mkusb-common # to upgrade all mkusb basic components including dus sudo apt-get install usb-pack-efi # for persistent live drives that work in UEFI and BIOS mode with 32-bit iso files
Upgrading mkusb is described in the following links,Code:sudo apt-get install dus sudo apt-get install guidus
help.ubuntu.com/community/mkusb#Upgrade_mkusb
Upgrading from mkusb 11 to 12



Adv Reply


Bookmarks