IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Most of the options to this script can be set via environment variables. In
situations where both are set, then the command-line options take precedence.
=over
=item B<$LVMCONF>
Same as -c option.
=item B<$MODULES>
Same as -m option.
=item B<$EXTRAFILES>
Same as -e option.
=item B<$RAID>
Same as -r option.
=item B<$RAIDCONF>
Same as -R option.
=item B<$MAKEDEV>
Same as -M option.
=item B<$BASICDEVICES>
Overrides the default value of $BASICDEVICES in the script (which is "std consoleonly fd"). These values are passed to the B<MAKEDEV> program to create device
entries in the initrd image.
=item B<$BLOCKDEVICES>
Overrides the default value of $BLOCKDEVICES in the script (which is "md hda hdb hdc hdd sda sdb sdc sdd"). This value is passed to the B<MAKEDEV> program to
create device entries in the initrd image.
=item B<$BINFILES>
Overrides the default value of $BINFILES (which is "/lib/lvm-200/lvm /bin/bash /bin/busybox /sbin/pivot_root"). The difference between using this and adding
a file to the $EXTRAFILES list above is that libraries that these depend upon are also included. You can still use $EXTRAFILES to achieve the same effect, but
you must resolve library dependencies youself.
=item B<$INITRDSIZE>
Force a particular size for your initrd image. The default is to total up the size of
the included files and to add 512K as a buffer.
=back
=head1 BUGS
I don't like having to specify a -M option to set the MAKEDEV style, but I know
of no way to reliably detect what type of MAKEDEV is being used. We'll probably
have to add other MAKEDEV styles in the future as this script is tested on
other distributions.
=head1 AUTHORS
The script was originally written by Miguel Cabeca, with significant
improvements by Jeffrey Layton. Comments, bug reports and patches should be
sent to Jeffrey Layton at S<B<jtlayton@poochiereds.net>>.