cp -a spec/addfiles/* /work/MI-2.5-rc2/tmp/bootcd
cp: cannot stat `spec/addfiles/*': No such file or directory
scons: *** [result/MagicLinux-2.5-1.iso] Error 1
这是因为 spec/addfiles/中需要有文件(里面放着magicwin),如果不需要添加这些文件,请把addfiles删除
scons: building terminated because of errors.
[root@haulmtf MI-2.5-rc2]# ^C
[root@haulmtf MI-2.5-rc2]# cd /work/MI-2.5-rc2/spec
[root@haulmtf spec]# ^C
[root@haulmtf spec]# cd /work/MI-2.5-rc2/spec/addfiles
[root@haulmtf addfiles]# cd ..
[root@haulmtf spec]# scons
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 829, in _main
这是因为不是在MI的根目录中执行的scons
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 829, in _main
这是因为不是在MI的根目录中执行的scons
不是这样的,这是因为我忘了把python24 链给 python2.6,去年6月版本会提醒pytho24不存在,而现在的版本只会提醒File "/usr/lib/scons/SCons/Script/Main.py", line 829, in _main
我说了,可以工作,但是生成的ISO有问题,是否查找一下MI的新内核是不是有问题。