This website requires JavaScript.
Explore
Help
Register
Sign in
kevinheyer
/
bootstrap-vz
Watch
1
Star
0
Fork
You've already forked bootstrap-vz
0
mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced
2025-08-24 15:36:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
328b971289
bootstrap-vz
/
base
/
fs
/
partitions
/
msdos.py
6 lines
76 B
Python
Raw
Normal View
History
Unescape
Escape
Implemented both MBR and GPT partitioning. VirtualBox seems to not like GPT
2013-09-18 00:46:58 +02:00
from
base
import
BasePartition
Rename MBR partition table to MSDOS Calling it MBR is just confusing
2014-01-18 21:23:54 +00:00
class
MSDOSPartition
(
BasePartition
)
:
GPT support for both extlinux and grub
2014-01-19 01:02:29 +01:00
pass
Reference in a new issue
Copy permalink