/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
H A D | mount.sh | 5 # Attempt to mount any added block devices and umount any removed devices 12 # systemd as init uses systemd-mount to mount block devices 13 MOUNT="/usr/bin/systemd-mount" 16 if [ -x $MOUNT ] && [ -x $UMOUNT ]; 18 logger "Using systemd-mount to finish mount" 20 logger "Linux init is using systemd, so please install systemd-mount to finish mount" 24 MOUNT="/bin/mount" 30 for line in `grep -h -v ^# /etc/udev/mount.ignorelist /etc/udev/mount.ignorelist.d/*` 34 logger "udev/mount.sh" "[$DEVNAME] is marked to ignore" 53 … /run/systemd/transient/$(echo $MOUNT_BASE | cut -d '/' -f 2- | sed 's#/#-#g')-*$name.mount ]; then [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-live.sh | 7 MOUNT="/bin/mount" 32 mount -t proc proc /proc 33 mount -t sysfs sysfs /sys 34 mount -t devtmpfs none /dev 89 mount -n --move "/run/media/${ROOT_DISK}" ${ROOT_MOUNT}/media/realroot 91 # Move the mount points of some filesystems over to 95 # in the mount points to actual ASCII chars 98 mount -n --move "$dir" "${ROOT_MOUNT}/media/${dir##*/}" 100 mount -n --move /proc ${ROOT_MOUNT}/proc 101 mount -n --move /sys ${ROOT_MOUNT}/sys [all …]
|
/openbmc/qemu/qga/ |
H A D | commands-bsd.c | 21 #include <sys/mount.h> 34 FsMount *mount; in build_fs_mount_list() local 54 mount = g_new0(FsMount, 1); in build_fs_mount_list() 56 mount->dirname = g_strdup(mntp->f_mntonname); in build_fs_mount_list() 57 mount->devtype = g_strdup(mntp->f_fstypename); in build_fs_mount_list() 58 mount->devmajor = major(mount->dev); in build_fs_mount_list() 59 mount->devminor = minor(mount->dev); in build_fs_mount_list() 60 mount->fsid = mntp->f_fsid; in build_fs_mount_list() 61 mount->dev = statbuf.st_dev; in build_fs_mount_list() 63 QTAILQ_INSERT_TAIL(mounts, mount, next); in build_fs_mount_list() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | overlayroot | 7 # Simple initramfs module intended to mount a read-write (RW) 17 # It relies on the initramfs-module-rootfs to mount the original 21 # Mount options of the RW device can be tweaked with 'overlayrootfstype=' 25 # since it relies on it to mount the filesystem at initramfs startup 62 # Tweak the mount option and fs_passno for rootfs in fstab 67 # Tweak the "mount -o remount,rw /" command in busybox-inittab inittab 69 sed -i 's|/bin/mount -o remount,rw /|/bin/mount -o remount,ro /|' ${OLDROOT}/etc/inittab 83 …exit_gracefully "overlayrootrwdev= kernel parameter doesn't exist and its required to mount the ov… 88 # Mount RW device 89 if mount -n -t ${bootparam_overlayrootfstype:-ext4} -o ${bootparam_overlayrootfsflags:-defaults} ${… [all …]
|
H A D | finish | 15 # Unmount anything that was automounted by busybox via mdev-mount.sh. 32 # in the mount points to actual ASCII chars 35 mount -n --move "$dir" "${ROOTFS_DIR}/media/${dir##*/}" 39 mount --move /dev $ROOTFS_DIR/dev 40 mount --move /proc $ROOTFS_DIR/proc 41 mount --move /sys $ROOTFS_DIR/sys
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | sysfs.sh | 12 # Short-Description: Mount kernel virtual file systems. 13 # Description: Mount initial set of virtual filesystems the kernel 18 mount -t proc proc /proc 22 mount -t sysfs sysfs /sys 26 mount -t debugfs debugfs /sys/kernel/debug 30 mount -t configfs configfs /sys/kernel/config 34 mount -t efivarfs efivarfs /sys/firmware/efi/efivars 38 mount -n -t devtmpfs devtmpfs /dev
|
H A D | mountall.sh | 12 # Short-Description: Mount all filesystems. 19 # Mount local filesystems in /etc/fstab. For some reason, people 20 # might want to mount "proc" several times, and mount -v complains 21 # about this. So we mount "proc" filesystems without -v. 24 mount -at nonfs,nosmbfs,noncpfs 2>/dev/null
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/ |
H A D | gpiod-sysfs-proxy_0.1.2.bb | 12 file://run-gpio-sys.mount \ 13 file://sys-class.mount \ 25 PACKAGECONFIG[sys-class-mount] = "" 27 export MOUNTPOINT = "${@bb.utils.contains('PACKAGECONFIG', 'sys-class-mount', '/sys/class/gpio', '/… 34 if ${@bb.utils.contains('PACKAGECONFIG', 'sys-class-mount', 'true', 'false', d)}; then 37 … install -m 0644 ${UNPACKDIR}/run-gpio-sys.mount ${D}${systemd_system_unitdir}/run-gpio-sys.mount 38 … install -m 0644 ${UNPACKDIR}/sys-class.mount ${D}${systemd_system_unitdir}/sys-class.mount 40 … ln -sf ../run-gpio-sys.mount ${D}${systemd_system_unitdir}/sysinit.target.wants/run-gpio-sys.mount 41 … ln -sf ../sys-class.mount ${D}${systemd_system_unitdir}/sysinit.target.wants/sys-class.mount
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | overlayfs.bbclass | 7 # Class for generation of overlayfs mount units 18 # Set a mount point for a partition overlayfs is going to use as upper layer 26 # mount unit (data.mount in this case) for this mount point installed on the 29 # If the mount point is handled somewhere else, e.g. custom boot or preinit 31 # mount-configured to the related OVERLAYFS_QA_SKIP flag: 33 # OVERLAYFS_QA_SKIP[data] = "mount-configured" 40 # To support several mount points you can use a different variable flag. Assume we 42 # survive a reboot. Then we could have a mnt-overlay.mount unit for a tmpfs file system: 59 OVERLAYFS_MOUNT_UNIT_TEMPLATE ??= "${COREBASE}/meta/files/overlayfs-unit.mount.in" 107 bb.note("No mount points defined for %s flag, skipping" % (mountPoint)) [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | fail_on_no_media.patch | 10 even when no media exists. The util-linux mount command bails when no 19 util-linux/mount.c | 8 ++++++++ 22 diff --git a/util-linux/mount.c b/util-linux/mount.c 24 --- a/util-linux/mount.c 25 +++ b/util-linux/mount.c 38 // Should we retry read-only mount?
|
/openbmc/openbmc/meta-security/meta-hardening/recipes-core/initscripts/files/ |
H A D | mountall.sh | 8 # Short-Description: Mount all filesystems. 15 # Mount local filesystems in /etc/fstab. For some reason, people 16 # might want to mount "proc" several times, and mount -v complains 17 # about this. So we mount "proc" filesystems without -v. 22 mount -at nonfs,nosmbfs,noncpfs 2>/dev/null
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/ |
H A D | inittab | 2 ::sysinit:/bin/mount -t proc proc /proc 3 ::sysinit:/bin/mount -t sysfs sysfs /sys 4 ::sysinit:/bin/mount -t devtmpfs devtmpfs /dev 5 ::sysinit:/bin/mount -o remount,rw / 7 ::sysinit:/bin/mount -t devpts devpts /dev/pts 8 ::sysinit:/bin/mount -a
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/ |
H A D | 30-ubiattach-or-format | 27 # If "no-persist-fs" is set, only mount as a tmpfs and exit, so that we can 35 if ! mount -t tmpfs tmpfs /run/mnt-persist ; then 62 if ! mount -t ubifs ubi0:rwfs /run/mnt-persist -o sync,compr=zstd; then 63 # mount failed, try formatting 65 echo "mount-ubi0-rwfs-fail" > /run/format-persist 70 # mount again after formatting 71 mount -t ubifs ubi0:rwfs /run/mnt-persist -o sync,compr=zstd
|
H A D | 10-early-mounts | 3 mount dev dev -tdevtmpfs 4 mount sys sys -tsysfs 5 mount proc proc -tproc 6 mount tmpfs run -t tmpfs -o mode=755,nodev
|
/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/files/ |
H A D | init | 3 # Mount the Linux kernel virtual filesystems 4 mount none -t proc /proc 5 mount none -t sysfs /sys 8 mount none -t devtmpfs /dev 12 mount none -t devpts /dev/pts
|
/openbmc/openbmc/poky/meta/files/ |
H A D | overlayfs-etc-preinit.sh.in | 7 mount -o remount,rw / 16 mount -t proc proc /proc 17 mount -t sysfs sysfs /sys 26 if mount -n -t {OVERLAYFS_ETC_FSTYPE} \ 37 mount -o bind,ro /etc $LOWER_DIR 40 mount -n -t overlay \
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/ |
H A D | 0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch | 4 Subject: [PATCH] Drop detached_mounts_propagation and remove sys/mount.h from 7 with glibc 2.36+ sys/mount.h conflicts with linux/mount.h and here 8 linux/mount.h is included via xfs/xfs.h header and we need sys/mount.h 9 for the mount() API prototype. Until thats resolved lets not build this
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom_fuse.py | 10 usage: qom-fuse [-h] [--socket SOCKET] <mount> 12 Mount a QOM tree as a FUSE filesystem 15 <mount> Mount point 66 help = 'Mount a QOM tree as a FUSE filesystem' 73 'mount', 74 metavar='<mount>', 76 help="Mount point", 81 self.mount = args.mount 86 print(f"Mounting QOMFS to '{self.mount}'", file=sys.stderr) 87 self.fuse = FUSE(self, self.mount, foreground=True)
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | inittab | 4 ::sysinit:/bin/mount -t proc proc /proc 5 ::sysinit:/bin/mount -t sysfs sysfs /sys 6 ::sysinit:/bin/mount -t devtmpfs devtmpfs /dev 7 ::sysinit:/bin/mount -o remount,rw / 9 ::sysinit:/bin/mount -t devpts devpts /dev/pts 10 ::sysinit:/bin/mount -a
|
/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/ |
H A D | README_VirtualBox_Guest_Additions.txt | 24 Mount the cdrom drive: 25 # mount -t iso9660 <cdromdev> /media/cdrom 27 # mount -t iso9660 /dev/hda /media/cdrom 57 Guest VM: create mount point for the shared folder, i.e.: 61 Mount the shared folder: (Watch out for spelling: it's vboxsf NOT vboxfs) 63 # mount -t vboxsf images ~/my-host 65 Verify mount, should see the contents of the shared folder:
|
/openbmc/openbmc/poky/meta/recipes-core/udev/ |
H A D | udev-extraconf_1.1.bb | 9 file://mount.sh \ 10 file://mount.ignorelist \ 29 install -d ${D}${sysconfdir}/udev/mount.ignorelist.d 30 install -m 0644 ${S}/mount.ignorelist ${D}${sysconfdir}/udev/ 34 install -m 0755 ${S}/mount.sh ${D}${sysconfdir}/udev/scripts/mount.sh 39 -i ${D}${sysconfdir}/udev/scripts/mount.sh 57 CONFFILES:${PN} = "${sysconfdir}/udev/mount.ignorelist"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/ |
H A D | phosphor-static-norootfs-init.bb | 2 DESCRIPTION = "Phosphor OpenBMC filesystem mount implementation for static-norootfs" 12 50-mount-persistent \ 46 # Create persistent mount points and add to mount script. 49 touch ${D}/$mountpoint/.keep.mount-persistent 52 ${D}${PKG_INSTALL_DIR}/initfiles/50-mount-persistent 63 FILES:${PN}:append = " ${@ " ".join([ '/' + x + '/.keep.mount-persistent' for x in d.getVar('NOROOT…
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-mmc-init/ |
H A D | mmc-init.sh | 34 mount dev dev -tdevtmpfs 35 mount sys sys -tsysfs 36 mount proc proc -tproc 37 mount tmpfs run -t tmpfs -o mode=755,nodev 40 # exceeded. A failure will be caught later like in the mount command. 69 if ! mount /dev/disk/by-partlabel/"$(kgetopt root=PARTLABEL)" $rodir -t ext4 -o ro; then 102 if ! mount "${rwfsdev}" $rodir/var -t ext4 -o rw; then 108 mount overlay $rodir/etc -t overlay -o lowerdir=$rodir/etc,upperdir=$rodir/var/persist/etc,workdir=… 113 mount --move "$f" "$rodir/$f"
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ |
H A D | ntfs-3g-ntfsprogs_2022.10.3.bb | 29 FILES:ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs" 31 RRECOMMENDS:ntfs-3g = "util-linux-mount" 37 # Standard mount will execute the program /sbin/mount.TYPE when called. 38 # Add a symbolic link to let mount find ntfs. 39 ln -sf mount.ntfs-3g ${D}${base_sbindir}/mount.ntfs
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
H A D | 0006-start-lvm2-monitor.service-after-tmp.mount.patch | 4 Subject: [PATCH] start lvm2-monitor.service after tmp.mount 7 ("/tmp/lock/lvm"), and unit tmp.mount is to mount /tmp. 8 So start lvm2-monitor.service after tmp.mount 30 +After=dm-event.socket dm-event.service tmp.mount
|