source: trunk/debirf/fs/usr/share/debirf/plugins/a0_motd @ 690

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
14cat > "${DEBIRF_ROOT}/etc/motd.tail" <<EOF
15
16Welcome to debirf: DEBian on InitRamFs
17
18The programs included with the Debian GNU/Linux system are free software;
19the exact distribution terms for each program are described in the
20individual files in /usr/share/doc/*/copyright.
21
22Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
23permitted by applicable law.
24
25EOF
Note: See TracBrowser for help on using the repository browser.