Siduction Forum

Siduction Forum => Installation - Support => Thema gestartet von: michaa7 in 2015/01/23, 17:26:01

Titel: [solved] howto install wifi *from second usb stick* during install?
Beitrag von: michaa7 in 2015/01/23, 17:26:01
Hi,

while running the installer (Indian summer / xorg64) I get a notice for my wifi and re intel-micocode. I now have the three respective packages (both aformentioned plus the utility intel-microcode depends on) on a second usb stick (first stick is the booted siduction ISO).

How is the best way to proceed? Install siduction and dpkg -i the three packages afterwards? Any other and better way? (I can't apt-get directly as my router/LAN has dhcp disabled)
Titel: Re: how do I install wifi a.o. *from second usb stick* during install?
Beitrag von: melmarker in 2015/01/23, 17:46:33
one can install these packages in a live system or afterwards - the result should be the same
Titel: Re: how do I install wifi a.o. *from second usb stick* during install?
Beitrag von: michaa7 in 2015/01/23, 18:23:19
ok, I did install those packages to the live system and then started the install. Worked successfully.

For a better understanding: *All* changes one makes to the live system affect the install? It does not get installed what's in the ISO, but what is in RAM?

Thanks.
Titel: Re: how do I install wifi a.o. *from second usb stick* during install?
Beitrag von: melmarker in 2015/01/23, 22:03:38
it will be copied what is on whatever live filesystem - and afterwards some packages will be purged, some settings will be changed and/or deleted - thats all.
Titel: Re: how do I install wifi a.o. *from second usb stick* during install?
Beitrag von: musca in 2015/02/05, 10:54:16
Hello michaa7,

yes, your new, free life with siduction starts straight from booting the live system.

Not only new packages become part of your install, also system settings from /etc or user settings from /home/* do survive the install. This is a great opportunity to check if your preferred application works. And if the test succeeds, then your effort is saved and it is part of the install. On the other hand, if you fail and break the settings, then you better void that try and reboot a clean live system before you proceed with the install.

Another option is updating the installer before installing (when updates are available). This allows for bugfixes without a fresh release. You can use the "update"-Button in the installer or do:
apt-get update && apt-get install sidu-installer sidu-base pywwetha
If you like you even can play a little more and boot to the multi-user.target (by adding a "3" at the boot prompt) and modify settings or install additional drivers before continuing to the graphical.target "systemctl isolate graphical.target". You can change the KDE cursor theme from sharpdot to Adwaita with "update-alternatives --set x-cursor-theme /usr/share/icons/Adwaita/cursor.theme". You can add contrib and non-free sources and install the virtualbox-guest-dkms + virtualbox-guest-x11 (or qemu-guest-agent). In the past i have successfully installed the nvidia-driver after blacklisting the nouveau module (beware, AMD Radeon is special). Anything goes that doesn't require reboot, and lucky linux users don't need reboots (mostly).

greetings
musca

[Edit. and marked solved]