Searched refs:rootpath (Results 1 – 17 of 17) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | dnf.py | 120 rootpath = '/home/root/chroot/test' 123 self.target.run('mkdir -p %s/etc' % rootpath, 1500) 124 ….run('mkdir -p %s/bin %s/sbin %s/usr/bin %s/usr/sbin' % (rootpath, rootpath, rootpath, rootpath), … 125 self.target.run('mkdir -p %s/dev' % rootpath, 1500) 127 self.target.run('mkdir -p %s/lib' % rootpath, 1500) 147 rootpath = '/home/root/chroot/test' 150 self.target.run('mkdir -p %s/etc' % rootpath) 151 self.target.run('mkdir -p %s/usr/bin %s/usr/sbin' % (rootpath, rootpath)) 154 self.target.run('mkdir -p %s/dev' % rootpath) 156 …arget.run("for l in /lib*; do mkdir -p %s/usr/$l; ln -s usr/$l %s/$l; done" % (rootpath, rootpath)) [all …]
|
/openbmc/bmcweb/include/ |
H A D | webassets.hpp | 52 static constexpr std::string_view rootpath("/usr/share/www/"); variable 155 file.absolutePath.string().substr(rootpath.size() - 1)); in addFile() 217 std::filesystem::recursive_directory_iterator dirIter({rootpath}, ec); in requestRoutes() 221 "Unable to find or open {} static file hosting disabled", rootpath); in requestRoutes()
|
/openbmc/u-boot/configs/ |
H A D | axm_defconfig | 19 …rootpath} at91sam9_wdt.wdt_timeout=16\0partitionset_active=A\0preboot=echo;echo Type 'run flash_se…
|
/openbmc/u-boot/board/keymile/scripts/ |
H A D | ramfs-common.txt | 6 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4namespace.c | 312 export_path = nfs4_pathname_string(&location->rootpath, in try_location() 389 location->rootpath.ncomponents == 0) in nfs_follow_referral() 564 location->rootpath.ncomponents == 0) in nfs4_replace_transport()
|
H A D | nfs4xdr.c | 3789 status = decode_pathname(xdr, &loc->rootpath); in decode_attr_fs_locations()
|
H A D | nfs4proc.c | 4058 &locations->locations[i].rootpath)) in _nfs4_discover_trunking()
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 192 rootpath = None 201 rootpath = m.group('root') 207 rootpath = m.group('root') 213 return GoImport(rootpath, vcstype, repourl, suffix)
|
/openbmc/u-boot/board/freescale/mpc8323erdb/ |
H A D | README | 57 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
|
/openbmc/u-boot/board/k+p/bootscripts/ |
H A D | tpcboot.cmd | 68 setenv nfsargs "setenv bootargs root=/dev/nfs rw nfsroot='${rootpath}',nolock,nfsvers=3"
|
/openbmc/u-boot/board/freescale/mpc8315erdb/ |
H A D | README | 93 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
|
/openbmc/u-boot/board/freescale/mpc8313erdb/ |
H A D | README | 99 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_rpm.bbclass | 201 for rootpath, dirs, files in os.walk(walkpath): 203 stat_f = os.stat(rootpath + "/" + path, follow_symlinks=False) 222 path = rootpath.replace(walkpath, "") 229 if os.path.islink(os.path.join(rootpath, dir)):
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | howto.txt | 115 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
|
/openbmc/linux/include/linux/ |
H A D | nfs_xdr.h | 1221 struct nfs4_pathname rootpath; member
|
/openbmc/u-boot/cmd/ |
H A D | Kconfig | 1187 bool "Request & store 'rootpath' from BOOTP/DHCP server" 1192 path in the variable 'rootpath'.
|
/openbmc/u-boot/ |
H A D | README | 3795 rootpath - Pathname of the root filesystem on the NFS server
|