]> Zhao Yanbai Git Server - minix.git/commit
This patch copies the ext2 server onto the initial ramdisk, the final
authorErik van der Kouwe <erik@minix3.org>
Wed, 4 Aug 2010 05:18:03 +0000 (05:18 +0000)
committerErik van der Kouwe <erik@minix3.org>
Wed, 4 Aug 2010 05:18:03 +0000 (05:18 +0000)
commitb43f3b6bfc6b131d33e4ab55ddb583b252da1f6f
tree4328830180f75446565e99d1936f2a3ed301ba01
parent4eb7340395309330782cd28cf65478768daf2168
This patch copies the ext2 server onto the initial ramdisk, the final
patch to allow MINIX to boot from ext2.

To create a setup with MINIX on ext2, follow these steps:

- Assumptions:
  - there exists a primary partition c0dApB with a MINIX installation
    with GRUB support (/boot/image_latest exists on /dev/c0dApB)
  - there exists a free primary partition c0dCpD

- Create an ext2 filesystem on c0dApB (from Linux, until Tthom
  has ported mke2fs)

- Follow these steps (from a MINIX CD with ext2 support, another MINIX
  installation (not c0dApB) or Linux >= 2.6.35):

  mkdir /mnt/mfs /mnt/ext2
  mount /dev/c0dApBs0 /mnt/mfs
  mount /dev/c0dApBs1 /mnt/mfs/home
  mount /dev/c0dApBs2 /mnt/mfs/usr
  mount /dev/c0dCpD /mnt/ext2
  synctree  -f /mnt/mfs /mnt/ext2
  echo root=/dev/c0dCpD > /mnt/ext2/etc/fstab

  (note: no subpartitions used because that would confuse an unmodified
  bootloader)

- Add the new MINIX installation to GRUB according to steps 7&8 in
  http://wiki.minix3.org/en/SummerOfCode2010/MultiBoot/HowTo
drivers/ramdisk/Makefile
drivers/ramdisk/proto