Gentoo Archives: gentoo-installer

From: Benjamin Urban <benurban@×××××××××××××××××.net>
To: gentoo-installer@l.g.o
Subject: Re: [gentoo-installer] partition mounting
Date: Tue, 12 Sep 2006 11:49:34
Message-Id: 4A98402C-CB9E-417F-AEAA-F3693D572BEB@users.sourceforge.net
In Reply to: [gentoo-installer] partition mounting by Devils-Hawk
1 On Sep 11, 2006, at 2:38 PM, Devils-Hawk wrote:
2
3 >
4 > diff -r -puN installer/src/GLIArchitectureTemplate.py
5 > installer_bkup/src/GLIArchitectureTemplate.py
6 > --- installer/src/GLIArchitectureTemplate.py 2006-09-11
7 > 18:57:26.000000000 +0200
8 > +++ installer_bkup/src/GLIArchitectureTemplate.py 2006-09-11
9 > 16:09:11.000000000 +0200
10 > @@ -407,8 +407,6 @@ class ArchitectureTemplate:
11 > if partition_type:
12 > if partition_type == "fat32" or partition_type == "fat16":
13 > partition_type = "vfat"
14 > partition_type = "-t " + partition_type + " "
15 > - if partition_type == "-t unknown ": partition_type = ""
16 > -
17 > parts_to_mount[mountpoint] = (mountopts, partition_type,
18 > tmp_partitions[partition]['devnode'])
19 >
20 > if partition_type == "linux-swap":
21 >
22
23 Not that I'm one to nitpick or anything, but FYI your diff is
24 reversed. (I can never remember the correct order myself, so I
25 probably shouldn't have said anything, but it needed to be said.)
26 --
27 gentoo-installer@g.o mailing list

Replies

Subject Author
Re: [gentoo-installer] partition mounting Devils-Hawk <devilshawk@×××.at>