diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-19 07:39:22 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-19 07:39:22 -0400 |
commit | 0d8f101483cbc72261514806da2df7c0bfad88f7 (patch) | |
tree | f56cef930ca90175a2725922258ea9e868013328 /init | |
parent | 80d98ad93aaf8b02bce80dbbac81b2beed518d3a (diff) | |
download | minitramfs-0d8f101483cbc72261514806da2df7c0bfad88f7.tar.xz minitramfs-0d8f101483cbc72261514806da2df7c0bfad88f7.zip |
add load-random-seed
Diffstat (limited to 'init')
-rw-r--r-- | init | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ mount -t devpts devpts /dev/pts /etc/modules.sh || exit +load-random-seed /sys/firmware/efi/efivars/LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f + ( ip link set eth0 up udhcpc -i eth0 |