linux:distros:server:arm:opensuse_tumbleweed_server
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:distros:server:arm:opensuse_tumbleweed_server [2026/07/10 19:58] – Sean Rhone | linux:distros:server:arm:opensuse_tumbleweed_server [2026/07/11 09:15] (current) – [Time Sync] Sean Rhone | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * Kraityn = Raspberry Pi 4 Model B Rev 1.5 ([[linux: | * Kraityn = Raspberry Pi 4 Model B Rev 1.5 ([[linux: | ||
| - | |||
| - | * :!: WIP | ||
| ====== Download ====== | ====== Download ====== | ||
| Line 46: | Line 44: | ||
| yast2 ' | yast2 ' | ||
| + | |||
| + | ===== Disable Root SSH ===== | ||
| + | |||
| + | echo ' | ||
| + | |||
| + | systemctl ' | ||
| + | |||
| + | sudo sshd -T | grep ' | ||
| ====== Software ====== | ====== Software ====== | ||
| Line 58: | Line 64: | ||
| sudo zypper clean --all && sudo zypper refresh --force --services && sudo zypper dist-upgrade --details --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change && sync | sudo zypper clean --all && sudo zypper refresh --force --services && sudo zypper dist-upgrade --details --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change && sync | ||
| + | |||
| + | ==== EEPROM ==== | ||
| + | |||
| + | * TODO ([[linux: | ||
| ===== GNU nano ===== | ===== GNU nano ===== | ||
| Line 84: | Line 94: | ||
| ====== Settings ====== | ====== Settings ====== | ||
| + | |||
| + | ===== Hostname ===== | ||
| + | |||
| + | sudo hostnamectl set-hostname ' | ||
| + | |||
| + | echo ' | ||
| ===== Time ===== | ===== Time ===== | ||
| sudo timedatectl set-timezone ' | sudo timedatectl set-timezone ' | ||
| - | |||
| - | sudo hwclock --systohc | ||
| ===== Network ===== | ===== Network ===== | ||
| Line 122: | Line 136: | ||
| ====== Boot Loader ====== | ====== Boot Loader ====== | ||
| + | |||
| + | ===== YaST ===== | ||
| sudo yast2 ' | sudo yast2 ' | ||
| - | ===== Boot Code Options | + | ==== Boot Code Options ==== |
| * Boot Loader: '' | * Boot Loader: '' | ||
| Line 134: | Line 150: | ||
| * Protective MBR flag: '' | * Protective MBR flag: '' | ||
| - | ===== Kernel Parameters | + | ==== Kernel Parameters ==== |
| - | * CPU Mitigations: | + | * CPU Mitigations: |
| * '' | * '' | ||
| * '' | * '' | ||
| - | ==== Kraityn | + | === Kraityn === |
| * [[linux: | * [[linux: | ||
| * Last updated: 2026/07/10 | * Last updated: 2026/07/10 | ||
| - | quiet bgrt_disable security='' | + | quiet bgrt_disable security='' |
| - | ===== Bootloader Options | + | === Default === |
| + | |||
| + | security=selinux selinux=1 loglevel=3 splash=silent systemd.show_status=1 | ||
| + | |||
| + | ==== Bootloader Options ==== | ||
| * Timeout in Seconds: '' | * Timeout in Seconds: '' | ||
| Line 154: | Line 174: | ||
| * Default Boot Section: '' | * Default Boot Section: '' | ||
| * '' | * '' | ||
| + | |||
| + | ===== config.txt ===== | ||
| + | |||
| + | sudo -e '/ | ||
| + | |||
| + | < | ||
| + | # Disable | ||
| + | dtoverlay=disable-bt | ||
| + | dtoverlay=disable-wifi | ||
| + | disable_splash=1 | ||
| + | disable_fw_kms_setup=1 | ||
| + | |||
| + | # Tweaks | ||
| + | arm_boost=1 | ||
| + | force_turbo=1 | ||
| + | over_voltage=15 | ||
| + | arm_freq=2100 | ||
| + | max_usb_current=1 | ||
| + | |||
| + | # End</ | ||
| ====== Drive Maintenance ====== | ====== Drive Maintenance ====== | ||
| Line 243: | Line 283: | ||
| ====== Automatic Updates ====== | ====== Automatic Updates ====== | ||
| + | |||
| + | ===== Time Sync ===== | ||
| + | |||
| + | * Fixes timers firing at boot without early accurate time (no RTC) | ||
| + | * :!: WIP | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | sudo systemctl enable --now ' | ||
| ===== Service ===== | ===== Service ===== | ||
| Line 264: | Line 313: | ||
| ===== Timer ===== | ===== Timer ===== | ||
| - | * '' | + | * '' |
| sudo -e '/ | sudo -e '/ | ||
/usr/local/www/wiki/data/attic/linux/distros/server/arm/opensuse_tumbleweed_server.1783727928.txt.gz · Last modified: by Sean Rhone
