From 47321b14b34ed95579129bdcd7923ac40e6a2935 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Wed, 17 Jun 2020 11:04:58 -0400 Subject: add motd --- cpio_list.txt | 1 + motd | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 motd 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 diff --git a/motd b/motd new file mode 100644 index 0000000..e312273 --- /dev/null +++ b/motd @@ -0,0 +1,3 @@ +myinitramfs: + +Type `exec unlock' to unlock the root device and resume boot. -- cgit v1.2.3-54-g00ecf