summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-18 14:18:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-18 14:18:46 +0000
commitb67f698d698065a273d3e9a652db554d7fa35ee8 (patch)
tree448975c7696195eee7b25dfe4189b5d8aa37e51a
parent545d9128fd52ac932378d46e485c0349e39f7662 (diff)
downloaddrakx-b67f698d698065a273d3e9a652db554d7fa35ee8.tar
drakx-b67f698d698065a273d3e9a652db554d7fa35ee8.tar.gz
drakx-b67f698d698065a273d3e9a652db554d7fa35ee8.tar.bz2
drakx-b67f698d698065a273d3e9a652db554d7fa35ee8.tar.xz
drakx-b67f698d698065a273d3e9a652db554d7fa35ee8.zip
create after_formatting() out of part_raw()
(for future use)
-rw-r--r--perl-install/fs/format.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm
index 101ea4b80..1c7bb5c26 100644
--- a/perl-install/fs/format.pm
+++ b/perl-install/fs/format.pm
@@ -133,6 +133,12 @@ sub part_raw {
disable_forced_fsck($dev);
}
+ after_formatting($part);
+}
+
+sub after_formatting {
+ my ($part) = @_;
+
my $p = fs::type::type_subpart_from_magic($part);
$part->{device_UUID} = $p && $p->{device_UUID};
ass='logmsg'> * - fixed header so msgfmt wont give any errorsOliver Burger2011-04-161-4/+3 | * - any.pm: make it easier for rebranding by using %s magicAhmad Samir2011-04-0773-783/+1145 | | | | | - update po/pot files * - s/Ldap/LDAP/ in the po/pot files manually so as not to fuzzy the strings ↵Ahmad Samir2011-04-0771-174/+174 | | | | unnecessarily * - keep it "Hard drive detection", since the tree on the left in the installerAhmad Samir2011-04-071-2/+2 | | | | | is of limited width * - s/can not/cannot/ manually in the po/pot files so as not the make the stringsAhmad Samir2011-04-07285-1456/+1456 | | | | | unnecessarily fuzzy (from Thierry Vignaud) * - revert 's,/boot partition,separate /boot partition,', .po/pot files shouldn'tAhmad Samir2011-04-0571-214/+214 | | | | | | be changed this way as this changes the meaning of the string and translators need to adapt the .po files themselves * - 's!Just select your tv card parameters!Just select your TV card parameters!'Ahmad Samir2011-04-0472-73/+73 | * - s/api/API/Ahmad Samir2011-04-0472-173/+173 | * - perl -pi -e 's!trouble shoot!troubleshoot!'Ahmad Samir2011-04-0472-145/+145 | * - perl -pi -e 's!you can pick one in the above list!you can pick one from ↵Ahmad Samir2011-04-0472-72/+72 | | | | the above list!' * - perl -pi -e 's!For this, create a partition!To accomplish this, create a ↵Ahmad Samir2011-04-0472-72/+72 | | | | partition!' * - perl -pi -e 's!"Search new servers"!"Search for new servers"!'Ahmad Samir2011-04-0472-72/+72 | * - perl -pi -e 's!Something bad is happening on your drive!Something bad is ↵Ahmad Samir2011-04-0472-72/+72 | | | | happening on your hard disk drive!' * - perl -pi -e 's!"Activate ethernet cards promiscuity check."!"Activate ↵Ahmad Samir2011-04-04