| Commit message (Collapse) | Author | Age | Files |
|
|
|
| |
(I.e., make lintian happy.)
|
|
|
|
|
| |
Tested with the IntelĀ® Desktop Board DH87RL, BIOS [RLH8710H.86A] version
0323.
|
| |
|
| |
|
|
|
|
|
| |
To be clearer, and to follow the recommendation of the FSF, we include
a full header rather than a single sentence.
|
|
|
|
|
| |
Replaced [ -n "$string" ] with [ "$string" ], and [ -z "$string" ] with
[ ! "$string" ].
|
| |
|
|
|
|
|
| |
'syslog' is meant for the messages generated internally by syslogd,
whereas 'user' is for user-level messages.
|
| |
|
|
Move preseed-related stuff in ./preseed/, and vm-related stuff in
./virtualenv/.
|