Home
last modified time | relevance | path

Searched refs:rootfs (Results 1 – 25 of 172) sorted by relevance

1234567

/linux/drivers/gpu/drm/ci/
A Dlava-submit.sh16 mkdir -p results/job-rootfs-overlay/
18 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/
19 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
20 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/
21 cp "$SCRIPTS_DIR"/setup-test-env.sh results/job-rootfs-overlay/
26 artifacts/ci-common/generate-env.sh | tee results/job-rootfs-overlay/set-job-env-vars.sh
29 tar zcf job-rootfs-overlay.tar.gz -C results/job-rootfs-overlay/ .
30 ci-fairy s3cp --token-file "${S3_JWT_FILE}" job-rootfs-overlay.tar.gz "https://${JOB_ROOTFS_OVERLAY…
39 --rootfs-url-prefix "https://${BASE_SYSTEM_HOST_PATH}" \
42 --job-rootfs-overlay-url "${FDO_HTTP_CACHE_URI:-}https://${JOB_ROOTFS_OVERLAY_PATH}" \
/linux/arch/arm/boot/dts/microchip/
A Dat91-wb45n.dtsi16 bootargs = "ubi.mtd=6 root=ubi0:rootfs rootfstype=ubifs rw";
99 rootfs-a@5e0000 {
100 label = "rootfs-a";
104 rootfs-b@2be0000 {
105 label = "rootfs-b";
A Dat91-wb50n.dtsi16 bootargs = "ubi.mtd=6 root=ubi0:rootfs rootfstype=ubifs rw";
166 rootfs-a@ae0000 {
167 label = "rootfs-a";
171 rootfs-b@3ae0000 {
172 label = "rootfs-b";
A Daks-cdu.dts15 bootargs = "console=ttyS0,115200 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs";
88 rootfs@500000 {
89 label = "rootfs";
A Dsama5d3xcm.dtsi13 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs";
120 rootfs@800000 {
121 label = "rootfs";
A Dtny_a9260_common.dtsi98 rootfs@4a0000 {
99 label = "rootfs";
A Dat91sam9261ek.dts15 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs rw";
117 rootfs@800000 {
118 label = "rootfs";
A Dat91sam9rlek.dts16 bootargs = "rootfstype=ubifs root=ubi0:rootfs ubi.mtd=5 rw";
117 rootfs@800000 {
118 label = "rootfs";
A Dat91-lmu5000.dts67 rootfs@400000 {
68 label = "rootfs";
A Dtny_a9263.dts108 rootfs@4a0000 {
109 label = "rootfs";
A Dusb_a9260_common.dtsi100 rootfs@4a0000 {
101 label = "rootfs";
A Dat91sam9x5cm.dtsi110 rootfs@800000 {
111 label = "rootfs";
A Dat91-cosino.dtsi97 rootfs@800000 {
98 label = "rootfs";
A Dat91-q5xr5.dts67 rootfs@200000 {
68 label = "rootfs";
A Dusb_a9263.dts128 rootfs@4a0000 {
129 label = "rootfs";
A Dat91-qil_a9260.dts174 rootfs@4c0000 {
175 label = "rootfs";
A Dsama5d3xcm_cmp.dtsi174 rootfs@800000 {
175 label = "rootfs";
/linux/Documentation/bpf/
A Ds390.rst21 * Disk image with s390 rootfs
82 mkdir ./s390.rootfs
83 sudo mount /dev/loopX ./s390.rootfs
98 ./s390.rootfs
99 sudo umount ./s390.rootfs
/linux/tools/testing/selftests/bpf/
A Dvmtest.sh93 -l) Specify the path to the local rootfs image.
94 -i) Update the rootfs image with a newer version.
121 if [[ $file =~ ^"${PLATFORM}"/libbpf-vmtest-rootfs-(.*)\.tar\.zst$ ]]; then
213 This likely indicates a bad rootfs image, Please download
/linux/Documentation/filesystems/
A Dramfs-rootfs-initramfs.rst4 Ramfs, rootfs and initramfs
75 What is rootfs?
79 always present in 2.6 systems. You can't unmount rootfs for approximately the
84 Most systems just mount another filesystem over rootfs and ignore it. The
87 If CONFIG_TMPFS is enabled, rootfs will use tmpfs instead of ramfs by
95 extracted into rootfs when the kernel boots up. After extracting, the kernel
99 any). If rootfs does not contain an init program after the embedded cpio
124 umount the ramdisk. But initramfs is rootfs: you can neither pivot_root
125 rootfs, nor unmount it. Instead delete everything out of rootfs to
126 free up the space (find -xdev / -exec rm '{}' ';'), overmount rootfs
[all …]
A Dubifs.rst122 Mount "rootfs" volume of UBI device 0 to /mnt/ubifs ("rootfs" is volume
125 $ mount -t ubifs ubi0:rootfs /mnt/ubifs
128 to UBI and mount volume "rootfs":
129 ubi.mtd=0 root=ubi0:rootfs rootfstype=ubifs
/linux/Documentation/driver-api/firmware/
A Ddirect-fs-lookup.rst22 a race is possible with loading the driver and the real rootfs not yet being
30 when the real rootfs is ready and mounted.
/linux/Documentation/devicetree/bindings/mtd/partitions/
A Dtplink,safeloader-partitions.yaml22 partitions contain fully changeable content (like rootfs).
55 linux,rootfs;
/linux/arch/arm/boot/dts/renesas/
A Dr7s72100-gr-peach.dts44 rootfs@600000 {
45 label = "rootfs";
/linux/arch/mips/boot/dts/brcm/
A Dbcm97xxx-nand-cs1-bch24.dtsi17 flash1.rootfs@0 {

Completed in 32 milliseconds

1234567