mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-11 20:11:42 +00:00
Rename meta-resin to meta-balena
Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
/node_modules/
|
/node_modules/
|
||||||
/automation/node_modules/
|
/automation/node_modules/
|
||||||
/automation/meta-resin/
|
/automation/meta-balena/
|
||||||
/meta-resin/
|
/meta-balena/
|
||||||
*.swp
|
*.swp
|
||||||
/data/
|
/data/
|
||||||
/build/
|
/build/
|
||||||
|
@ -43,7 +43,7 @@ export const fnSchema = {
|
|||||||
async () => {
|
async () => {
|
||||||
try {
|
try {
|
||||||
// FIXME: We should be mounting the following file into the supervisor from the
|
// 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(
|
const data = await fs.readFile(
|
||||||
`${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`,
|
`${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`,
|
||||||
'utf8',
|
'utf8',
|
||||||
@ -62,7 +62,7 @@ export const fnSchema = {
|
|||||||
async () => {
|
async () => {
|
||||||
try {
|
try {
|
||||||
// FIXME: We should be mounting the following file into the supervisor from the
|
// 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(
|
const data = await fs.readFile(
|
||||||
`${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`,
|
`${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`,
|
||||||
'utf8',
|
'utf8',
|
||||||
|
Reference in New Issue
Block a user