summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/draklive-install b/draklive-install
index 9bc919e..c796946 100755
--- a/draklive-install
+++ b/draklive-install
@@ -305,10 +305,11 @@ sub setup_bootloader {
}
sub clean_live_system_hds() {
- #- clean fstab in the live system
+ #- clean fstab and harddrake config in the live system
#- since partitions UUIDs of the installed system have been modified
#- (useful for persistent live systems)
local $::prefix = undef;
+ clean_harddrake_hds($::prefix);
my $all_hds = fs::get::empty_all_hds(); #- skip real harddisks
fs::get_raw_hds('', $all_hds);
fs::get_info_from_fstab($all_hds);