From 3f623c51e69918023c250a648d3b67cc8e1d0283 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 30 May 2008 14:07:44 +0000 Subject: remove hds from harddrake config in live system too so that they get reconfigured at next reboot --- draklive-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'draklive-install') 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); -- cgit v1.2.1