User Tools

Site Tools


Sidebar

Public
Internal
public:it:ubuntu

This is an old revision of the document!


22.04

    1. snap remove firefox
    2. add-apt-repository ppa:mozillateam/ppa
    3. Override the transitional deb package that installs the snap. /etc/apt/preferences.d/mozilla-firefox
      Package: *
      Pin: release o=LP-PPA-mozillateam
      Pin-Priority: 1001
    4. apt install firefox

misc

root@autoinstall-00:~# #lvextend -l +100%FREE   /dev/ubuntu-vg/ubuntu-lv
root@autoinstall-00:~# #resize2fs /dev/ubuntu-vg/ubuntu-lv 

autoinstall.yml

Discrete from cloud-init but looks the same. You name the autoinstall.yml file 'user-data' when using ds=nocloud.

NetworkManager

Had an issue where I switched from netplan back to networkmanager and the ethernet port wasn't recognized.

I added the below lines with the plus sign to /etc/NetworkManager/NetworkManager.conf.

[main]
plugins=ifupdown,keyfile

+[keyfile]
+unmanaged-devices=*,except:type:wifi,except:type:wwan,except:type:ethernet

[ifupdown]
managed=false

[device]
wifi.scan-rand-mac-address=no
public/it/ubuntu.1668451492.txt.gz ยท Last modified: 2022/11/14 12:44 by phil