diff options
Diffstat (limited to 'boot')
-rw-r--r-- | boot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ #! /bin/sh set -e -# Check that we have all core packages. -for dir in `cat libraries/core-packages` +# Check that we have all boot packages. +for dir in `cat libraries/boot-packages` do if test ! -d libraries/$dir then |