You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is some other kind of error at the very end of the script. I didnt found exactly what it is, but I already know that is something related to a variable called $(LOOPNAME)
Its passing to mkfs.vfat something like "map 3072s" instead the actual name of the device to be created (should be "boot" im guessing).
I saw some options of parted with space just after "--" (maybe this could be the problem)
The text was updated successfully, but these errors were encountered:
found it.
Inside kali_create_image() there is a variable that parses something like "loopXp1"
If X is greater than 9 (two numbers), the "sed" command cuts the text wrong, and put in the nexte variable a bunch of thinks instead of "loop14p2" (in /dev/mapper/DEVICE)
The package builder points to something like "http://ftp.kali.org/kalil/dists/kali-current Releases" but acctualy is "http://ftp.kali.org/kalil/dists/kali-rolling Releases"
there is some other kind of error at the very end of the script. I didnt found exactly what it is, but I already know that is something related to a variable called $(LOOPNAME)
Its passing to mkfs.vfat something like "map 3072s" instead the actual name of the device to be created (should be "boot" im guessing).
I saw some options of parted with space just after "--" (maybe this could be the problem)
The text was updated successfully, but these errors were encountered: