summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts
Commit message (Expand)AuthorAgeFilesLines
* init-install: Fixes the install script failing when not finding any mmcblk de...Alejandro Hernandez2016-08-302-4/+4
* init-install*: /etc/mtab make a link rather than a copyAwais Belal2016-08-172-4/+4
* init-install*: only pick root mmc devicesAwais Belal2016-08-172-2/+14
* initrdscripts/init-install*: Add rootwait when installing to USB devicesCalifornia Sullivan2016-08-172-0/+11
* initramfs-live-boot: Make sure we kill udev before switching root when live b...Alejandro Hernandez2016-08-171-1/+3
* initrdscripts/init-install*: Select install target instead of looping throughCalifornia Sullivan2016-07-212-16/+28
* initramfs-framework: make rootfs module optionalPatrick Ohly2016-07-201-1/+14
* initramfs-framework: Add support for PartUUIDsIgor Stoppa2016-07-081-0/+5
* initramfs-framework: add retry loop for slow boot devices (like USB)Patrick Ohly2016-07-083-34/+60
* initramfs-framework: base: Ensures /run/lock is availableOtavio Salvador2016-06-231-2/+2
* initramfs-framework: mdev: Add a runtime dependency on busybox-mdevOtavio Salvador2016-06-231-1/+1
* init-install-efi.sh: remove all root=foo from grub.cfgRobert Yang2016-04-031-1/+1
* init-install.sh: fix disk_sizeRobert Yang2016-04-033-3/+3
* init-live.sh: fix overlay fsRobert Yang2016-03-291-4/+5
* init-live.sh: fix ROOT_MOUNTRobert Yang2016-03-291-1/+1
* init-live : make it easier to add custom boot targetsJérémy Rosen2016-03-201-12/+6
* initrdscripts: fix mmc device as install targetUrs Fässler2016-02-111-7/+7
* initramfs-framework_1.0:replace busybox for variable.Alejandro Joya2016-01-061-1/+1
* initramfs-framework: create directory /var/runWills Wang2015-12-081-0/+1
* init-install-efi: fix script for eMMC installationNg, Mei Yeen2015-12-011-4/+4
* init-install-efi: fix script for gummiboot loaderNg, Mei Yeen2015-12-011-0/+1
* initramfs-framework: better error reporting for invalid root boot parameterPatrick Ohly2015-09-231-1/+1
* initramfs-framework: fix "support dropping into shell on failure"Patrick Ohly2015-09-231-1/+1
* init-install-efi.sh: Avoid /mnt/mtab creation if already presentLeonardo Sandoval2015-09-181-1/+5
* initramfs-framework: support dropping into shell on failurePatrick Ohly2015-09-121-0/+4
* initramfs-framework: support init boot parameterPatrick Ohly2015-09-121-1/+1
* initramfs-framework: support ro boot parameterPatrick Ohly2015-09-121-0/+6
* initramfs-framework: support rootflags and rootfstype boot parameterPatrick Ohly2015-09-121-1/+8
* initramfs-framework: handle kernel parameters with . insidePatrick Ohly2015-09-061-1/+2
* initramfs-live-boot: create /dev/consolePatrick Ohly2015-09-061-1/+3
* initramfs-framework: create /dev/consolePatrick Ohly2015-09-061-1/+6
* init-install-efi.sh: Check if an installation device is presentLeonardo Sandoval2015-08-011-0/+5
* initrdscripts: handle mmc device as installer mediumAwais Belal2015-07-162-8/+32
* init-install: Properly delete partition tableEd Bartosh2015-06-232-2/+2
* init-install: code cleanup: replace /dev/$device -> $deviceEd Bartosh2015-06-232-46/+46
* init-install: code cleanup: Replace tabs with spacesEd Bartosh2015-06-232-52/+51
* init-install: Specify partition name in parted command lineEd Bartosh2015-06-232-7/+9
* init-install: Specify filesystem type in parted command lineEd Bartosh2015-06-232-7/+7
* init-install: Implement UUID supportEd Bartosh2015-06-231-6/+17
* init-install: Use GPT table with GRUB 2Ed Bartosh2015-06-231-12/+40
* init-install-efi: Implement UUID supportEd Bartosh2015-06-231-4/+7
* initramfs-live-install: Add blkid to initramfsEd Bartosh2015-06-232-2/+2
* initrdscripts: make boot drive detection more genericAwais Belal2015-05-242-2/+4
* init-install-efi.sh: fix gummiboot entry installationReinette Chatre2015-04-211-3/+3
* meta: set proper S valuePetter Mabäcker2015-01-237-0/+14
* init-install: Skip CDROM devices during probeDrew Moseley2014-08-022-0/+6
* init-install: Strip partition number from live_dev_nameDrew Moseley2014-08-022-0/+2
* init-install-efi.sh: Verify /sys based files exist before displaying themDrew Moseley2014-08-021-3/+8
* Move boot media to /media/realroot for easy access after boot.Brian Lloyd2014-07-102-3/+11
* init-install-efi.sh: improve hard drive searching processDrew Moseley2014-07-101-32/+53