/boot には、標準ファームの /boot の中身全部と、 linuxrc を入れ替えた initrd.buffalo とを置きます。
# mkdir /mnt/debinst/boot # mount /dev/sdb1 /mnt/debinst/boot # (cd /boot; tar cf - .)|(cd /mnt/debinst/boot; tar xvf -) # (cd /root; tar cf - initrd.buffalo)|(cd /mnt/debinst/boot; tar xvf -) # umount /mnt/debinst/boot
/ | 標準ファームの / |
/root | いろいろなファイルを 準備したディレクトリ |
/mnt/debinst | /dev/sdb2 をマウント ここが debian の / となる。 |
/mnt/debinst/boot | debian の /boot |
← 最小構成 debian の作成 |
LS-GL で debian を動かそう LinkStation LS-GL Tips/解析結果 LinkStation/玄箱 をハックしよう |
→ いろいろな設定 |