From c7339f9deb02d680172f84c3765cc105d8a4880e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 18 Jan 2001 15:23:46 +0000 Subject: update live install to match /tmp/image instead of /tmp/rhimage. --- perl-install/live_install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/live_install b/perl-install/live_install index a98bc19da..6a68da87e 100755 --- a/perl-install/live_install +++ b/perl-install/live_install @@ -14,14 +14,14 @@ else exit 2 fi -/bin/rm -rf /tmp/rhimage -/bin/mkdir -m 0700 /tmp/rhimage || exit 1 +/bin/rm -rf /tmp/image +/bin/mkdir -m 0700 /tmp/image || exit 1 /bin/rm -rf /tmp/drakx /bin/mkdir -m 0700 /tmp/drakx || exit 2 for i in Mandrake RPMS misc boot images VERSION do - /bin/ln -sf "$dir/../../$i" "/tmp/rhimage/$i" + /bin/ln -sf "$dir/../../$i" "/tmp/image/$i" done /bin/cp -a "$dir/../../Mandrake/mdkinst" "/tmp/drakx" -- cgit v1.2.1