diff options
Diffstat (limited to 'packages/images/openprotium-image.bb')
-rw-r--r-- | packages/images/openprotium-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/images/openprotium-image.bb b/packages/images/openprotium-image.bb index 5efb401386..55477096d8 100644 --- a/packages/images/openprotium-image.bb +++ b/packages/images/openprotium-image.bb @@ -18,7 +18,7 @@ USE_DEVFS = "1" # dev entries!) SLUGOS_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-slugos.txt')}" -# IMAGE_PREPROCESS_COMMAND is run before making the image. +# IMAGE_PREPROCESS_COMMAND is run before making the image. # We use this to do a few things: # . remove the uImage, which is in a separate part of the flash already. # . adjust the default run level (sysvinit is 5 by default, we like 3) |