Searched refs:install (Results 1 – 25 of 67) sorted by relevance
123
/systemd-251/ |
D | meson.build | 64 # Try to install the git pre-commit hook 150 install_sysconfdir = get_option('install-sysconfdir') != 'false' 151 install_sysconfdir_samples = get_option('install-sysconfdir') == 'true' 191 kernelinstalldir = kerneldir / 'install.d' 309 install_tests = get_option('install-tests') 1142 message('Old polkit detected, will install pkla files') 1696 want_kernel_install = get_option('kernel-install') 1906 install : true, 1920 install : static_libsystemd != 'false', 1948 install : true, [all …]
|
D | meson_options.txt | 33 description : '''install a static library for libsystemd''') 36 description : 'install a static library for libudev') 49 description : 'install services for use when running systemd in initrd') 102 description : 'install the systemd-repart tool') 104 description : 'install the systemd-sysupdate tool') 106 description : 'install the coredump handler') 108 description : 'install the pstore archival tool') 110 description : 'install the userspace oom killer') 112 description : 'install the systemd-logind stack') 114 description : 'install the systemd-hostnamed stack') [all …]
|
D | Makefile | 6 install: target 7 DESTDIR=$(DESTDIR) ninja -C build install
|
D | mkosi.build | 79 meson install -C "$BUILDDIR" --quiet --no-rebuild --only-changed 81 meson install -C "$BUILDDIR" --no-rebuild --only-changed
|
D | mkosi.postinst | 5 bootctl install
|
/systemd-251/src/kernel-install/ |
D | meson.build | 3 kernel_install_in = files('kernel-install.in') 6 install_data('50-depmod.install', 7 '90-loaderentry.install', 11 install_data('install.conf', 16 mkdir_p.format(sysconfdir / 'kernel/install.d'))
|
D | kernel-install.in | 287 dropindirs_sort ".install" \ 288 "/etc/kernel/install.d" \ 289 "/usr/lib/kernel/install.d"
|
D | 90-loaderentry.install | 102 install -g root -o root -m 0644 "$KERNEL_IMAGE" "$ENTRY_DIR_ABS/linux" || { 118 install -g root -o root -m 0644 "$initrd" "$ENTRY_DIR_ABS/$initrd_basename" || {
|
/systemd-251/src/rpm/ |
D | macros.systemd.in | 51 {{SYSTEMD_UPDATE_HELPER_PATH}} install-system-units %{?*} || : \ 59 {{SYSTEMD_UPDATE_HELPER_PATH}} install-user-units %{?*} || : \ 134 # %install 135 # install -D %SOURCE1 %{buildroot}%{_sysusersdir}/%{name}.conf 154 # %install 155 # install -D %SOURCE1 %{buildroot}%{_tmpfilesdir}/%{name}.conf
|
D | meson.build | 6 # we conditionalize on rpmmacrosdir, but install into rootlibexecdir 22 install : tuple[1],
|
D | systemd-update-helper.in | 12 install-system-units) 16 install-user-units)
|
/systemd-251/tools/ |
D | oss-fuzz.sh | 36 apt-get install -y gperf m4 gettext python3-pip \ 44 apt-get install -y gnu-efi zstd 46 pip3 install -r .github/workflows/requirements.txt --require-hashes 104 install -Dt "$OUT/src/shared/" \
|
/systemd-251/.semaphore/ |
D | semaphore-runner.sh | 51 apt-get install -y eatmydata 53 apt-get install -y fdisk tree libfdisk-dev libp11-kit-dev libssl-dev libpwquality-dev rpm 70 sudo apt-get install -y -t "$UBUNTU_RELEASE-backports" lxc 71 sudo apt-get install -y python3-debian git dpkg-dev fakeroot python3-jinja2
|
/systemd-251/.github/workflows/ |
D | build_test.sh | 82 if ! apt install --dry-run "llvm-$COMPILER_VERSION" >/dev/null; then 106 apt-get -y install "${PACKAGES[@]}" 111 pip3 install --user -r .github/workflows/requirements.txt --require-hashes
|
D | unit_tests.sh | 53 apt-get -y install "${ADDITIONAL_DEPS[@]}" 54 pip3 install -r .github/workflows/requirements.txt --require-hashes
|
D | mkosi.yml | 55 …run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect python3-j…
|
/systemd-251/man/ |
D | meson.build | 72 install : want_man, 97 install : want_html, 143 install : want_man and have_lxml, 170 install : want_html and have_lxml,
|
/systemd-251/shell-completion/zsh/ |
D | meson.build | 13 install : zshcompletiondir != 'no', 25 ['_kernel-install', 'ENABLE_KERNEL_INSTALL'],
|
/systemd-251/units/ |
D | meson.build | 272 install = ((conds.get(0, '') == '' or conf.get(conds[0]) == 1) and 280 install : install, 283 if install and tuple.length() > 2 295 install = ((conds.get(0, '') == '' or conf.get(conds[0]) == 1) and 298 if install
|
/systemd-251/src/shared/ |
D | meson.build | 164 'install-file.c', 165 'install-file.h', 166 'install-printf.c', 167 'install-printf.h', 168 'install.c', 169 'install.h', 485 install : true,
|
/systemd-251/shell-completion/bash/ |
D | meson.build | 18 install : bashcompletiondir != 'no', 34 ['kernel-install', 'ENABLE_KERNEL_INSTALL'],
|
D | kernel-install | 1 # kernel-install(8) completion -*- shell-script -*- 48 complete -F _kernel_install kernel-install
|
/systemd-251/src/login/ |
D | meson.build | 74 install : enable_logind and install_sysconfdir_samples and pkgsysconfdir != 'no', 82 install : enable_logind and pamconfdir != 'no',
|
/systemd-251/docs/sysvinit/ |
D | meson.build | 8 install : conf.get('HAVE_SYSV_COMPAT') == 1,
|
/systemd-251/factory/templates/ |
D | meson.build | 10 install : true,
|
123