Searched refs:initrd (Results 1 – 10 of 10) sorted by relevance
/external/grub/docs/ |
D | menu.lst | 24 #initrd /initrd.img
|
D | grub.info | 841 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 …]
|
D | grub.texi | 925 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/grub/stage2/ |
D | boot.c | 799 load_initrd (char *initrd) in load_initrd() argument 811 if (! grub_open (initrd)) in load_initrd()
|
D | shared.h | 987 int load_initrd (char *initrd);
|
/external/grub/ |
D | NEWS | 33 * 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
|
D | ChangeLog | 706 * 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/e2fsprogs/debian/ |
D | changelog | 33 * Removed obsolete initrd script (Closes: #585041) 1184 * Fix initrd script to fix failure with 2.4 kernels (Closes: #364516) 1396 * When determining the libraries needed for the initrd, unset LD_PRELOAD 1588 translation for amd64 systems, in the initrd creation script. 1590 * Change the initrd scripts to be use a helper program which avoids 1620 * In the initrd script, fail quietly if /mnt/etc/fstab does not exist. 1646 * Fix the initrd scripts so that the automatic ext3 journal 1818 * Move the initrd script from /etc/mkinitrd/scripts to 1819 /usr/share/initrd-tools/scripts so that mkinitrd will not remove
|
/external/qemu/ |
D | qemu-options.hx | 1083 DEF("initrd", HAS_ARG, QEMU_OPTION_initrd, \ 1084 "-initrd file use 'file' as initial ram disk\n") 1086 @item -initrd @var{file}
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 2928 Debian's e2fsprogs-specific initrd fragment will avoid including 2929 unnecessary libraries into the initrd ramdisk by unsetting LD_PRELOAD 3301 particular, fixed the Debian initrd scripts. (#241183, #248050,
|