Skip to content

Commit

Permalink
Add comment to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Oct 18, 2024
1 parent ca24c93 commit d7f3b62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/usr/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ pub fn copy_files(verbose: bool) {
create_dir("/usr", verbose); // User directories
create_dir("/var", verbose); // Variables

// NOTE: Here are the binaries to be included in the build image, but they
// can also be installed later with the `pkg install` command.

//copy_file!("/bin/blank", verbose);
copy_file!("/bin/clear", verbose);
//copy_file!("/bin/exec", verbose);
Expand Down

0 comments on commit d7f3b62

Please sign in to comment.