On 03/28/2017 07:16 AM, Thomas Schmitt wrote:
[snip]
To build your own binary, do in the directory where you have the
file make_isombr_part.c :
cc -g -Wall -o make_isombr_part make_isombr_part.c
This command should end quickly without any messages.
If messages appear, then please show them.
If all is well, a new file
make_isombr_part
is supposed to have emerged and to have rx-permissions at least
for its owner. That's your executable binary.
Looks successful. fdisk now reports
Disk /dev/sdb: 7.2 GiB, 7746879488 bytes, 15130624 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0400c414
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 0 1140735 1140736 557M 0 Empty
/dev/sdb2 4156 5531 1376 688K ef EFI (FAT-12/16/32)
/dev/sdb3 1140736 15130623 13989888 6.7G 83 Linux
Now I'm going have to search my links for information about adding
preseed.cfg and other useful files to a flash drive with an ISO image on it.