update notice
This commit is contained in:
parent
47df8e9ef5
commit
8836d3133c
1 changed files with 6 additions and 1 deletions
|
@ -92,12 +92,17 @@ copy_config() {
|
||||||
chroot "${NEWROOT}" chsh -s /bin/bash root
|
chroot "${NEWROOT}" chsh -s /bin/bash root
|
||||||
|
|
||||||
cat > "${NEWROOT}/etc/motd" <<EOF
|
cat > "${NEWROOT}/etc/motd" <<EOF
|
||||||
|
|
||||||
|
Download menhera.sh at https://github.com/Jamesits/menhera.sh
|
||||||
|
|
||||||
!!!NOTICE!!!
|
!!!NOTICE!!!
|
||||||
|
|
||||||
This is a minimal RAM system created by menhera.sh. Feel free to format your disk, but don't blame anyone
|
This is a minimal RAM system created by menhera.sh. Feel free to format your disk, but don't blame anyone
|
||||||
except yourself if you lost important files or your system is broken.
|
except yourself if you lost important files or your system is broken.
|
||||||
|
|
||||||
Download menhera.sh at https://github.com/Jamesits/menhera.sh
|
If you think you've done something wrong, reboot immediately -- there is still hope.
|
||||||
|
|
||||||
|
Your original rootfs is at /mnt/oldroot. Be careful dealing with it.
|
||||||
|
|
||||||
Have a lot of fun...
|
Have a lot of fun...
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue