extract_file_to
extract_file_to(dist, false, "/", "./netbsd", false);
extract_file_to(dist, false, "/boot", "./netbsd.ub", false);
extract_file_to(dist, false, "/boot", "./netbsd.img", false);
int extract_file_to(distinfo *dist, int update, const char *dest_dir,
return extract_file_to(dist, update, dest_dir, NULL, true);