[00:20] what does db_get return for a bool? [00:26] * cody-somerville figures it out by experimentation. [00:43] can I modify the file.squashfs location for casper ? === evand1 is now known as evand [07:16] ubiquity: superm1 * r3346 ubiquity/ (debian/changelog scripts/install.py): [07:16] ubiquity: When generating the blacklist, if OEM mode is enabled, explicitly call [07:16] ubiquity: out ubiquity to be on the list of packages to keep files from. Prevents [07:16] ubiquity: issues with oem-config missing files after reboot. (LP: #409648) [07:17] ^not too keen upon the solution, but it's functional. if any of y'all have a better one/better idea, feel free to revert it in exchange [09:28] shtylman: On the keyboard selection page on the new installer it says below is an image of the keyboard it's blank? I'm assuming it's not meant to be [09:30] shtylman: shouldn't the "what is the name of this computer?" be automatically filed? [09:35] cody-somerville: "true" or "false"; anything else is out of spec [09:35] (though that's not to say it's impossible) [09:35] superm1: why isn't ubiquity kept due to dependencies? [12:17] ubiquity: mterry * r3322 translated-timezones/ (163 files in 14 dirs): merge from trunk [12:23] davmor2: yea...I havn't gotten around to the keyboard...so I need to disable that for now.. [12:23] davmor2: I will look into whether the "comp name" should be filled or not [12:37] hi [12:37] is it possible to preseed filesystem options like "nobarrier,noatime" with automatic partitioning? [12:39] shtylman: it is in the ubuntu version but that's not to say that your version needs to copy it :) [12:39] comp name autofill [14:19] mark: you can put options/noatime{ } in a recipe; I think it only handles it only accepts options it explicitly knows about though, sorry [14:20] hmm, will look into that, thanks [14:22] ubiquity: cjwatson * r3347 ubiquity/debian/ (po real-po changelog): [14:22] ubiquity: Rename debian/po to debian/real-po and put a symlink in place, so that [14:22] ubiquity: Launchpad Translations will be able to import our translation files. [14:22] (s/it only handles //, sorry - laggy here) [15:09] cjwatson, from what it looked like, it wasn't crawling that far up the dependency chain, but I was having a difficult time determining for sure. I tried adding it into the Depends for oem-config-gtk in /var/lib/apt/lists during the live session too, but that didn't appear to help either [15:35] does the blacklisting code actually know whether oem-config-blah is meant to be installed? [15:36] hmm, it ought to [15:36] I guess it'll do for now, I would rather open a vein than beat on that code again TBPH [16:01] hw-detect: cjwatson * r116 ubuntu/ (69 files in 3 dirs): [16:01] hw-detect: Default iSCSI configuration to true, and stop installing open-iscsi-udeb [16:01] hw-detect: unconditionally here; partman-iscsi will take care of that. Instead, [16:01] hw-detect: offer iSCSI targets as a choice if partman-iscsi is available and no [16:01] hw-detect: disk devices are found, and implement compatibility with old-style [16:01] hw-detect: open-iscsi/targets preseeding. [16:04] hw-detect: cjwatson * r117 ubuntu/ (debian/changelog hw-detect.sh): [16:04] hw-detect: Stop installing acpi, acpid, and acpi-support-base if acpi is available. [16:04] hw-detect: Most of these are going away and desktop facilities should take care of [16:04] hw-detect: whatever's left. [16:22] shtylman: is the idea that kubuntu netbook will use the same installer? if so it the window for input fixed other wise it would be tiny :) [18:01] hw-detect: cjwatson * r118 ubuntu/disk-detect.sh: open-iscsi/targets might not exist [18:38] hw-detect: cjwatson * r119 ubuntu/disk-detect.sh: move iscsi choice to the top [18:45] hw-detect: cjwatson * r120 ubuntu/disk-detect.sh: more removal of old-style iscsi handling [18:45] anyone know if it's possible to backup my wireless drivers from my broken install and move then to my reinstall? I can access the broken install still. [18:46] hw-detect: cjwatson * r121 ubuntu/disk-detect.sh: don't restart iscsid if it's already running [18:52] SD39: well, you could grab them from /lib/modules/ and maybe /lib/firmware/ too, but the kernel's module interface changes from time to time (actually quite frequently) and this tends to break such things. It might be easier to install the drivers from scratch [18:52] oh, bah