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:51] – [Dracut] 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 47: | Line 45: | ||
| yast2 ' | yast2 ' | ||
| - | ====== Software ====== | + | ===== Disable Root SSH ===== |
| - | ===== Disable Repos ===== | + | echo ' |
| - | ==== USB Source ==== | + | systemctl ' |
| - | sudo zypper modifyrepo | + | sudo sshd -T | grep 'permitrootlogin' |
| - | ==== Open H.264 ==== | + | ====== Software ====== |
| + | |||
| + | ===== Disable | ||
| sudo zypper modifyrepo --disable ' | sudo zypper modifyrepo --disable ' | ||
| Line 64: | 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 91: | Line 95: | ||
| ====== Settings ====== | ====== Settings ====== | ||
| - | ===== Time ===== | + | ===== Hostname |
| - | **** | + | sudo hostnamectl set-hostname ' |
| + | |||
| + | echo ' | ||
| + | |||
| + | ===== Time ===== | ||
| - | timedatectl set-timezone ' | + | |
| ===== Network ===== | ===== Network ===== | ||
| Line 128: | Line 136: | ||
| ====== Boot Loader ====== | ====== Boot Loader ====== | ||
| + | |||
| + | ===== YaST ===== | ||
| sudo yast2 ' | sudo yast2 ' | ||
| - | ===== Boot Code Options | + | ==== Boot Code Options ==== |
| * Boot Loader: '' | * Boot Loader: '' | ||
| Line 140: | 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 160: | 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 216: | Line 250: | ||
| ===== journald ===== | ===== journald ===== | ||
| - | sudo mkdir -p '/ | + | sudo mkdir -p '/ |
| < | < | ||
| Line 249: | 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 270: | Line 313: | ||
| ===== Timer ===== | ===== Timer ===== | ||
| - | * '' | + | * '' |
| sudo -e '/ | sudo -e '/ | ||
/usr/local/www/wiki/data/attic/linux/distros/server/arm/opensuse_tumbleweed_server.1783727499.txt.gz · Last modified: by Sean Rhone
