From f846e49abc7cd9d54fc3d4ce43bd9f4e97edecd1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 27 Dec 2005 19:31:52 +0000 Subject: remove urpmi media added by drakx-in-chroot, they're unusable --- tools/draklive | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/draklive b/tools/draklive index 1cb19d968..60ec6dc4c 100755 --- a/tools/draklive +++ b/tools/draklive @@ -423,6 +423,8 @@ sub install_system { if_($live->{system}{auto_install}, '--auto_install', abs_path($live->{system}{auto_install})), if_($live->{system}{patch_install}, '--defcfg', abs_path($live->{system}{patch_install}))) or die "unable to install system chroot"; + #- remove urpmi media added by drakx-in-chroot, they're unusable + run_('chroot', $live->{system}{root}, 'urpmi.removemedia', '-a'); post_install_system($live); } -- cgit v1.2.1