Searched refs:rootpath (Results 1 – 13 of 13) 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) 128 self.target.run('mkdir -p %s/libx32' % rootpath, 1500) 129 self.target.run('mkdir -p %s/lib64' % rootpath, 1500) 130 self.target.run('cp /lib/libtinfo.so.5 %s/lib' % rootpath, 1500) 131 self.target.run('cp /libx32/libtinfo.so.5 %s/libx32' % rootpath, 1500) 132 self.target.run('cp /lib64/libtinfo.so.5 %s/lib64' % rootpath, 1500) [all …]
|
| /openbmc/bmcweb/include/ |
| H A D | webassets.hpp | 65 static constexpr std::string_view rootpath("/usr/share/www/"); variable 170 file.absolutePath.string().substr(rootpath.size() - 1)); in addFile() 234 std::filesystem::recursive_directory_iterator dirIter({rootpath}, ec); in requestRoutes() 238 "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/u-boot/board/freescale/mpc8323erdb/ |
| H A D | README | 57 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
|
| /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/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 | 197 for rootpath, dirs, files in os.walk(walkpath): 199 stat_f = os.stat(rootpath + "/" + path, follow_symlinks=False) 226 path = rootpath.replace(walkpath, "") 233 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/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
|