|
LFS-Bootscripts-6.3
代码:
tar xvf $LFS/lfs-bootscripts-6.3.tar.bz2
cd lfs-bootscripts-6.3
make install
cd ..
rm -rf lfs-bootscripts-6.3
执行这一句tar xvf $LFS/lfs-bootscripts-6.3.tar.bz2时,提示信息:
tar: bzip2:Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Errorexit delayed from previous errors |
|