- Modifié
Curieux, c'est toujours fedora29 en téléchargement sur la page d'accueil? 😐
sudo dnf upgrade --refresh
sudo dnf install dnf-plugin-system-upgrade
sudo dnf upgrade && dnf clean all
sudo dnf system-upgrade download --releasever=30 --allowerasing
sudo dnf system-upgrade reboot
sudo rm -rf /var/cache/PackageKit/29
sudo nano /etc/PackageKit/PackageKit.conf
dé-commenter la ligne KeepCache=false
Problèmes majeurs :dnf system-upgrade download --releasever=30
Problèmes majeurs :dnf list autoremove
me renvoie un paquet de paquets (!), une majorité en .fc30 mais pas que. Il faut en faire quoi ? Les virer tous ? Ou seulement ceux antérieurs à fc30 ou c29 ?dnf system-upgrade download --releasever=30
Machine[~]:$ inxi -b
System: Host: NedProBook Kernel: 5.1.20-300.fc30.x86_64 x86_64 bits: 64 Desktop: MATE 1.22.1
Distro: Fedora release 30 (Thirty)
Machine: Type: Laptop System: Hewlett-Packard product: HP ProBook 650 G1 v: A3009DD10303 serial: <root required>
Mobo: Hewlett-Packard model: 1993 v: KBC Version 16.39 serial: <root required> BIOS: Hewlett-Packard
v: L77 Ver. 01.22 date: 09/26/2014
Battery: ID-1: BAT0 charge: 48.7 Wh condition: 49.6/49.6 Wh (100%)
CPU: Dual Core: Intel Core i5-4210M type: MT MCP speed: 1090 MHz min/max: 800/3200 MHz
Graphics: Device-1: Intel 4th Gen Core Processor Integrated Graphics driver: i915 v: kernel
Display: x11 server: Fedora Project X.org 1.20.5 driver: modesetting unloaded: fbdev,vesa
resolution: 1920x1080~60Hz, 1680x1050~60Hz, 1680x1050~60Hz
OpenGL: renderer: Mesa DRI Intel Haswell Mobile v: 4.5 Mesa 19.1.3
Network: Device-1: Intel Ethernet I217-V driver: e1000e
Device-2: Broadcom and subsidiaries BCM43228 802.11a/b/g/n driver: wl
Device-3: Lenovo Ethernet adapter [U2L 100P-Y1] type: USB driver: asix
ned@PC-maison:~$ inxi -b
System: Host: PC-maison Kernel: 5.1.20-300.fc30.x86_64 x86_64 bits: 64 Desktop: MATE 1.22.1
Distro: Fedora release 30 (Thirty)
Machine: Type: Desktop System: Hewlett-Packard product: HP Compaq 8000 Elite CMT PC v: N/A serial: <root required>
Mobo: Hewlett-Packard model: 3647h serial: <root required> BIOS: Hewlett-Packard v: 786G7 v01.13 date: 07/20/2011
CPU: Quad Core: Intel Core2 Quad Q9650 type: MCP speed: 1995 MHz min/max: 1998/3000 MHz
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] RV730 PRO [Radeon HD 4650] driver: radeon v: kernel
Display: x11 server: Fedora Project X.org 1.20.5 driver: ati,radeon unloaded: fbdev,modesetting,vesa
resolution: 1680x1050~60Hz
OpenGL: renderer: AMD RV730 (DRM 2.50.0 / 5.1.20-300.fc30.x86_64 LLVM 8.0.0) v: 3.3 Mesa 19.1.3
Network: Device-1: Intel 82567LM-3 Gigabit Network driver: e1000e
Drives: Local Storage: total: 6.59 TiB used: 5.00 TiB (76.0%)
Info: Processes: 204 Uptime: 24m Memory: 15.60 GiB used: 1.22 GiB (7.8%) Shell: bash inxi: 3.0.3
Que du bonheur ! 🙂Il suffit de passer par "personnaliser" au moment du choix du disque pour pouvoir faire ce qu'on veut avec les partitions.Yo_man wrote:Absence d'option pour la création de partition /tmp
The tmpfs facility allows the creation of filesystems whose contents reside in virtual memory.
.../...
If a tmpfs filesystem is unmounted, its contents are discarded (lost).