Changeset 794


Ignore:
Timestamp:
Dec 21, 2007 10:31:40 AM (5 years ago)
Author:
jrollins
Message:

debirf: stupidly didn't make actual change outlined in r791 log
(remove '-r' dependence for superuser). I have confirmed that builds
using fakechroot as root work fine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debirf/fs/usr/bin/make-debirf

    r792 r794  
    279279done 
    280280 
    281 if [ $(id -u) = '0' -a "$ROOT_BUILD" != 'true' ] ; then 
    282     failure "To run $CMD as root, you must use the '--root-build' option." 
    283 fi 
    284              
    285281if [ "$DEBIRF_KERNEL_PACKAGE" ] ; then 
    286282    if [ -f "$DEBIRF_KERNEL_PACKAGE" ] ; then 
     
    300296    DEBIRF_PLUGINS="$DEBIRF_PROFILE/plugins" 
    301297else 
    302     echo "$DEBIRF_PROFILE not found." 
     298    echo "Profile '$DEBIRF_PROFILE' not found." 
    303299    usage_profile 
    304300    exit 1 
     
    361357# determine write mode 
    362358if [ -d "$DEBIRF_ROOT" ] ; then 
    363     echo "Directory $DEBIRF_ROOT already exists." 
     359    echo "Debirf root '$DEBIRF_ROOT' already exists." 
    364360    if [ -z "$WRITE_MODE" ] ; then 
    365361        echo "Select one of the following:" 
     
    430426if [ "$STAGE_INITRD" = 'true' ] ; then 
    431427    if [ ! -d "$DEBIRF_ROOT" ] ; then 
    432         failure "debirf root not found." 
     428        failure "Debirf root '$DEBIRF_ROOT' not found." 
    433429    fi 
    434430    # determine initrd name 
Note: See TracChangeset for help on using the changeset viewer.