mirror of
https://bitbucket.org/gwenhael/pine64-slackware.git
synced 2024-12-25 09:58:38 +01:00
Sexy motd
This commit is contained in:
parent
91f88d6e26
commit
b7eac30f2e
1 changed files with 9 additions and 0 deletions
|
@ -63,6 +63,15 @@ cat <<EOF >> $SD_MOUNT_POINT/etc/fstab
|
|||
tmpfs /tmp tmpfs defaults,mode=777 0 0
|
||||
EOF
|
||||
|
||||
cat <<EOF > $SD_MOUNT_POINT/etc/motd
|
||||
____ _ __ _ _
|
||||
| _ \(_)_ __ ___ / /_ | || |
|
||||
| |_) | | '_ \ / _ \ '_ \| || |_
|
||||
| __/| | | | | __/ (_) |__ _|
|
||||
|_| |_|_| |_|\___|\___/ |_|
|
||||
Slackware
|
||||
EOF
|
||||
|
||||
cp $CWD/pine64-kernel.SlackBuild $SD_MOUNT_POINT/root
|
||||
|
||||
umount $SD_MOUNT_POINT/bootenv
|
||||
|
|
Loading…
Reference in a new issue