=== prologon is now known as linuxmec [14:37] hi! im trying to make an unattended ubuntu installation [14:37] but i want to install default-jre by default [14:37] how can i add this package to the installer? [14:37] i google a lot this days [14:37] but i cant make a local repo after installing with dpkg-scanpackages [14:39] i try something like this [14:39] https://askubuntu.com/questions/853632/ubuntu-16-04-apt-get-update-fails-with-local-repository [14:39] in the post section [14:39] but no way [15:03] v99: if you need to add a repo: https://github.com/CarlFK/video-stack-deploy/blob/usb_late/scripts/d-i/stretch/preseed.cfg#L293-L294 [15:03] if the package is in the standard repo https://github.com/CarlFK/video-stack-deploy/blob/usb_late/scripts/d-i/stretch/preseed.cfg#L314 [15:19] but i need to add the deb to the usb [15:19] i havent internet access [15:28] oh, no idea [15:28] dont worry i will install with dpkg [15:29] all the dependencies [15:30] look into gdebi [15:30] Usage: gdebi [options] filename [15:31] it will install deps [15:31] i use ubuntu server and i havent gdebi [15:32] install it ;) [15:39] With 16.04 you don't need gdebi - "apt install /path/to/local.deb" [15:39] FWIW [15:40] oh neat [15:41] really? [15:42] v99, also "apt build-dep ./" works from unpacked source package, and one does not need deb-src lines for it to work. [15:43] Don't drown people in detail they don't need :) [15:43] ;-) [15:44] uoooooo cjwatson really works [15:44] thanks everyones [15:44] i will spend one week to do this [15:44] im a newbie [15:58] https://help.ubuntu.com/lts/installation-guide/armhf/apbs02.html#preseed-bootparms [15:58] that doesn't say what happens if you pass a param that is also in the preseed file [15:59] anyone know, and is there somewhere I can log an issue about that? [16:03] it seems the file overrides boot, but I haven't really done a good test [16:04] and really I would love to have boot override file, so if someone can make a syntax like foo/bar?=value "don't ask, use my value!!!" [16:10] Having boot parameters override parameters read from a preseed file isn't possible, because boot parameters have to be read first (they're processed considerably earlier). [16:11] Probably best to use preseed/early_command to do conditional things. [16:11] If you wanted to file a bug about making that more convenient, the correct place would be the "preseed" package in Debian. [16:12] cjwatson: I was first thinking the docs should say "file overrides boot" [16:12] (Though I'm not sure how; it would need to be an extension to the preseed file syntax to not set a value if it's already set.) [16:13] I am using my dhcp server conf files to manage per-host settings, like "this box needs to install to sdb" [16:14] Bugs in the manual would be on the "installation-guide" package in Debian. [16:14] installation-guide - thanks [16:15] Though you should check whether the most recent Debian version of the manual has the same issue, first. [16:15] right now I remove the line from preseed file, make it a default in dhcp conf, and then over ride for the odd box [18:37] cjwatson: is there a web ui for reporting bugs? or how do I use reportbug from my ubuntu box? [18:37] or really, how do I report a bug :p [18:38] I got to here and ... am lost: https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=installation-guide [20:54] CarlFK: https://www.debian.org/Bugs/Reporting [20:55] there is no web UI, use email