summaryrefslogtreecommitdiffstats
path: root/anaconda-stub
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda-stub')
-rwxr-xr-xanaconda-stub5
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 $*