| File: bbctools.txt | |
|---|---|
| patch-16 | patch-17 |
| Line 118 | Line 118 |
| A package can also build a user account on a BBC. To do so, it is necessary to manually create appropriate .passwd, .group, and .bootstrap files and put them in the files/ directory of the package. | A package can also build a user account on a BBC. To do so, it is necessary to manually create appropriate .passwd, .group, and .bootstrap files and put them in the files/ directory of the package. |
| Be sure to prepend the username to /all three/ files | Be sure to prepend the username to *all three* files |
| ($(username).bootstrap will later be copied to $(username)/.bootstrap in the work/ directory). In the Makefile, add the files to your DISTFILES variable and enumerate the users that your package will | ($(username).bootstrap will later be copied to $(username)/.bootstrap in the work/ directory). In the Makefile, add the files to your DISTFILES variable and enumerate the users that your package will |