Changeset 6ca17c82


Ignore:
Timestamp:
06/01/2021 06:47:44 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e6e16c1
Parents:
9d11bbb7
git-author:
Xi Ruoyao <xry111@…> (06/01/2021 06:46:47 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/01/2021 06:47:44 PM)
Message:

grub efi setup: fsck order of efivarfs should be 0

It does not make any sense to fsck a pseudo filesystem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/uefi-bootloaders/grub-setup.xml

    r9d11bbb7 r6ca17c82  
    261261
    262262<screen revision="sysv" role="nodump"><userinput>cat &gt;&gt; /etc/fstab &lt;&lt; EOF</userinput>
    263 <literal>efivarfs /sys/firmware/efi/efivars efivarfs defaults 0 1</literal>
     263<literal>efivarfs /sys/firmware/efi/efivars efivarfs defaults 0 0</literal>
    264264<userinput>EOF</userinput></screen>
    265265
Note: See TracChangeset for help on using the changeset viewer.