diff options
| -rw-r--r-- | doc/todo/Host_could_have_partition_table_in_Info.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/Host_could_have_partition_table_in_Info.mdwn b/doc/todo/Host_could_have_partition_table_in_Info.mdwn new file mode 100644 index 00000000..5ca20cc7 --- /dev/null +++ b/doc/todo/Host_could_have_partition_table_in_Info.mdwn @@ -0,0 +1,5 @@ +Currently, building an Image for a Host requires a partition table to be +specified separately. However, Propellor.Property.Machine often knows +things about the partition table (eg that there needs to be a separate EXT2 +/boot partition). So, why not let properties put something in Info and +let the partition table be derived from that. --[[Joey]] |
