=== ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-installer === Topic for #ubuntu-installer: Development of d-i and ubiquity in Ubuntu | http://wiki.ubuntu.com/InstallerDevelopment === Topic (#ubuntu-installer): set by cjwatson at Fri Jan 5 15:12:40 2007 === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-installer === alsaram [n=asanchez@157.Red-80-38-109.staticIP.rima-tde.net] has joined #ubuntu-installer === troughton [n=troughto@host-87-75-150-183.bulldogdsl.com] has joined #ubuntu-installer [12:10] i am wanting to install multipul versions of linux on the same harddrive with a shared home folder i know i am only alowed 4 primary partitions so i would like to konw dose the linux root need to be on a primary and dose the home folder need to be on a primary ? [12:12] troughton: neither [12:12] troughton: at least as far as Linux is concerned [12:12] so they can be on exteded partitions [12:12] troughton: however your BIOS might not want to boot off a logical partition [12:13] so you might well need to have / (or at least /boot) on a primary partition for the sake of the BIOS [12:13] ok thanks [12:13] /home can definitely be wherever you want [12:14] ok cool thanks [12:14] the only way to tell whether / needs to be on a primary partition is to try it, really :-) the Ubuntu installer always tries to put it on a primary partition for the sake of being conserrvative [12:15] yer but i have been asked by one of my group how to multy install and i need to find out the difrences between versons of linux for my group so i need to multi install so i can give correct answers [12:19] sure [12:19] I'm not saying this is specific to Ubuntu, just pointing out that that's what we do by default for the reasons I gave above [12:20] none of this is specific to Linux for that matter, it's just what the BIOS is willing to do [12:20] (note also that certain BIOSes get upset if you have *no* primary partitions ...) [12:20] yer i understand that and still recomend ubuntu and use it but i have more that ubuntu uses at my lug [12:20] aye [12:21] ok thanks thats been a grate help [12:52] woo, I think I've fixed os-prober to safely deal with mounted partitions [03:03] awesome! [03:04] (os-prober 1.20, in gutsy now) === jetsaredim [n=jgreenwa@216.195.210.186] has joined #ubuntu-installer === superm1 [i=malimonc@ubuntu/member/superm1] has joined #ubuntu-installer [05:36] evand, I merged in and tested cjwatson's recommendation this morning [05:37] superm1: thanks! I'll take a look at it after the distro-team meeting. [05:37] k thx [06:10] superm1: I don't believe having escape in the preseed_bool args is necessary as python strings are UTF by default, iirc, so I'm modifying that bit. [06:11] evand, oh didn't realize that strings are UTF by default, ok. [06:15] that's sort of true but it's not relevant, as that's not what escape does [06:15] (at least in the preseed method) [06:15] neither of the strings "true" or "false" can ever need escaping, so ... [06:16] (escape is for backslashes and newlines) [06:16] ah, whoops. I was looking at the wrong indentation level [06:16] the encode stuff is there because strings returned by PyQt (QString wrappers) don't autoconvert to unicode objects [06:17] so pygtk stuff never touches the encoding stuff at all then even [06:19] well, it does touch it, but it's mostly redundant for pygtk [06:19] easier to have the same code path though. [06:20] right. I marked my branch to show up at https://code.launchpad.net/ubiquity now. I'll rename it on the next merge up to something more sensible like ubiquity-mythbuntu as well === alsaram [n=asanchez@157.Red-80-38-109.staticIP.rima-tde.net] has left #ubuntu-installer [] [06:31] superm1: any particular reason why you're not using boolean for the lirc stuff? [06:32] evand, could you point me where your referring to? [06:33] the mythbuntu/lirc_remote, mythbuntu/lirc_driver, and mythbuntu/lirc_rc templates [06:33] those are actual strings [06:33] that are parsed from an external database that is now shipped with lirc [06:34] ah, my mistake [06:36] there are still a few odds and ends to sort out with lirc - but i'm still discussing with others how we will be sorting them [06:36] ok [06:36] ubiquity: evand * r2166 ubiquity/ (9 files in 5 dirs): Merged with ubiquity.mythbuntu === blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-installer === cr3 [n=marc@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-installer === jetsaredim [n=jgreenwa@pool-151-203-229-111.bos.east.verizon.net] has joined #ubuntu-installer