[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debootstrap and GRUB bootloader



I may be wrong but ...

On Fri, Aug 15, 2008 at 04:28:03PM +0200, Urs Thuermann wrote:
> I want to build a Debian system using debootstrap and install that on
> a Compact Flash card for an x86 embedded system.
> 
> I have created and mounted a fresh file system on a logical volume
> which I install the new Debian system into using debootstrap.  That
> works fine and I can chroot into the new system and install some more
> package using aptitude.  This is done by a simple shell script:
> 
>     #!/bin/sh
>     mkfs  /dev/vg0/cu

So it is flat ext3 across flash.  Usualy, you parttion them like
harddisk and make filesystem on the first and only partition /dev/sda1.

Osamu


Reply to: