ghost linux系统详细步骤(2)

四、update /etc/lilo.conf and execute lilo –v update the /etc/fstab

修改lilo.conf
#vi /etc/lilo.conf
change “root=/dev/hda1 “ to “ root= /dev/hda3 “
# lilo -v -v

修改 fstab
# vi /etc/fstab
把第一行注释掉,然后加入
“ /dev/hda3 / reiserfs default 1 1 “
保存退出。

五、cp all / files into /reiser ( the mount partition reiserfs partition )

# mkdir /reiser
# mount –t reiserfs /devhda3 /reiser
# cp -a -x / /reiser
这步需要点时间,可以出去抽两根烟在回来。

Cp 完成后
# sync ; sync ; sync ; reboot

这样系统的ghost就算大功告成了。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/223ddaf33809c9caa1c5a1c1c607ea71.html