/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-install-testfs.sh | 141 echo "Formatting $bootfs to ext3..." 142 mkfs.ext3 -L "boot" $bootfs 144 echo "Formatting $rootfs to ext3..." 145 mkfs.ext3 -L "rootfs" $rootfs 147 echo "Formatting $testfs to ext3..." 148 mkfs.ext3 -L "testrootfs" $testfs 164 …echo "$bootfs /boot ext3 defaults 1 2" >> /tgt_root/et…
|
H A D | init-install-efi-testfs.sh | 120 echo "Formatting $rootfs to ext3..." 121 mkfs.ext3 -L "platform" $rootfs 123 echo "Formatting $testfs to ext3..." 124 mkfs.ext3 -L "testrootfs" $testfs
|
H A D | init-install.sh | 205 parted ${device} mkpart primary ext3 0% $boot_size 212 parted ${device} mkpart boot ext3 $boot_start $boot_size 232 echo "Formatting $bootfs to ext3..." 233 mkfs.ext3 $bootfs 261 …echo "$bootdev /boot ext3 defaults 1 2" >> /tgt_root/e…
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0001-linux-syslinux-support-ext2-3-4-device.patch | 30 + * Check whether the device contains an ext2, ext3 or ext4 fs and open it if 34 + * 1: Not an ext2, ext3 or ext4 41 +/* The install func for ext2, ext3 and ext4 */ 54 + * Check if it is an ext2, ext3 or ext4
|
H A D | 0002-linux-syslinux-implement-open_ext2_fs.patch | 6 The open_ext2_fs() checks whether it is an ext2/ext3/ext4 device, and 8 0: It is an ext2, ext3 or ext4. 9 1: Not an ext2, ext3 or ext4. 138 /* The install func for ext2, ext3 and ext4 */
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | Volume.interface.yaml | 18 Type of filesystem, e.g. ext2, ext3, ext4, vfat. 116 - name: ext3 118 Filesystem type ext3
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/e2tools/ |
H A D | e2tools_0.1.2.bb | 1 SUMMARY = "Set of GPL'ed utilities to ext2/ext3 filesystem." 3 and manipulate files in an ext2/ext3 filesystem. These utilities access a \
|
/openbmc/u-boot/include/configs/ |
H A D | colibri_imx6.h | 123 "emmcargs=ip=off root=/dev/mmcblk0p2 rw,noatime rootfstype=ext3 " \ 153 "sdargs=ip=off root=/dev/mmcblk1p2 rw,noatime rootfstype=ext3 " \ 165 "usbargs=ip=off root=/dev/sda2 rw,noatime rootfstype=ext3 " \
|
H A D | apalis_imx6.h | 141 "emmcargs=ip=off root=/dev/mmcblk0p2 rw,noatime rootfstype=ext3 " \ 171 "sdargs=ip=off root=/dev/mmcblk1p2 rw,noatime rootfstype=ext3 " \ 183 "usbargs=ip=off root=/dev/sda2 rw,noatime rootfstype=ext3 " \
|
H A D | mx53smd.h | 61 "mmcrootfstype=ext3 rootwait\0" \
|
H A D | mx53evk.h | 68 "mmcrootfstype=ext3 rootwait\0" \
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | e2fs | 10 filesystems="ext4 ext3 ext2"
|
/openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
H A D | x86-base.inc | 8 MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image_types.bbclass | 100 IMAGE_CMD:ext3 = "oe_mkext234fs ext3 ${EXTRA_IMAGECMD}" 277 EXTRA_IMAGECMD:ext3 ?= "-i 4096" 313 ext3 ext3.gz \ 384 RUNNABLE_IMAGE_TYPES ?= "ext2 ext3 ext4"
|
/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/ |
H A D | qemuloongarch.inc | 6 MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
|
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/ |
H A D | qemuriscv.inc | 6 MACHINE_FEATURES += "keyboard ext2 ext3 serial"
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/ |
H A D | settings.xml | 27 <field type="CharField" name="value">ext3 jffs2 tar.bz2</field>
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 237 | 172 vm.add_blockdev('driver=file,filename=%s,node-name=ext3' % (extent3_path)) 206 'extents': ['ext1', 'ext2', 'ext3'] })
|
H A D | 237.out | 149 …b-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": "node0",… 285 …b-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": "node0",… 313 …b-id": "job0", "options": {"driver": "vmdk", "extents": ["ext1", "ext2", "ext3"], "file": "node0",…
|
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/ |
H A D | grubtarget.py | 11 # needs to have a serial interface. The separate ext3
|
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/ |
H A D | btrfs-tools_6.14.bb | 6 btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3."
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | kickstart.rst | 64 part / --source rootfs --ondisk sdb --fstype=ext3 --label platform --align 1024 120 - ``ext3``
|
/openbmc/openbmc/meta-security/classes/ |
H A D | dm-verity-img.bbclass | 18 # DM_VERITY_IMAGE_TYPE = "ext4" # or ext2, ext3 & btrfs 173 ext2.verity ext3.verity ext4.verity \
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | qemu.py | 18 supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic']
|
/openbmc/openbmc/meta-raspberrypi/classes/ |
H A D | sdcard_image-rpi.bbclass | 39 # Use an uncompressed ext3 by default as rootfs 40 SDIMG_ROOTFS_TYPE ?= "ext3"
|