summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot b/boot
index f2128de5b9..d554b037bd 100644
--- a/boot
+++ b/boot
@@ -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