diff options
author | Olivier Blin <oblin@mandriva.com> | 2010-03-30 12:28:57 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2010-03-30 12:28:57 +0000 |
commit | 12ca786f9fa82e8a516faa265243eb120c7c5e62 (patch) | |
tree | 75995f52fe41a45028c2655c0f21ab5b9805fc59 /draklive | |
parent | 4dbef1e71a4ef77d5dcad0c5f8e67c708a0ab5e5 (diff) | |
download | drakiso-12ca786f9fa82e8a516faa265243eb120c7c5e62.tar drakiso-12ca786f9fa82e8a516faa265243eb120c7c5e62.tar.gz drakiso-12ca786f9fa82e8a516faa265243eb120c7c5e62.tar.bz2 drakiso-12ca786f9fa82e8a516faa265243eb120c7c5e62.tar.xz drakiso-12ca786f9fa82e8a516faa265243eb120c7c5e62.zip |
log writing partition table
Diffstat (limited to 'draklive')
-rwxr-xr-x | draklive | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -810,6 +810,7 @@ sub format_master { partition_table::add($hd, $part, 'Primary'); } + print "writing partition table\n"; partition_table::write($hd); #- FIXME: move out from diskdrake::interactive::write_partitions to partition_table::write ? run_program::run('udevadm', 'settle'); |