Searched refs:root (Results 1 - 25 of 78) sorted by relevance

1234

/openwrt/scripts/
H A Dcombined-image.sh14 root="${IMAGE}.rootfs"
16 dd if="$2" of="$root" bs=$BLKSZ conv=sync 2>/dev/null
19 md5=$(cat "$kern" "$root" | md5sum -)
28 $(stat -c "%s" "$kern") $(stat -c "%s" "$root") "${md5%% *}" | \
30 cat "$kern" "$root"
34 rm -f "$kern" "$root"
H A DbrcmImage.pl145 my $root = Read_Image $arg{r};
155 length($root)+Padlen(length($root), $arg{s} * 1024)
157 $kern .= $root;
158 $root = $dummy_root;
161 bcmImage($kern, $root);
/openwrt/package/base-files/files/sbin/
H A Dhotplug-call9 LOGNAME=root
10 USER=root
/openwrt/package/system/opkg/files/
H A Dopkg.conf1 dest root /
H A Dopkg-smime.conf1 dest root /
/openwrt/package/base-files/files/lib/functions/
H A Dpreinit.sh84 mkdir -p /tmp/root
85 /bin/mount -t tmpfs -o noatime,mode=0755 root /tmp/root
86 mkdir -p /tmp/root/root /tmp/root/work
87 fopivot /tmp/root/root /tmp/root/work /rom 1
/openwrt/target/linux/omap24xx/image/
H A DMakefile18 $(call prepare_generic_squashfs,$(BIN_DIR)/$(IMG_PREFIX)-root.$(1))
22 $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-root.$(1)
/openwrt/target/linux/netlogic/image/
H A DMakefile14 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
23 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
/openwrt/package/network/config/qos-scripts/files/usr/bin/
H A Dqos-stop4 tc qdisc del dev "$iface" root 2>&- >&-
/openwrt/target/linux/cns3xxx/image/
H A DMakefile17 dd if=$(KDIR)/root.$(1) of=$(KDIR)/root.$(1).pad bs=128k conv=sync; \
20 $(KDIR)/root.$(1).pad \
35 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=64k conv=sync
38 dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
43 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=128k conv=sync
46 dd if=$(KDIR)/root.$(1) bs=128k conv=sync; \
51 $(call prepare_generic_squashfs,$(KDIR)/root.$(1))
52 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=128k conv=sync
55 dd if=$(KDIR)/root
[all...]
/openwrt/target/linux/realview/image/
H A DMakefile19 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
25 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
31 $(KDIR)/root.ext4 \
/openwrt/target/linux/x86/image/
H A DMakefile54 root=$(ROOTPART) rootfstype=ext4 rootwait
58 block2mtd.block2mtd=$(ROOTPART),65536,rootfs,5 root=/dev/mtdblock0 rootfstype=jffs2 rootwait
62 block2mtd.block2mtd=$(ROOTPART),131072,rootfs,5 root=/dev/mtdblock0 rootfstype=jffs2 rootwait
66 block2mtd.block2mtd=$(ROOTPART),65536,rootfs,5 root=/dev/mtdblock0 rootfstype=squashfs rootwait
71 $(INSTALL_DIR) $(KDIR)/root.grub/boot/grub $(KDIR)/grub2
72 $(CP) $(KDIR)/bzImage $(KDIR)/root.grub/boot/vmlinuz
86 ./grub.cfg > $(KDIR)/root.grub/boot/grub/grub.cfg
89 $(CONFIG_TARGET_KERNEL_PARTSIZE) $(KDIR)/root.grub \
90 $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) \
104 $(call prepare_generic_squashfs,$(KDIR)/root
[all...]
/openwrt/target/linux/mpc85xx/image/
H A DMakefile44 -r $(KDIR)/root.$(1) \
49 -r $(KDIR)/root.$(1) \
62 cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-ext2.img
66 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
67 cp $(KDIR)/root.squashfs $(BIN_DIR)/$(IMG_PREFIX)-root.squashfs
/openwrt/package/network/utils/iproute2/files/
H A D15-teql16 tc qdisc add dev $DEVICE root $teql
/openwrt/target/linux/mediatek/base-files/lib/upgrade/
H A Dplatform.sh13 tar xf $tar_file sysupgrade-$board/root -O | mtd write - rootfs
29 local rootfs_length=`(tar xf $tar_file sysupgrade-$board/root -O | wc -c) 2> /dev/null`
/openwrt/target/linux/ppc40x/image/
H A DMakefile26 cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-ext2.img
33 dd if=$(KDIR)/root.$(1) bs=128k conv=sync; \
40 dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
44 dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
49 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
53 dd if=$(KDIR)/root.$(1) bs=128k conv=sync; \
57 dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
61 dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
/openwrt/target/linux/omap/image/
H A DMakefile40 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=65536 conv=sync
44 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=131072 conv=sync
48 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
49 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=131072 conv=sync
/openwrt/target/linux/ppc44x/image/
H A DMakefile29 dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \
34 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
37 dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \
42 dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \
/openwrt/target/linux/uml/image/
H A DMakefile15 cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1).img
/openwrt/target/linux/arm64/image/
H A DMakefile38 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
43 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
/openwrt/target/linux/xburst/image/
H A DMakefile44 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
48 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
/openwrt/target/linux/ixp4xx/image/
H A DMakefile47 dd if=$(KDIR)/root.$(1) of=$(KDIR)/root.$(1).pad bs=128k conv=sync; \
50 $(KDIR)/root.$(1).pad \
60 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=65536 conv=sync
64 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=131072 conv=sync
70 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
71 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=131072 conv=sync
/openwrt/target/linux/rb532/image/
H A DMakefile47 block2mtd.block2mtd=/dev/sda2,65536 root=/dev/mtdblock2 rootfstype=jffs2
51 block2mtd.block2mtd=/dev/sda2,131072 root=/dev/mtdblock2 rootfstype=jffs2
55 root=/dev/sda2 rootfstype=ext4
59 block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock2 rootfstype=squashfs
63 root=/dev/mtdblock1 rootfstype=yaffs2
67 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
76 $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) \
/openwrt/package/base-files/files/lib/
H A Dfunctions.sh178 local rusers="$(sed -ne 's/^Require-User: *//p' $root/usr/lib/opkg/info/${pkgname}.control 2>/dev/null)"
212 local root="${IPKG_INSTROOT}"
218 if [ -f "$root/usr/lib/opkg/info/${pkgname}.postinst-pkg" ]; then
219 ( . "$root/usr/lib/opkg/info/${pkgname}.postinst-pkg" )
223 if [ -z "$root" ] && grep -q -s "^/etc/uci-defaults/" "$root/usr/lib/opkg/info/${pkgname}.list"; then
227 for i in $(grep -s "^/etc/uci-defaults/" "$root/usr/lib/opkg/info/${pkgname}.list"); do
234 if [ -z "$root" ] && grep -q -s "^/etc/uci-defaults/" "/usr/lib/opkg/info/${pkgname}.list"; then
245 [ -n "$root" ] || rm -f /tmp/luci-indexcache 2>/dev/null
249 for i in $(grep -s "^/etc/init.d/" "$root/us
[all...]
/openwrt/package/base-files/files/etc/init.d/
H A Dboot56 # create /dev/root if it doesn't exist
57 [ -e /dev/root -o -h /dev/root ] || {
58 rootdev=$(awk 'BEGIN { RS=" "; FS="="; } $1 == "root" { print $2 }' < /proc/cmdline)
59 [ -n "$rootdev" ] && ln -s "$rootdev" /dev/root

Completed in 92 milliseconds

1234