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-25 15:56:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3bc47f69f7
bootstrap-vz
/
base
/
fs
/
partitions
/
single.py
6 lines
90 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
abstract
import
AbstractPartition
Support for partitions MAJOR refactor. The volume is now abstracted into a model along with a partitionmap and partitions. Volumes and partitions are now controlled via an FSM to ensure that commands are called in the proper sequence. GRUB can now be installed properly onto loop devices by using dmsetup to fake a proper harddisk.
2013-09-15 13:19:45 +02:00
class
SinglePartition
(
AbstractPartition
)
:
Remove FSM from NoPartitions p-map Don't set the volume device_path by calling 'create'
2013-10-04 21:12:48 +02:00
pass
Reference in a new issue
Copy permalink