| /buildroot/package/s6-linux-init/ |
| A D | Config.in | 2 bool "s6-linux-init" 8 s6-linux-init is a set of minimalistic tools to create a 9 s6-based init system, including a /sbin/init binary, on a 12 http://skarnet.org/software/s6-linux-init/
|
| A D | 0001-configure-add-D_GNU_SOURCE.patch | 11 https://github.com/skarnet/s6-linux-init/commit/355a75e08bbc8af8af97576bad07471dd1b431d8: 13 src/shutdown/s6-linux-init-shutdownd.c: In function ‘main’: 14 src/shutdown/s6-linux-init-shutdownd.c:294:24: error: ‘F_DUPFD_CLOEXEC’ undeclared (first use in th… 20 [Upstream status: https://github.com/skarnet/s6-linux-init/pull/3]
|
| /buildroot/package/initscripts/ |
| A D | initscripts.mk | 8 mkdir -p $(TARGET_DIR)/etc/init.d 9 $(INSTALL) -D -m 0755 package/initscripts/init.d/* $(TARGET_DIR)/etc/init.d/
|
| /buildroot/package/openrc/ |
| A D | 0004-init.d-agetty-start-agetty-after-all-sevices.patch | 4 Subject: [PATCH] init.d/agetty: start agetty after all services 11 init.d/agetty.in | 2 +- 14 diff --git a/init.d/agetty.in b/init.d/agetty.in 16 --- a/init.d/agetty.in 17 +++ b/init.d/agetty.in
|
| A D | 0003-init.d-agetty-replace-sbin-agetty-by-sbin-getty.patch | 4 Subject: [PATCH] init.d/agetty: replace /sbin/agetty by /sbin/getty 15 init.d/agetty.in | 2 +- 18 diff --git a/init.d/agetty.in b/init.d/agetty.in 20 --- a/init.d/agetty.in 21 +++ b/init.d/agetty.in
|
| A D | sysv-rcs | 10 for i in /etc/init.d/S??*; do 20 for i in $(ls -r /etc/init.d/S??*); do
|
| A D | 0006-Also-create-run-lock-subsys-directory.patch | 11 sh/init.sh.Linux.in | 2 +- 14 diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in 16 --- a/sh/init.sh.Linux.in 17 +++ b/sh/init.sh.Linux.in
|
| A D | 0002-sh-init.sh.Linux.in-change-run-lock-from-root-uucp-t.patch | 4 Subject: [PATCH] sh/init.sh.Linux.in: change /run/lock from root:uucp to 18 sh/init.sh.Linux.in | 2 +- 21 diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in 23 --- a/sh/init.sh.Linux.in 24 +++ b/sh/init.sh.Linux.in
|
| A D | 0001-init.d-sysctl.in-add-support-for-busybox-sysctl.patch | 4 Subject: [PATCH] init.d/sysctl.in: add support for busybox sysctl 16 init.d/sysctl.in | 27 ++++++++++++++++++++++++++- 19 diff --git a/init.d/sysctl.in b/init.d/sysctl.in 21 --- a/init.d/sysctl.in 22 +++ b/init.d/sysctl.in
|
| A D | openrc.mk | 55 $(TARGET_DIR)/etc/init.d/sysv-rcs 65 $(RM) $(TARGET_DIR)/etc/init.d/{keymaps,save-keymaps} 76 $(RM) $(TARGET_DIR)/etc/init.d/{network,staticroute,loopback} 96 ln -sf agetty $(TARGET_DIR)/etc/init.d/$(OPENRC_GETTY_SVCNAME) 97 ln -sf /etc/init.d/$(OPENRC_GETTY_SVCNAME) \
|
| /buildroot/linux/5.10.162-cip24-rt10/ |
| A D | 0001-arch-microblaze-mm-init.c-fix-build.patch | 4 Subject: [PATCH] arch/microblaze/mm/init.c: fix build 7 https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/commit/arch/microblaze/mm/init.c?… 9 arch/microblaze/mm/init.c:71:2: error: #endif without #if 20 arch/microblaze/mm/init.c | 1 + 23 diff --git a/arch/microblaze/mm/init.c b/arch/microblaze/mm/init.c 25 --- a/arch/microblaze/mm/init.c 26 +++ b/arch/microblaze/mm/init.c
|
| /buildroot/package/xen/ |
| A D | xen.mk | 26 --with-initddir=/etc/init.d 57 mv $(TARGET_DIR)/etc/init.d/xencommons $(TARGET_DIR)/etc/init.d/S50xencommons 58 mv $(TARGET_DIR)/etc/init.d/xen-watchdog $(TARGET_DIR)/etc/init.d/S50xen-watchdog 59 mv $(TARGET_DIR)/etc/init.d/xendomains $(TARGET_DIR)/etc/init.d/S60xendomains
|
| /buildroot/package/netplug/ |
| A D | S29netplug | 18 if [ -f /etc/init.d/functions ]; then 19 . /etc/init.d/functions 20 elif [ -f /etc/rc.d/init.d/functions ]; then 21 . /etc/rc.d/init.d/functions
|
| /buildroot/package/ifplugd/ |
| A D | ifplugd.mk | 16 IFPLUGD_CONF_OPTS = --disable-lynx --with-initdir=/etc/init.d/ 29 $(INSTALL) -D -m 0755 $(@D)/conf/ifplugd.init \ 30 $(TARGET_DIR)/etc/init.d/S45ifplugd 32 $(SED) 's^/bin/bash^/bin/sh^g' $(TARGET_DIR)/etc/init.d/S45ifplugd
|
| /buildroot/package/gstreamer1/gstd/ |
| A D | 0001-Don-t-require-gstd-check-user-xenv.sh-for-systemd-se.patch | 10 Note that the non-systemd init script already does not require this. 16 init/gstd.service.in | 2 +- 19 diff --git a/init/gstd.service.in b/init/gstd.service.in 21 --- a/init/gstd.service.in 22 +++ b/init/gstd.service.in
|
| /buildroot/package/udev-gentoo-scripts/ |
| A D | udev-gentoo-scripts.mk | 11 UDEV_GENTOO_SCRIPTS_LICENSE_FILES = init.d/udev-settle 18 ln -s -f /etc/init.d/udev-settle /etc/init.d/udev-trigger \
|
| /buildroot/support/testing/tests/init/ |
| A D | base.py | 7 def start_emulator(self, fs_type, kernel=None, dtb=None, init=None): argument 28 if init is not None: 29 kernel_cmdline.extend(["init={}".format(init)]) 36 if init is None:
|
| /buildroot/support/testing/tests/package/test_opkg/ |
| A D | post-build.sh | 8 ${IPK_BUILD}/etc/init.d/ \ 12 mv -f ${TARGET_DIR}/etc/init.d/S59snmpd ${IPK_BUILD}/etc/init.d/ 34 /etc/init.d/S59snmpd start 41 /etc/init.d/S59snmpd stop
|
| /buildroot/package/dracut/ |
| A D | busybox-init-module-setup.sh | 30 inst_multiple /init 51 /etc/init.d/rcS \ 52 /etc/init.d/rcK \
|
| /buildroot/package/liblog4c-localtime/ |
| A D | 0002-Fix-linking-error-without-pthread.patch | 16 src/log4c/init.c | 2 ++ 19 diff --git a/src/log4c/init.c b/src/log4c/init.c 21 --- a/src/log4c/init.c 22 +++ b/src/log4c/init.c
|
| /buildroot/board/atmel/at91sam9x5ek/patches/linux/ |
| A D | 0001-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch | 62 diff --git a/arch/arm/boot/bootp/init.S b/arch/arm/boot/bootp/init.S 64 --- a/arch/arm/boot/bootp/init.S 65 +++ b/arch/arm/boot/bootp/init.S 121 + .section ".proc.info.init", "a" 134 + .section ".proc.info.init", "a" 147 + .section ".proc.info.init", "a" 160 + .section ".proc.info.init", "a" 186 + .section ".proc.info.init", "a" 212 + .section ".proc.info.init", "a" 225 + .section ".proc.info.init", "a" [all …]
|
| /buildroot/board/beaglebone/patches/linux/ |
| A D | 0002-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch | 59 diff --git a/arch/arm/boot/bootp/init.S b/arch/arm/boot/bootp/init.S 61 --- a/arch/arm/boot/bootp/init.S 62 +++ b/arch/arm/boot/bootp/init.S 118 + .section ".proc.info.init", "a" 131 + .section ".proc.info.init", "a" 144 + .section ".proc.info.init", "a" 157 + .section ".proc.info.init", "a" 183 + .section ".proc.info.init", "a" 209 + .section ".proc.info.init", "a" 222 + .section ".proc.info.init", "a" [all …]
|
| /buildroot/package/qbee-agent/ |
| A D | qbee-agent.mk | 29 $(INSTALL) -D -m 0644 $(@D)/package/init-scripts/systemd/qbee-agent.service \ 34 $(INSTALL) -D -m 755 $(@D)/package/init-scripts/sysvinit/qbee-agent \ 35 $(TARGET_DIR)/etc/init.d/S99qbee-agent
|
| /buildroot/fs/cpio/ |
| A D | cpio.mk | 10 if [ ! -e $(TARGET_DIR)/init ]; then \ 11 ln -sf sbin/init $(TARGET_DIR)/init; \ 21 if [ ! -e $(TARGET_DIR)/init ]; then \ 22 $(INSTALL) -m 0755 fs/cpio/init $(TARGET_DIR)/init; \
|
| /buildroot/board/freescale/imx6sabre/patches/uboot/ |
| A D | 0001-mx6qsabre_common-boot-Linux-to-init-in-mfgtools-mode.patch | 4 Subject: [PATCH] mx6qsabre_common: boot Linux to /init in mfgtools mode 9 Buildroot supplies a nice /init wrapper script to use when booting from a 12 This patch tells u-boot to tell the kernel to boot into /init (instead of 31 + "rdinit=/init " \
|