mseSTA 版 (精华区)

发信人: wizard (Python), 信区: mseSTA       
标  题: 555再一次被打击了
发信站: BBS 听涛站 (Thu Apr  8 07:30:09 2004), 站内

刚刚在sgi的的XFS的FAQ里找到了这么一个东西:

Q: Where can I find Debian boot/install disks? 
Eduard Bloch has an up-to-date set of boot floppies, and a CD image, at 
http://people.debian.org/~blade/XFS-Install/ 

The original debian boot disks by Zoltan Kraus are mirrored at 
http://www.physik.tu-cottbus.de/~george/woody_xfs/ 


然后找到了这么一个东西woody_xfs_netinst.iso
郁闷了,那天为什么不先看看FAQ再去折腾系统呢:(((
这张安装盘就支持XFS引导了:((((
还害得我捣腾了这么半天:(((

PS:本来打算有空写一个详细的说明出来的,算了吧,有这个东西方便多了,
cp -rfdp备份系统,然后引导,然后格式化原来的分区,然后cp -rfdp 回去就行了

555~~~~~~~~~~

--
(defun power-set (set)
  (if (null set) '(())
    (let ((pset-of-rest (power-set (cdr set))))
      (append
      (mapcar #'(lambda (subset) (cons (car set) subset))
              pset-of-rest) pset-of-rest))))


※ 修改:·wizard 于 Apr  8 07:54:28 修改本文·[FROM: 219.224.175.141]
※ 来源:·BBS 听涛站 tingtao.net·[FROM: 219.224.175.141]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:0.803毫秒