Caribou: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
Kategorie:Host | [[Kategorie:Host]] | ||
= Links = | |||
* [[BtrFS]] | |||
= Installationsprotokoll = | = Installationsprotokoll = | ||
Zeile 10: | Zeile 13: | ||
restoretool -v3 init php 7.3 | restoretool -v3 init php 7.3 | ||
restoretool -v3 init mariadb | restoretool -v3 init mariadb | ||
restoretool -v3 btrfs create-subvol system databases /var/lib/mysql --options=nodatacow --move-files | |||
restoretool -v3 init local-bin | restoretool -v3 init local-bin | ||
restoretool -v3 init cms | restoretool -v3 init cms | ||
apt install firmware-atheros firmware-iwlwifi | |||
</pre> | </pre> |
Aktuelle Version vom 8. November 2019, 12:02 Uhr
Links[Bearbeiten]
Installationsprotokoll[Bearbeiten]
visudo apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh bash /tmp/basic_install.sh restoretool -v3 init linuxserver restoretool -v3 init php restoretool -v3 init php 7.3 restoretool -v3 init mariadb restoretool -v3 btrfs create-subvol system databases /var/lib/mysql --options=nodatacow --move-files restoretool -v3 init local-bin restoretool -v3 init cms apt install firmware-atheros firmware-iwlwifi