diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-04 20:30:06 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-04 20:30:06 +0000 |
commit | 905ae21283740073b49d5c8f59532533d1815583 (patch) | |
tree | 6a6809548030e25065fcc96f45624ca0ea5d8cc8 /anaconda-stub | |
parent | 3aa7a23b63d5a7eb19e0964876be0e1bf2c54da0 (diff) | |
download | anaconda-905ae21283740073b49d5c8f59532533d1815583.tar.gz anaconda-905ae21283740073b49d5c8f59532533d1815583.tar.xz anaconda-905ae21283740073b49d5c8f59532533d1815583.zip |
support for ftp/http/hd
Diffstat (limited to 'anaconda-stub')
-rwxr-xr-x | anaconda-stub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/anaconda-stub b/anaconda-stub index eefd9c98c..34cebe187 100755 --- a/anaconda-stub +++ b/anaconda-stub @@ -10,9 +10,12 @@ cd /tmp mkdir lib cd lib uncpio < /usr/lib/python1.5.cgz +uncpio < /usr/lib/anaconda.cgz cd /usr/lib ln -s /tmp/lib/python1.5 python1.5 +ln -s /tmp/lib/anaconda anaconda rm python1.5.cgz +rm anaconda.cgz cd /tmp uncpio < /usr/bin/python1.5.cgz |