Release new version 2.13.0
[grml-scripts.git] / manpages / grml2ram.8
1 .TH grml2ram 8
2 .SH "NAME"
3 grml2ram \- copy compressed Grml image to RAM
4 .SH SYNOPSIS
5 .B grml2ram
6 .SH DESCRIPTION
7 grml2ram is a script which copies the compressed Grml image to RAM and unmounts
8 /cdrom then. This allows ejecting of the CD (run 'eject /dev/cdrom' for example)
9 afterwards.  Therefore running the Grml live system without the need for a
10 present Grml-ISO is possible.  Please notice that you need enough free RAM to
11 run grml2ram. At least enough space for the compressed Grml image itself
12 (roughly the size of the ISO) and for running userspace software afterwards (at
13 least 128MB are recommended) should be available.
14 .SH OPTIONS
15 grml2ram supports only the following option:
16 .TP
17 .B -f, \-\-force
18 Force copy process for Grml image even though the check for enough free RAM fails.
19 .SH SEE ALSO
20 .B bootoption toram
21 .SH AUTHOR
22 This manual page was written by Michael Prokop <mika@grml.org> for the Grml project.