痛点步骤解决:
1、软碟通【UltralSO】写入方式 用RAW模式。
2、U盘启动后不需要像其它教程修改 install centos。直接选择install centos后,Enter。
3、U盘RAW模式下容量减少。格式化后发现变成M或者K 为单位的小容量。采用windows命令修复,参考步骤4
4、windows+R 输入cmd;然后输入diskpart如下:
5、磁盘管理 ;右键分区
// 加载安装风格 !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } // 风格不存在加载适配端 !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } // 依据模式返回适配文件 function theme_mode_pre($type = 0) { global $config; // 网站模式 $mode = $config['setting']['website_mode']; $pre = ''; // 首页文件前缀 if (1 == $mode) { // 门户模式 $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { // 扁平模式 $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { // 自定义模式 $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>
痛点步骤解决:
1、软碟通【UltralSO】写入方式 用RAW模式。
2、U盘启动后不需要像其它教程修改 install centos。直接选择install centos后,Enter。
3、U盘RAW模式下容量减少。格式化后发现变成M或者K 为单位的小容量。采用windows命令修复,参考步骤4
4、windows+R 输入cmd;然后输入diskpart如下:
5、磁盘管理 ;右键分区
发布评论