Home
last modified time | relevance | path

Searched refs:initrd (Results 1 – 12 of 12) sorted by relevance

/external/grub/docs/
Dmenu.lst24 #initrd /initrd.img
Dgrub.info841 3. If you use an initrd, execute the command `initrd' (*note
842 initrd::) after `kernel':
844 grub> initrd /initrd
848 *Caution:* If you use an initrd and specify the `mem=' option to the
2493 * initrd:: Load an initrd
2719 File: grub.info, Node: impsprobe, Next: initrd, Prev: help, Up: Command-line and menu entry com…
2731 File: grub.info, Node: initrd, Next: install, Prev: impsprobe, Up: Command-line and menu entry …
2733 13.3.17 initrd
2736 -- Command: initrd file ...
2742 File: grub.info, Node: install, Next: ioprobe, Prev: initrd, Up: Command-line and menu entry co…
[all …]
Dgrub.texi925 If you use an initrd, execute the command @command{initrd}
926 (@pxref{initrd}) after @command{kernel}:
929 grub> @kbd{initrd /initrd}
936 @strong{Caution:} If you use an initrd and specify the @samp{mem=}
2677 * initrd:: Load an initrd
2899 @node initrd
2900 @subsection initrd
2902 @deffn Command initrd file @dots{}
3166 initrd /boot/initrd
3414 @item 19 : Linux kernel must be loaded before initrd
[all …]
/external/e2fsprogs/debian/
Dinitrd-tools.e2fsprogs5 cp /usr/share/e2fsprogs/initrd.ext3-add-journal \
Drules330 mkdir -p debian/e2fsprogs/usr/share/initrd-tools/scripts
331 $(INSTALL) -p -o root -g root -m 0755 debian/initrd-tools.e2fsprogs \
332 debian/e2fsprogs/usr/share/initrd-tools/scripts/e2fsprogs
336 $(INSTALL) -p -o root -g root -m 0755 debian/initrd.ext3-add-journal \
337 debian/e2fsprogs/usr/share/e2fsprogs/initrd.ext3-add-journal
Dchangelog413 * Fix initrd script to fix failure with 2.4 kernels (Closes: #364516)
625 * When determining the libraries needed for the initrd, unset LD_PRELOAD
817 translation for amd64 systems, in the initrd creation script.
819 * Change the initrd scripts to be use a helper program which avoids
849 * In the initrd script, fail quietly if /mnt/etc/fstab does not exist.
875 * Fix the initrd scripts so that the automatic ext3 journal
1047 * Move the initrd script from /etc/mkinitrd/scripts to
1048 /usr/share/initrd-tools/scripts so that mkinitrd will not remove
/external/grub/stage2/
Dboot.c799 load_initrd (char *initrd) in load_initrd() argument
811 if (! grub_open (initrd)) in load_initrd()
Dshared.h987 int load_initrd (char *initrd);
/external/grub/
DNEWS33 * Add support for the initrd max address of a kernel header in Linux.
85 address of initrd.
363 "bzImage" and initial ramdisk (also called "initrd") support for
364 both. "initrd" support is untested, but the critical parts were
DChangeLog706 * docs/menu.lst (GNU/Linux): Add commented initrd command, which
2197 doesn't decompress an initrd automatically. Reported by
4977 instead of 0xFFFFFFFF to place the initrd below 1GB.
/external/qemu/
Dqemu-options.hx1083 DEF("initrd", HAS_ARG, QEMU_OPTION_initrd, \
1084 "-initrd file use 'file' as initial ram disk\n")
1086 @item -initrd @var{file}
/external/e2fsprogs/
DRELEASE-NOTES1208 Debian's e2fsprogs-specific initrd fragment will avoid including
1209 unnecessary libraries into the initrd ramdisk by unsetting LD_PRELOAD
1581 particular, fixed the Debian initrd scripts. (#241183, #248050,