Questions sur l'installation et la configuration de Manjaro Linux.
Répondre

pacnews

#1Messageil y a 6 ans

:bjr:

En parcourant le forum je suis tombé sur le post d'imarco traitant des pacnews, j'ai lu, et je me suis dit qu'il
serait bien que je m'intéresse à ce sujet, plein de confiance j'ai lance les deux premières commandes et le
résuktat obtenu :

[andson@andre-pc ~]$  yaourt -C
[sudo] Mot de passe de andson : 
0 .pacorig trouvés
8 .pacnew trouvés
0 .pacsave trouvés
0 fichiers sont orphelins
1 06/10/2017 21:27:55  /etc/mkinitcpio.conf.pacnew
2 08/10/2017 22:55:20  /etc/sddm.conf.pacnew
3 30/10/2017 00:19:07  /etc/skel/.bashrc.pacnew
4 08/12/2017 12:30:02  /etc/pacman-mirrors.conf.pacnew
5 07/01/2018 09:48:28  /etc/ImageMagick-6/delegates.xml.pacnew
6 07/01/2018 09:48:28  /etc/ImageMagick-6/type-dejavu.xml.pacnew
7 07/01/2018 09:48:28  /etc/ImageMagick-6/type-ghostscript.xml.pacnew
8 07/01/2018 09:48:28  /etc/ImageMagick-6/type.xml.pacnew
==> Entrer un n° :  
[andson@andre-pc ~]$ diff -y /etc/mkinitcpio.conf.pacnew /etc/mkinitcpio.conf
# vim:set ft=sh                                                 # vim:set ft=sh
# MODULES                                                       # MODULES
# The following modules are loaded before any boot hooks are    # The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules   # run.  Advanced users may wish to specify all system modules
# in this array.  For instance:                                 # in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)                        | #     MODULES="piix ide_disk reiserfs"
MODULES=()                                                    | MODULES=""

# BINARIES                                                      # BINARIES
# This setting includes any additional binaries a given user    # This setting includes any additional binaries a given user 
# wish into the CPIO image.  This is run last, so it may be u   # wish into the CPIO image.  This is run last, so it may be u
# override the actual binaries included by a given hook         # override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore li   # BINARIES are dependency parsed, so you may safely ignore li
BINARIES=()                                                   | BINARIES=""

# FILES                                                         # FILES
# This setting is similar to BINARIES above, however, files a   # This setting is similar to BINARIES above, however, files a
# as-is and are not parsed in any way.  This is useful for co   # as-is and are not parsed in any way.  This is useful for co
FILES=()                                                      | FILES=""

# HOOKS                                                         # HOOKS
# This is the most important setting in this file.  The HOOKS   # This is the most important setting in this file.  The HOOKS
# modules and scripts added to the image, and what happens at   # modules and scripts added to the image, and what happens at
# Order is important, and it is recommended that you do not c   # Order is important, and it is recommended that you do not c
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook n   # order in which HOOKS are added.  Run 'mkinitcpio -H <hook n
# help on a given hook.                                         # help on a given hook.
# 'base' is _required_ unless you know precisely what you are   # 'base' is _required_ unless you know precisely what you are
# 'udev' is _required_ in order to automatically load modules   # 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modu   # 'filesystems' is _required_ unless you specify your fs modu
# Examples:                                                     # Examples:
##   This setup specifies all modules in the MODULES setting    ##   This setup specifies all modules in the MODULES setting 
##   No raid, lvm2, or encrypted root is needed.                ##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)                                             | #    HOOKS="base"
#                                                               #
##   This setup will autodetect all modules for your system a   ##   This setup will autodetect all modules for your system a
##   work as a sane default                                     ##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)           | #    HOOKS="base udev autodetect block filesystems"
#                                                               #
##   This setup will generate a 'full' image which supports m   ##   This setup will generate a 'full' image which supports m
##   No autodetection is done.                                  ##   No autodetection is done.
#    HOOKS=(base udev block filesystems)                      | #    HOOKS="base udev block filesystems"
#                                                               #
##   This setup assembles a pata mdadm array with an encrypte   ##   This setup assembles a pata mdadm array with an encrypte
##   Note: See 'mkinitcpio -H mdadm' for more information on    ##   Note: See 'mkinitcpio -H mdadm' for more information on 
#    HOOKS=(base udev block mdadm encrypt filesystems)        | #    HOOKS="base udev block mdadm encrypt filesystems"
#                                                               #
##   This setup loads an lvm2 volume group on a usb device.     ##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)                 | #    HOOKS="base udev block lvm2 filesystems"
#                                                               #
##   NOTE: If you have /usr on a separate partition, you MUST   ##   NOTE: If you have /usr on a separate partition, you MUST
#    usr, fsck and shutdown hooks.                              #    usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block filesystems keyboar | HOOKS="base udev autodetect modconf block keyboard keymap res

# COMPRESSION                                                   # COMPRESSION
# Use this to compress the initramfs image. By default, gzip    # Use this to compress the initramfs image. By default, gzip 
# is used. Use 'cat' to create an uncompressed image.           # is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"                                             #COMPRESSION="gzip"
#COMPRESSION="bzip2"                                            #COMPRESSION="bzip2"
#COMPRESSION="lzma"                                             #COMPRESSION="lzma"
#COMPRESSION="xz"                                               #COMPRESSION="xz"
#COMPRESSION="lzop"                                             #COMPRESSION="lzop"
#COMPRESSION="lz4"                                              #COMPRESSION="lz4"

# COMPRESSION_OPTIONS                                           # COMPRESSION_OPTIONS
# Additional options for the compressor                         # Additional options for the compressor
#COMPRESSION_OPTIONS=()                                       | #COMPRESSION_OPTIONS=""
[andson@andre-pc ~]$ 
Ne maitrisant pas l'anglais autant dire que l'expérience s'arrete là.

pacnews

#2Messageil y a 6 ans

Je pense que tu peux sans crainte appliquer les .pacnew avec <R> de yaourt -C.

Il est même possible que ça règle ton problème de clavier après sudo mkinitcpio -P et reboot.

pacnews

#3Messageil y a 6 ans

Non rien de neuf du coté clavier.
Répondre