Changes between Version 2 and Version 3 of VineBootstrap


Ignore:
Timestamp:
2007/12/31 04:36:01 (16 years ago)
Author:
daisuke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VineBootstrap

    v2 v3  
    2727== とりあえずのchroot環境作成手順 == 
    2828 
    29 とりあえず以下の手順で apt が使えるベースの chroot 環境はできます 
    30 /dev などはほぼ空っぽなのでこのままではブートできるシステムにはなりません 
     29とりあえず、ホストと同じバージョンであれば、以下の手順で apt が使えるベースの chroot 環境はできる 
     30/dev などはほぼ空っぽなのでこのままではブートできるシステムにはならない 
    3131 
    3232{{{ 
     
    3838 
    3939# apt データベースの更新 
    40 apt-get update 
     40apt-get -o RPM::RootDir=$INSTALLDIR update 
    4141 
    4242# 基本のパッケージをインストール 
     
    5353}}} 
    5454 
     55違うバージョンの chroot を作る場合は、apt に別の sources.list を読み込ませる。 
     56 
     57 * /tmp/sources.list.4.2 
     58{{{ 
     59rpm http://updates.vinelinux.org/apt 4.2/i386 main plus updates 
     60}}} 
     61 
     62 * apt-get の追加オプション 
     63{{{ 
     64-o Dir::Etc::sourcelist=/tmp/sources.list.4.2 
     65}}} 
     66 
    5567== 関連 bootstrap 機構 == 
    5668 * Debian: [http://code.erisian.com.au/Wiki/debootstrap debootstrap]