Changeset 794
- Timestamp:
- Dec 21, 2007 10:31:40 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/debirf/fs/usr/bin/make-debirf (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debirf/fs/usr/bin/make-debirf
r792 r794 279 279 done 280 280 281 if [ $(id -u) = '0' -a "$ROOT_BUILD" != 'true' ] ; then282 failure "To run $CMD as root, you must use the '--root-build' option."283 fi284 285 281 if [ "$DEBIRF_KERNEL_PACKAGE" ] ; then 286 282 if [ -f "$DEBIRF_KERNEL_PACKAGE" ] ; then … … 300 296 DEBIRF_PLUGINS="$DEBIRF_PROFILE/plugins" 301 297 else 302 echo " $DEBIRF_PROFILEnot found."298 echo "Profile '$DEBIRF_PROFILE' not found." 303 299 usage_profile 304 300 exit 1 … … 361 357 # determine write mode 362 358 if [ -d "$DEBIRF_ROOT" ] ; then 363 echo "D irectory $DEBIRF_ROOTalready exists."359 echo "Debirf root '$DEBIRF_ROOT' already exists." 364 360 if [ -z "$WRITE_MODE" ] ; then 365 361 echo "Select one of the following:" … … 430 426 if [ "$STAGE_INITRD" = 'true' ] ; then 431 427 if [ ! -d "$DEBIRF_ROOT" ] ; then 432 failure " debirf rootnot found."428 failure "Debirf root '$DEBIRF_ROOT' not found." 433 429 fi 434 430 # determine initrd name
Note: See TracChangeset
for help on using the changeset viewer.

