From 9903524672dc375c5dad43e14f723dc8eb8c1d85 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 27 Sep 1999 18:00:59 +0000 Subject: three jj patches --- anaconda-stub | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'anaconda-stub') diff --git a/anaconda-stub b/anaconda-stub index 665c485f6..eefd9c98c 100755 --- a/anaconda-stub +++ b/anaconda-stub @@ -2,6 +2,8 @@ cd /mnt/runtime/modules rm * +cd /modules +rm * rm /bin/loader cd /tmp @@ -29,6 +31,10 @@ for n in *.cgz; do rm $n done +cd /usr/sbin +uncpio < sbin.cgz +rm sbin.cgz + cd /lib uncpio < libs.cgz rm libs.cgz -- cgit