diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-06-17 11:04:58 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-06-17 11:04:58 -0400 |
commit | 47321b14b34ed95579129bdcd7923ac40e6a2935 (patch) | |
tree | 486345ace3e7b95594d0355c3061fbd0f8b5d409 | |
parent | 48f05811891fedf92c6482bd8b5e3492d42153b6 (diff) | |
download | minitramfs-47321b14b34ed95579129bdcd7923ac40e6a2935.tar.xz minitramfs-47321b14b34ed95579129bdcd7923ac40e6a2935.zip |
add motd
-rw-r--r-- | cpio_list.txt | 1 | ||||
-rw-r--r-- | motd | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cpio_list.txt b/cpio_list.txt index 016170f..4a482bb 100644 --- a/cpio_list.txt +++ b/cpio_list.txt @@ -42,6 +42,7 @@ file /lib/firmware/rtl_nic/rtl8168h-2.fw /lib/firmware/rtl_nic/rtl8168h-2.fw 064 file /etc/dropbear/dropbear_ecdsa_host_key ./dropbear_ecdsa_host_key 0600 0 0 file /etc/dropbear/dropbear_rsa_host_key ./dropbear_rsa_host_key 0600 0 0 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/unlock ./unlock 0755 0 0 @@ -0,0 +1,3 @@ +myinitramfs: + +Type `exec unlock' to unlock the root device and resume boot. |