- 04 Aug, 2022 1 commit
-
-
Holger Wansing authored
-
- 02 Aug, 2022 1 commit
-
-
Holger Wansing authored
Remove experimental dmraid support See merge request !6
-
- 30 Jul, 2022 1 commit
-
-
Chris Hofstaedtler authored
Was behind a boot flag anyway.
-
- 17 Jul, 2022 2 commits
-
-
Holger Wansing authored
-
Holger Wansing authored
-
- 16 Jul, 2022 1 commit
-
-
D-I role authored
-
- 06 May, 2022 1 commit
-
-
Samuel Thibault authored
Remove unnecessary constraints See merge request !5
-
- 18 Apr, 2022 2 commits
-
-
Janitor authored
* Build-Depends: Drop versioned constraint on dpkg-dev, libdebian-installer4-dev and po-debconf. * hw-detect: Drop versioned constraint on cdebconf-udeb, di-utils, rootskel and udpkg in Depends. * ethdetect: Drop versioned constraint on cdebconf-udeb, di-utils and rootskel in Depends. * disk-detect: Drop versioned constraint on cdebconf-udeb and di-utils in Depends. * driver-injection-disk-detect: Drop versioned constraint on cdebconf-udeb in Depends. Changes-By: deb-scrub-obsolete
-
D-I role authored
-
- 15 Apr, 2022 1 commit
-
-
D-I role authored
-
- 03 Feb, 2022 4 commits
-
-
Samuel Thibault authored
Fix some issues reported by lintian See merge request !4
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: package-uses-deprecated-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
-
Janitor authored
Add missing ${misc:Depends} to Depends for hw-detect, ethdetect, disk-detect, driver-injection-disk-detect, archdetect. Changes-By: lintian-brush Fixes: lintian: debhelper-but-no-misc-depends See-also: https://lintian.debian.org/tags/debhelper-but-no-misc-depends.html
-
- 09 Jan, 2022 1 commit
-
-
D-I role authored
-
- 02 Jan, 2022 2 commits
-
-
Holger Wansing authored
-
Holger Wansing authored
-
- 04 Dec, 2021 1 commit
-
-
D-I role authored
-
- 20 Nov, 2021 1 commit
-
-
D-I role authored
-
- 19 Nov, 2021 2 commits
- 18 Nov, 2021 1 commit
-
-
Holger Wansing authored
-
- 31 Oct, 2021 1 commit
-
-
Samuel Thibault authored
-
- 05 Sep, 2021 2 commits
-
-
-
Samuel Thibault authored
Install opal-prd package on OpenPOWER machines. See merge request !1
-
- 02 Aug, 2021 1 commit
-
-
Cyril Brulebois authored
-
- 28 Jul, 2021 2 commits
-
-
Cyril Brulebois authored
-
Cyril Brulebois authored
This makes it possible for some callers (e.g. cdrom-detect, maybe iso-scan too) to avoid triggering firmware-related prompts when it's too early in the installation process to do anything about it (See: #991587, #991590).
-
- 27 Jul, 2021 3 commits
-
-
Cyril Brulebois authored
-
Cyril Brulebois authored
See check-missing-firmware: - /firmware is used when booting from PXE; - /cdrom/firmware is used when booting from an ISO.
-
Cyril Brulebois authored
-
- 26 Jul, 2021 8 commits
-
-
Cyril Brulebois authored
It seems to be about debugging, it doesn't seem actually required, and it's not packaged anyway (see: #969264, 966218).
-
Cyril Brulebois authored
Appease lintian (udev-rule-in-etc).
-
Cyril Brulebois authored
-
Cyril Brulebois authored
-
Cyril Brulebois authored
They were obsoleted upstream (udev) in 2013. This only generates noise in the installer's syslog.
-
Cyril Brulebois authored
Avoid repeating n times the same module if it requests n firmware files (e.g. iwlwifi).
-
Cyril Brulebois authored
-
Cyril Brulebois authored
Check the actual module behind a given driver, since there might be a slight mismatch between the name coming up in dmesg (e.g. rtw_8821ce) and the actual module name (e.g. rtw88_8821ce). With many thanks to Daniel Lewart for the original patch. Note: We could move the initial code block below the loop and check whether $actual_module was ever set, but it seems safer to keep reloading $module in any cases. The only downside is two log lines (modprobe errors) when there's no actual module by that name.
-
- 25 Jul, 2021 1 commit
-
-
Cyril Brulebois authored
We would alternate between base-installer lines (grep hits) and install-firmware (log messages). Opt for install-firmware all the way.
-