Home
last modified time | relevance | path

Searched full:ext3 (Results 1 – 25 of 66) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install-testfs.sh141 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 Dinit-install-efi-testfs.sh120 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 Dinit-install.sh205 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 D0001-linux-syslinux-support-ext2-3-4-device.patch30 + * 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 D0002-linux-syslinux-implement-open_ext2_fs.patch6 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 DVolume.interface.yaml18 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 De2tools_0.1.2.bb1 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 Dcolibri_imx6.h123 "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 Dapalis_imx6.h141 "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 Dmx53smd.h61 "mmcrootfstype=ext3 rootwait\0" \
H A Dmx53evk.h68 "mmcrootfstype=ext3 rootwait\0" \
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A De2fs10 filesystems="ext4 ext3 ext2"
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dx86-base.inc8 MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage_types.bbclass100 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 Dqemuloongarch.inc6 MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/
H A Dqemuriscv.inc6 MACHINE_FEATURES += "keyboard ext2 ext3 serial"
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A Dsettings.xml27 <field type="CharField" name="value">ext3 jffs2 tar.bz2</field>
/openbmc/qemu/tests/qemu-iotests/
H A D237172 vm.add_blockdev('driver=file,filename=%s,node-name=ext3' % (extent3_path))
206 'extents': ['ext1', 'ext2', 'ext3'] })
H A D237.out149 …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 Dgrubtarget.py11 # needs to have a serial interface. The separate ext3
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/
H A Dbtrfs-tools_6.14.bb6 btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3."
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dkickstart.rst64 part / --source rootfs --ondisk sdb --fstype=ext3 --label platform --align 1024
120 - ``ext3``
/openbmc/openbmc/meta-security/classes/
H A Ddm-verity-img.bbclass18 # 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 Dqemu.py18 supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic']
/openbmc/openbmc/meta-raspberrypi/classes/
H A Dsdcard_image-rpi.bbclass39 # Use an uncompressed ext3 by default as rootfs
40 SDIMG_ROOTFS_TYPE ?= "ext3"

123