Mailinglist Archive: opensuse-factory (506 mails)
| < Previous | Next > |
Re: [opensuse-factory] christmas screen
- From: Steffen Winterfeldt <snwint@xxxxxxx>
- Date: Thu, 7 Dec 2006 12:27:09 +0100 (CET)
- Message-id: <Pine.LNX.4.63.0612071226100.3006@xxxxxxxxxxxxxx>
On Thu, 7 Dec 2006, Steffen Winterfeldt wrote:
> # mkdir foo
> # cd foo
> # cpio -i </boot/message
>
> # edit something
>
> # find | cpio -H newc -o >/boot/message
Sorry, must be
# find | cpio -o >/boot/message
of course.
Steffen
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
> # mkdir foo
> # cd foo
> # cpio -i </boot/message
>
> # edit something
>
> # find | cpio -H newc -o >/boot/message
Sorry, must be
# find | cpio -o >/boot/message
of course.
Steffen
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |