安装的时候自己设定的 是一个参数 --prefix=filepath rpm没用过 可以自己下载源码安装 ./configure --prefix={你要安装到的目录} ... make make install 卸载的时候,直接删除那个目录就是了 换个思维好不好? tar.gz格式的是源码包,直接可以删除 day day up~
我之前制作的linux自动安装iso已经成功了,现在想对其进行一些定制修改,比如,更改grub图片等。 我在ks.cfg的%post段里面是这样写的: %post --nochroot # Move the contents of the tar into their new locati ......
不知道是什么原因,我该如何处理,请大虾们指教了,小弟在此谢过。。。。 错误信息如下: The program being debugged was signaled while in a function called from GDB. GDB has restored the context t ......