mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-09 12:21:17 +00:00
Rename meta-resin to meta-balena
Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
parent
301aa52f03
commit
164dd7ccc1
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
/node_modules/
|
||||
/automation/node_modules/
|
||||
/automation/meta-resin/
|
||||
/meta-resin/
|
||||
/automation/meta-balena/
|
||||
/meta-balena/
|
||||
*.swp
|
||||
/data/
|
||||
/build/
|
||||
|
@ -43,7 +43,7 @@ export const fnSchema = {
|
||||
async () => {
|
||||
try {
|
||||
// FIXME: We should be mounting the following file into the supervisor from the
|
||||
// start-balena-supervisor script, changed in meta-resin - but until then, hardcode it
|
||||
// start-balena-supervisor script, changed in meta-balena - but until then, hardcode it
|
||||
const data = await fs.readFile(
|
||||
`${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`,
|
||||
'utf8',
|
||||
@ -62,7 +62,7 @@ export const fnSchema = {
|
||||
async () => {
|
||||
try {
|
||||
// FIXME: We should be mounting the following file into the supervisor from the
|
||||
// start-balena-supervisor script, changed in meta-resin - but until then, hardcode it
|
||||
// start-balena-supervisor script, changed in meta-balena - but until then, hardcode it
|
||||
const data = await fs.readFile(
|
||||
`${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`,
|
||||
'utf8',
|
||||
|
Loading…
x
Reference in New Issue
Block a user