Searched refs:initrd (Results 1 - 6 of 6) sorted by relevance

/systemd/test/
H A Dtest-efi-create-disk.sh26 --add-section .initrd=/boot/$(cat /etc/machine-id)/$(uname -r)/initrd --change-section-vma .initrd=0x3000000 \
H A Dtest-functions48 [ -z "$INITRD" ] && [ -e "/boot/$MACHINE_ID/$KERNEL_VER/initrd" ] \
49 && INITRD="/boot/$MACHINE_ID/$KERNEL_VER/initrd"
55 default_debian_initrd=/boot/initrd.img-${KERNEL_VER}
82 QEMU_OPTIONS="$QEMU_OPTIONS -initrd $INITRD"
305 # if [ -x /usr/libexec/plymouth/plymouth-populate-initrd ]; then
307 # /usr/libexec/plymouth/plymouth-populate-initrd -t $initdir
472 dfatal "dracut cannot create an initrd."
818 dfatal "dracut cannot create an initrd."
/systemd/src/kernel-install/
H A D90-loaderentry.install52 [[ "${i#initrd=*}" != "$i" ]] && continue
81 [[ -f $BOOT_DIR_ABS/initrd ]] && \
82 echo "initrd $BOOT_DIR/initrd"
/systemd/src/fstab-generator/
H A Dfstab-generator.c141 return fstab_test_option(me->mnt_opts, "x-initrd.mount\0") ||
407 static int parse_fstab(bool initrd) { argument
413 fstab_path = initrd ? "/sysroot/etc/fstab" : "/etc/fstab";
428 if (initrd && !mount_in_initrd(me))
440 where = initrd ? strappend("/sysroot/", me->mnt_dir) : strdup(me->mnt_dir);
462 if (initrd)
667 /* Always honour root= and usr= in the kernel command line if we are in an initrd */
680 /* Parse the local /etc/fstab, possibly from the initrd */
685 /* If running in the initrd also parse the /etc/fstab from the host */
/systemd/src/boot/efi/
H A Dboot.c1014 CHAR16 *initrd = NULL; local
1068 if (strcmpa((CHAR8 *)"initrd", key) == 0) {
1072 if (initrd) {
1075 s = PoolPrint(L"%s initrd=%s", initrd, new);
1076 FreePool(initrd);
1077 initrd = s;
1079 initrd = PoolPrint(L"initrd=%s", new);
1105 FreePool(initrd);
[all...]
/systemd/src/core/
H A Dmanager.c2244 dual_timestamp_serialize(f, "initrd-timestamp", &m->initrd_timestamp);
2389 else if (startswith(l, "initrd-timestamp="))
2617 char userspace[FORMAT_TIMESPAN_MAX], initrd[FORMAT_TIMESPAN_MAX], kernel[FORMAT_TIMESPAN_MAX], sum[FORMAT_TIMESPAN_MAX]; local
2645 LOG_MESSAGE("Startup finished in %s (kernel) + %s (initrd) + %s (userspace) = %s.",
2647 format_timespan(initrd, sizeof(initrd), initrd_usec, USEC_PER_MSEC),

Completed in 1578 milliseconds