linux:dev1_1install
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:dev1_1install [2026/01/09 20:24] – [Minimal Desktop Installation] azman | linux:dev1_1install [2026/01/09 20:31] (current) – [Devuan upgrade (chimaera to daedalus)] azman | ||
|---|---|---|---|
| Line 93: | Line 93: | ||
| $ update-initramfs -u -k all</ | $ update-initramfs -u -k all</ | ||
| * i prefer all-lowercase path names< | * i prefer all-lowercase path names< | ||
| - | $ cd /etc ; vi xdg/ | + | $ cd /etc ; vi xdg/ |
| * setup locale< | * setup locale< | ||
| $ apt install locales | $ apt install locales | ||
| - | $ cd /etc ; echo " | + | $ cd /etc ; echo " |
| $ locale-gen</ | $ locale-gen</ | ||
| + | * setup grub< | ||
| + | $ apt install grub-efi-amd64 | ||
| + | $ grub-install /dev/sda | ||
| + | $ update-grub</ | ||
| + | * run efibootmgr to make sure< | ||
| + | * edit fstab< | ||
| + | * setup root password< | ||
| + | * change hostname< | ||
| + | * reboot | ||
| + | |||
| + | //**Note:** I got to Cinnamon Desktop and everything looks ok - BUT, I simply cannot run gnome-terminal! Well, I can if i run '' | ||
| + | |||
| + | //work in progress...// | ||
| + | |||
| + | ===== Devuan upgrade (chimaera to daedalus) ===== | ||
| + | |||
| + | Personal note - basically from devuan.org. | ||
| + | |||
| + | <file text devuan_upgrade.txt> | ||
| + | upgrade chimaera to daedalus (from devuan.org) | ||
| + | |||
| + | - update/ | ||
| + | $ apt update | ||
| + | $ apt upgrade | ||
| + | |||
| + | - update apt sources.list | ||
| + | $ cd /etc ; sed -i ' | ||
| + | |||
| + | - update pkg list from daedalus | ||
| + | $ apt update | ||
| + | |||
| + | - kill screensaver (if running) | ||
| + | $ killall xscreensaver | ||
| + | |||
| + | - upgrade/ | ||
| + | $ apt upgrade | ||
| + | $ apt dist-upgrade | ||
| + | |||
| + | - in case of failures, fix and rerun | ||
| + | $ apt -f install | ||
| + | $ apt dist-upgrade | ||
| + | |||
| + | - cleanup | ||
| + | $ apt autoremove --purge | ||
| + | $ apt autoclean | ||
| + | |||
| + | deb https:// | ||
| + | deb https:// | ||
| + | deb https:// | ||
| + | |||
| + | #deb-src https:// | ||
| + | #deb-src https:// | ||
| + | #deb-src https:// | ||
| + | </ | ||
linux/dev1_1install.1767961453.txt.gz · Last modified: by azman
