Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 67) sorted by relevance

123

/systemd-251/
Dmeson.build64 # 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 …]
Dmeson_options.txt33 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 …]
DMakefile6 install: target
7 DESTDIR=$(DESTDIR) ninja -C build install
Dmkosi.build79 meson install -C "$BUILDDIR" --quiet --no-rebuild --only-changed
81 meson install -C "$BUILDDIR" --no-rebuild --only-changed
Dmkosi.postinst5 bootctl install
/systemd-251/src/kernel-install/
Dmeson.build3 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'))
Dkernel-install.in287 dropindirs_sort ".install" \
288 "/etc/kernel/install.d" \
289 "/usr/lib/kernel/install.d"
D90-loaderentry.install102 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/
Dmacros.systemd.in51 {{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
Dmeson.build6 # we conditionalize on rpmmacrosdir, but install into rootlibexecdir
22 install : tuple[1],
Dsystemd-update-helper.in12 install-system-units)
16 install-user-units)
/systemd-251/tools/
Doss-fuzz.sh36 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/
Dsemaphore-runner.sh51 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/
Dbuild_test.sh82 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
Dunit_tests.sh53 apt-get -y install "${ADDITIONAL_DEPS[@]}"
54 pip3 install -r .github/workflows/requirements.txt --require-hashes
Dmkosi.yml55 …run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect python3-j…
/systemd-251/man/
Dmeson.build72 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/
Dmeson.build13 install : zshcompletiondir != 'no',
25 ['_kernel-install', 'ENABLE_KERNEL_INSTALL'],
/systemd-251/units/
Dmeson.build272 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/
Dmeson.build164 '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/
Dmeson.build18 install : bashcompletiondir != 'no',
34 ['kernel-install', 'ENABLE_KERNEL_INSTALL'],
Dkernel-install1 # kernel-install(8) completion -*- shell-script -*-
48 complete -F _kernel_install kernel-install
/systemd-251/src/login/
Dmeson.build74 install : enable_logind and install_sysconfdir_samples and pkgsysconfdir != 'no',
82 install : enable_logind and pamconfdir != 'no',
/systemd-251/docs/sysvinit/
Dmeson.build8 install : conf.get('HAVE_SYSV_COMPAT') == 1,
/systemd-251/factory/templates/
Dmeson.build10 install : true,

123