diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-27 18:00:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-27 18:00:59 +0000 |
commit | 9903524672dc375c5dad43e14f723dc8eb8c1d85 (patch) | |
tree | 0e470dbf060bf86d865a9cd3fa4dd0c8bb65346a /anaconda-stub | |
parent | 07ac270b046ee2918e6f94e7b1c8d99ce8fb287b (diff) | |
download | anaconda-9903524672dc375c5dad43e14f723dc8eb8c1d85.tar.gz anaconda-9903524672dc375c5dad43e14f723dc8eb8c1d85.tar.xz anaconda-9903524672dc375c5dad43e14f723dc8eb8c1d85.zip |
three jj patches
Diffstat (limited to 'anaconda-stub')
-rwxr-xr-x | anaconda-stub | 6 |
1 files changed, 6 insertions, 0 deletions
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 |