diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-22 00:39:09 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-22 00:39:09 +0000 |
commit | 87ed604ccef1cf2cc4f9044b03fa4c72709936f9 (patch) | |
tree | 90b08f1f2b470f7cbd21be5437b18ad3fc445505 /anaconda-stub | |
parent | 1ec94bab5fe0a4ef1de40a2fbc65ae2db35980ed (diff) | |
download | anaconda-87ed604ccef1cf2cc4f9044b03fa4c72709936f9.tar.gz anaconda-87ed604ccef1cf2cc4f9044b03fa4c72709936f9.tar.xz anaconda-87ed604ccef1cf2cc4f9044b03fa4c72709936f9.zip |
undo /lib/libs.cgz
Diffstat (limited to 'anaconda-stub')
-rwxr-xr-x | anaconda-stub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/anaconda-stub b/anaconda-stub index be9836960..08fe5d420 100755 --- a/anaconda-stub +++ b/anaconda-stub @@ -22,6 +22,11 @@ for n in *.cgz; do rm $n done +cd /lib +uncpio < libs.cgz +rm -f libs.cgz +done + cd / exec /usr/bin/anaconda.real -T $* |