From 21f681ffd8cfb62b0a5bf0b4cfd7a6f11da022ac Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Thu, 12 Nov 2020 12:41:02 -0500 Subject: revamp solib selection, remove load-random-seed --- cpio_list.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpio_list.txt') diff --git a/cpio_list.txt b/cpio_list.txt index d4dc126..5bf99aa 100644 --- a/cpio_list.txt +++ b/cpio_list.txt @@ -4,10 +4,8 @@ # basic directories. note that all required parent directories will be # auto-generated by make, and everything will be sorted afterwards dir /dev 0755 0 0 -dir /efivars 0755 0 0 dir /mnt 0755 0 0 dir /proc 0755 0 0 -dir /run 0755 0 0 dir /run/cryptsetup 0755 0 0 # kernel does /init <>/dev/console and fails if it doesn't exist in initramfs @@ -30,6 +28,7 @@ file /etc/modules ./modules 0644 0 0 # executables file /bin/busybox /bin/busybox 0755 0 0 file /init ./init 0755 0 0 +file /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 0755 0 0 # firmware file /lib/firmware/amdgpu/polaris10_ce_2.bin /lib/firmware/amdgpu/polaris10_ce_2.bin 0644 0 0 @@ -53,7 +52,6 @@ file /etc/passwd ./passwd 0644 0 0 file /etc/motd ./motd 0644 0 0 file /lib64/libnss_files.so.2 /lib64/libnss_files.so.2 0755 0 0 file /root/.ssh/authorized_keys ./authorized_keys 0600 0 0 -file /sbin/load-random-seed ./load-random-seed 0755 0 0 file /sbin/unlock ./unlock 0755 0 0 file /usr/share/udhcpc/default.script /usr/share/udhcpc/default.script 0755 0 0 file /var/log/lastlog /dev/null 0644 0 0 -- cgit v1.2.3-54-g00ecf