revfat+4rpi.sh
Script to take an SD card image created by Livemedia-Creator (such as
...https://github.com/kelsieflynn/revfat-4rpi.sh____formerly_raspberrypi-reformat Script to take an SD card image created by Livemedia-Creator (such as for a Raspberry Pi) with an ext4 boot partition, that you need to be vfat! This will reconfigure the boot partition as vfat and it will take a new bootlabel input and apply it to the fstab on the images rootfs. To use this script, provide the image name as the first argument and the new "UPPERCASE 4-8 char alpha-numeric only" bootlabel for second arg, you can safely add a dash too *BOTH args $1 and $2 are mandatory in this configuration to ensure maximum likelihood of successful booting Use Example "./revfat+4rpi.sh [image-name.img] RPI-BOOT" Requirements The actual rpi install image you created with livemedia-creator already! ...