summaryrefslogtreecommitdiff
path: root/cpio_list.txt
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-12 12:41:02 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-12 12:41:02 -0500
commit21f681ffd8cfb62b0a5bf0b4cfd7a6f11da022ac (patch)
treecab471ee594f90b204949ca1a0b127879498020d /cpio_list.txt
parent5536eca55c98b0cdb97e8575dcf4ac0d068cdd51 (diff)
downloadminitramfs-21f681ffd8cfb62b0a5bf0b4cfd7a6f11da022ac.tar.xz
minitramfs-21f681ffd8cfb62b0a5bf0b4cfd7a6f11da022ac.zip
revamp solib selection, remove load-random-seed
Diffstat (limited to 'cpio_list.txt')
-rw-r--r--cpio_list.txt4
1 files changed, 1 insertions, 3 deletions
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