|
Last change
on this file since 690 was
690,
checked in by jrollins, 6 years ago
|
|
debirf: a couple more motd tweaks.
|
-
Property svn:executable set to
*
|
|
File size:
679 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash -e |
|---|
| 2 | |
|---|
| 3 | # debirf plugin: motd |
|---|
| 4 | # custom /etc/motd.tail file |
|---|
| 5 | # |
|---|
| 6 | # The debirf scripts were written by |
|---|
| 7 | # Jameson Rollins <jrollins@fifthhorseman.net> |
|---|
| 8 | # and |
|---|
| 9 | # Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>. |
|---|
| 10 | # |
|---|
| 11 | # They are Copyright 2007, and are all released under the GPL, version 2 |
|---|
| 12 | # or later. |
|---|
| 13 | |
|---|
| 14 | cat > "${DEBIRF_ROOT}/etc/motd.tail" <<EOF |
|---|
| 15 | |
|---|
| 16 | Welcome to debirf: DEBian on InitRamFs |
|---|
| 17 | |
|---|
| 18 | The programs included with the Debian GNU/Linux system are free software; |
|---|
| 19 | the exact distribution terms for each program are described in the |
|---|
| 20 | individual files in /usr/share/doc/*/copyright. |
|---|
| 21 | |
|---|
| 22 | Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent |
|---|
| 23 | permitted by applicable law. |
|---|
| 24 | |
|---|
| 25 | EOF |
|---|
Note: See
TracBrowser
for help on using the repository browser.