Changeset c6506aea for LFS


Ignore:
Timestamp:
03/15/2019 08:55:01 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
3142368
Parents:
a659e46
Message:

Remove sudo from commands run as root (and some DEBUG lines)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    ra659e46 rc6506aea  
    463463                  -e 's|umount|@-sudo &|' \
    464464                  -e 's|\$LFS|$(MOUNT_PT)|'`
    465 #echo [DEBUG]
    466 #echo devices=$devices
    467 #echo teardown=$teardown
    468 #echo teardownat=$teardownat
    469465  # Drop in the main target 'all:' and the chapter targets with each sub-target
    470466  # as a dependency.
     
    589585(
    590586    cat << EOF
    591         sudo mkdir -pv \$(MOUNT_PT)/run/systemd/resolve
    592         sudo cp -v /etc/resolv.conf \$(MOUNT_PT)/run/systemd/resolve
     587        mkdir -pv \$(MOUNT_PT)/run/systemd/resolve
     588        cp -v /etc/resolv.conf \$(MOUNT_PT)/run/systemd/resolve
    593589
    594590EOF
Note: See TracChangeset for help on using the changeset viewer.