diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-23 23:47:10 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-23 23:47:10 +0000 |
commit | 87674021eca1d43805ff3c6c3f2b785bf18e39cd (patch) | |
tree | 64a7077991c87616b6720490d6950f727169c67a /conf/machine | |
parent | 0b8ed30883293d029c94a84dbad17553a6a23886 (diff) |
set default fstype to ext2.gz
BKrev: 417aed7eKD8sVTJ6ptVonUsTPWQ5Tw
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/epia.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index e6e4670b60..ed74c94c6b 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -1,7 +1,7 @@ TARGET_ARCH = "i686" TARGET_VENDOR = "-oe" PREFERRED_PROVIDER_virtual/kernel = "linux-epia" -IMAGE_FSTYPE = "ext2" +IMAGE_FSTYPE = "ext2.gz" BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev module-init-tools strace" BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools kernel-modules strace" udevdir = "/dev" |