Gentoo Archives: gentoo-installer

From: Andrew Gaffney <agaffney@g.o>
To: gentoo-installer@l.g.o
Subject: Re: [gentoo-installer] partition mounting
Date: Tue, 12 Sep 2006 13:09:13
Message-Id: 4506B159.4090703@gentoo.org
In Reply to: Re: [gentoo-installer] partition mounting by Devils-Hawk
1 Devils-Hawk wrote:
2 > Yep! I am sorry, just didn't pay attention. Correct patch attached.
3 >
4 > diff -r -puN installer/src/GLIArchitectureTemplate.py installer_mod/src/GLIArchitectureTemplate.py
5 > --- installer/src/GLIArchitectureTemplate.py 2006-09-12 14:44:00.000000000 +0200
6 > +++ installer_mod/src/GLIArchitectureTemplate.py 2006-09-12 14:42:53.000000000 +0200
7 > @@ -407,6 +407,8 @@ class ArchitectureTemplate:
8 > if partition_type:
9 > if partition_type == "fat32" or partition_type == "fat16": partition_type = "vfat"
10 > partition_type = "-t " + partition_type + " "
11 > + if partition_type == "-t unknown ": partition_type = ""
12 > +
13 > parts_to_mount[mountpoint] = (mountopts, partition_type, tmp_partitions[partition]['devnode'])
14 >
15 > if partition_type == "linux-swap":
16
17 While this will "fix" the problem, it doesn't actually *fix* the problem of
18 "unknown" partition types. I hope to have a better solution soon.
19
20 --
21 Andrew Gaffney http://dev.gentoo.org/~agaffney/
22 Gentoo Linux Developer Installer Project
23 --
24 gentoo-installer@g.o mailing list