Re: wpa_supplicant in console installation
Hi, Am 1. Mai 2022 00:46:35 MESZ schrieb David Hoff Jr : >I have installed a console only Debian 11 32 bit to an older netbook with the >netinstall iso. wpa_supplicant was not installed on the console only >installation. I am unable to connect to the internet without wpa_supplicant. >How do I obtain the wpa_supplicant package I need so I can install it >manually? With another computer I have spent the last hour looking at >www.packages.debian.org but am quite confused trying to find it. I also spent >a couple of hours on google without finding what I need. Any help would be >appreciated. That would be http://ftp.de.debian.org/debian/pool/main/w/wpa/wpasupplicant_2.9.0-21_i386.deb Holger -- Sent from /e/ OS on Fairphone3
Re: Skipping disk erase on Debian text-based installation (fwd)
Hi, > Am 01.05.2022 um 02:04 schrieb Nick Gawronski : > Hi, I had to reinstall debian and like to encrypt my installations. > Regardless of what installation image I use I find that no choice exists to > not do the complete wiping of the disk before the LVM manager is setup. I > get that it will be possible to press control and c to stop the process but > having an option like a choice in the last step asking if you wish to do this > complete wipe would be better. If the system was already encrypted and all > you were doing was doing a reinstallation then going threw that process again > to me is pointless. Is this something that could possibly be looked at > for a future release? I’ve installed Debian with a crypted LVM a few times during the last two months with braille support and I was able to cancel the wiping process of the harddisk during installation without a problem. Do not know how it is when installation is done with speech support only. Cheers, Schoepp
Re: Skipping disk erase on Debian text-based installation (fwd)
Nick Gawronski writes: > Hi, I had to reinstall debian and like to encrypt my installations. > Regardless of what installation image I use I find that no choice exists > to not do the complete wiping of the disk before the LVM manager is > setup. I get that it will be possible to press control and c to stop > the process but having an option like a choice in the last step asking > if you wish to do this complete wipe would be better. If the system was > already encrypted and all you were doing was doing a reinstallation then > going threw that process again to me is pointless. Is this > something that could possibly be looked at for a future release? Nick > Gawronski If you're doing an interactive install, the expectation is that you cancel it if you don't want to wait for it, since that seems the way to ensure that people that don't know what they're doing still get a safe result. It's been possible to override this via preseeding (since 2017[1]), either in a preseed.cfg, thus: d-i partman-auto-crypto/erase_disks boolean false or on the kernel command line: partman-auto-crypto/erase_disks=false which you could do in an otherwise interactive install, if that's what you wanted. For more such preseeding hints, check out the example preseed.cfg: https://d-i.debian.org/manual/example-preseed.txt which is linked to from here: https://d-i.debian.org/manual/en.amd64/apbs02.html HTH Cheers, Phil. [1] https://bugs.debian.org/476388 -- |)| Philip Hands [+44 (0)20 8530 9560] HANDS.COM Ltd. |-| http://www.hands.com/http://ftp.uk.debian.org/ |(| Hugo-Klemm-Strasse 34, 21075 Hamburg,GERMANY signature.asc Description: PGP signature
Re: Skipping disk erase on Debian text-based installation (fwd)
Hi, I am totally blind and use the s option at boot to start the installer with speech output. If I wish to add this kernel command line option yet still run the installation using software speech output would pressing s then tab and then entering in the command line switches then pressing enter work as control and c does not do the canceling operation like it should and I had to wait until the entire disk was wiped? Nick Gawronski On 5/1/2022 5:54 AM, Philip Hands wrote: Nick Gawronski writes: Hi, I had to reinstall debian and like to encrypt my installations. Regardless of what installation image I use I find that no choice exists to not do the complete wiping of the disk before the LVM manager is setup. I get that it will be possible to press control and c to stop the process but having an option like a choice in the last step asking if you wish to do this complete wipe would be better. If the system was already encrypted and all you were doing was doing a reinstallation then going threw that process again to me is pointless. Is this something that could possibly be looked at for a future release? Nick Gawronski If you're doing an interactive install, the expectation is that you cancel it if you don't want to wait for it, since that seems the way to ensure that people that don't know what they're doing still get a safe result. It's been possible to override this via preseeding (since 2017[1]), either in a preseed.cfg, thus: d-i partman-auto-crypto/erase_disks boolean false or on the kernel command line: partman-auto-crypto/erase_disks=false which you could do in an otherwise interactive install, if that's what you wanted. For more such preseeding hints, check out the example preseed.cfg: https://d-i.debian.org/manual/example-preseed.txt which is linked to from here: https://d-i.debian.org/manual/en.amd64/apbs02.html HTH Cheers, Phil. [1] https://bugs.debian.org/476388