Gentoo Archives: gentoo-installer

From: Devils-Hawk <devilshawk@×××.at>
To: gentoo-installer@l.g.o
Subject: Re: [gentoo-installer] partition mounting
Date: Tue, 12 Sep 2006 12:43:58
Message-Id: 4506ACC9.2000303@aon.at
In Reply to: Re: [gentoo-installer] partition mounting by Benjamin Urban
1 Yep! I am sorry, just didn't pay attention. Correct patch attached.
2
3 Benjamin Urban wrote:
4 >
5 > On Sep 11, 2006, at 2:38 PM, Devils-Hawk wrote:
6 >
7 >>
8 >> diff -r -puN installer/src/GLIArchitectureTemplate.py
9 >> installer_bkup/src/GLIArchitectureTemplate.py
10 >> --- installer/src/GLIArchitectureTemplate.py 2006-09-11
11 >> 18:57:26.000000000 +0200
12 >> +++ installer_bkup/src/GLIArchitectureTemplate.py 2006-09-11
13 >> 16:09:11.000000000 +0200
14 >> @@ -407,8 +407,6 @@ class ArchitectureTemplate:
15 >> if partition_type:
16 >> if partition_type == "fat32" or
17 >> partition_type == "fat16": partition_type = "vfat"
18 >> partition_type = "-t " + partition_type + " "
19 >> - if partition_type == "-t unknown ":
20 >> partition_type = ""
21 >> -
22 >> parts_to_mount[mountpoint] = (mountopts,
23 >> partition_type, tmp_partitions[partition]['devnode'])
24 >>
25 >> if partition_type == "linux-swap":
26 >>
27 >
28 > Not that I'm one to nitpick or anything, but FYI your diff is reversed.
29 > (I can never remember the correct order myself, so I probably shouldn't
30 > have said anything, but it needed to be said.)
31 > --gentoo-installer@g.o mailing list
32 >
33 >
34 >

Attachments

File name MIME type
unknown_partition.patch text/plain

Replies

Subject Author
Re: [gentoo-installer] partition mounting Andrew Gaffney <agaffney@g.o>