User Tools

Site Tools


linux:dev1_1install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:dev1_1install [2026/01/09 20:23] – [Last XFCE Installation] azmanlinux:dev1_1install [2026/01/09 20:31] (current) – [Devuan upgrade (chimaera to daedalus)] azman
Line 34: Line 34:
   * replace wicd with network-manager   * replace wicd with network-manager
     * ''$ apt install //network-manager network-manager-gnome//''     * ''$ apt install //network-manager network-manager-gnome//''
-    * ''//network-manager-gnome//'' provides ''nm-applet'' (not needed if using ''nmcli'')+      * ''//network-manager-gnome//'' provides ''nm-applet'' (not needed if using ''nmcli'')
     * ''$ apt purge //wicd wicd-gtk//''     * ''$ apt purge //wicd wicd-gtk//''
     * ''$ apt autoremove''     * ''$ apt autoremove''
Line 43: Line 43:
  
   * install base (use netinstall iso... or, maybe use debootstrap?)   * install base (use netinstall iso... or, maybe use debootstrap?)
-  * install my usual stuffs <code>apt install build-essential linux-headers-amd64 vim git curl</code> +  * install my usual stuffs <code>apt install build-essential linux-headers-amd64 vim git curl</code> 
-  * install xorg stuffs <code>apt install xorg libx11-dev libxft-dev libxinerama-dev</code> +  * install xorg stuffs <code>apt install xorg libx11-dev libxft-dev libxinerama-dev</code> 
-  * install suckless stuffs <code>apt install stterm suckless-tools</code>+  * install suckless stuffs <code>apt install stterm suckless-tools</code>
   * install ''dwm'' from source   * install ''dwm'' from source
     * use my1ubuild script     * use my1ubuild script
-  * looks good, but i need acpi stuffs <code>apt install acpid</code>+  * looks good, but i need acpi stuffs <code>apt install acpid</code>
     * for laptop, maybe add ''acpi-support''     * for laptop, maybe add ''acpi-support''
     * if need command-line utility, add ''acpi''     * if need command-line utility, add ''acpi''
Line 93: Line 93:
 $ update-initramfs -u -k all</code> $ update-initramfs -u -k all</code>
   * i prefer all-lowercase path names<code>   * i prefer all-lowercase path names<code>
-$ cd /etc ; vi xdg/user-dirs.defaults ; cd - &2>/dev/null</code>+$ cd /etc ; vi xdg/user-dirs.defaults ; cd - >/dev/null</code>
   * setup locale<code>   * setup locale<code>
 $ apt install locales $ apt install locales
-$ cd /etc ; echo "en_US.UTF-8 UTF-8 >>locale.gen" ; cd - &2>/dev/null+$ cd /etc ; echo "en_US.UTF-8 UTF-8 >>locale.gen" ; cd - >/dev/null
 $ locale-gen</code> $ locale-gen</code>
 +  * setup grub<code>
 +$ apt install grub-efi-amd64
 +$ grub-install /dev/sda
 +$ update-grub</code>
 +  * run efibootmgr to make sure<code>$ efibootmgr</code>
 +  * edit fstab<code>cd /etc ; vi fstab ; cd - >/dev/null</code>
 +  * setup root password<code>$ passwd</code>
 +  * change hostname<code>$ cd /etc ; vi hostname ; cd - >/dev/null</code>
 +  * reboot
 +
 +//**Note:** I got to Cinnamon Desktop and everything looks ok - BUT, I simply cannot run gnome-terminal! Well, I can if i run ''dbus-update-activation-environment'' first. So, I missed something coz when I reinstalled using the full dvd, everything works fine.//
 +
 +//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/upgrade chimaera
 +$ apt update
 +$ apt upgrade
 +
 +- update apt sources.list
 +$ cd /etc ; sed -i 's/chimaera/daedalus/g'  apt/sources.list ; cd - >/dev/null
 +
 +- update pkg list from daedalus
 +$ apt update
 +
 +- kill screensaver (if running)
 +$ killall xscreensaver
 +
 +- upgrade/dist-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.devuan.org/merged daedalus main non-free-firmware non-free contrib
 +deb https://deb.devuan.org/merged daedalus-security main non-free-firmware non-free contrib
 +deb https://deb.devuan.org/merged daedalus-updates main non-free-firmware non-free contrib
 +
 +#deb-src https://deb.devuan.org/merged daedalus main 
 +#deb-src https://deb.devuan.org/merged daedalus-security main
 +#deb-src https://deb.devuan.org/merged daedalus-updates main
 +</file>
  
linux/dev1_1install.1767961404.txt.gz · Last modified: by azman