ich habe mal eine Frage bzgl. der setup.py für Windows 7.
Warum steht da vista?:
Code: Alles auswählen
disk.writeMasterBootRecord(system='vista')
Code: Alles auswählen
# Create partitions
disk.createPartition(start="0M", end="40500", fs="ntfs")
disk.createPartition(start="40501M", end="100%", fs="fat32", boot=True)
# Create fat32 filesystem on partition
disk.createFilesystem(partition=2, fs="fat32")
# Write Master Boot Record
disk.writeMasterBootRecord(system='vista')
# Write Partition Boot Record
disk.writePartitionBootRecord(partition=2, fsType='fat32nt60')