-
-
Notifications
You must be signed in to change notification settings - Fork 15
feature system glibc
Alexey Gladkov edited this page Sep 12, 2022
·
1 revision
This is a system feature. Its purpose is to add additional glibc components to the initramfs image for which there are no direct dependencies such as libgcc_s.so or libnss_files.so.
-
INITRD_NO_LIBNSS -- Do not pack
libnss_*libraries; -
INITRD_NO_LIBGCC_S -- Do not pack
libgcc_slibrary; -
INITRD_NO_PWGR -- Do not generate
/etc/passwdand/etc/groupbased on system files; -
INITRD_NO_NETWORK -- Do not pack
/etc/resolv.confand/etc/host.conf.
- Get Started
- Initramfs Runtime
- Image Generation
- Contributing
- FAQ
- Presentations