remove deprecated grml-bind
[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
8 unmounts /cdrom then. This allows ejecting of the CD (run 'eject /dev/cdrom' for example)
9 afterwards. Therefore running the grml live-cd without the need for a present grml-ISO is possible.
10 Please notice that you need enough free RAM to run grml2ram. At least enough space for the compressed
11 GRML image itself (about 52MB for grml-small and 685MB for grml) and for running userspace software
12 afterwards (at least 128MB are recommended) should be available.
13 .SH OPTIONS
14 grml2ram supports only the following option:
15 .TP
16 .B -f, \-\-force
17 Force copy process for GRML image even though the check for enough free RAM fails.
18 .SH SEE ALSO
19 .B bootoption toram
20 .SH AUTHOR
21 This manual page was written by Michael Prokop <mika@grml.org> for the grml project.