sugarlabs / sugar-live-build

Configuration for Debian Live Build to make a Sugar Live Build
Other
6 stars 12 forks source link

Debootstrap err #31

Open chimosky opened 1 year ago

chimosky commented 1 year ago

@quozl kindly review.

quozl commented 1 year ago

How are you becoming root? It sounds like you may be doing it in a way that loses meaningful PATH.

chimosky commented 1 year ago

How are you becoming root? It sounds like you may be doing it in a way that loses meaningful PATH.

Used su.

quozl commented 1 year ago

Yeah, that will lose useful PATH, or rather avoid setting PATH in the same way as anticipated by whomever set up the root account in the first place.

Use sudo -i or su -l instead, as a general practice.

chimosky commented 1 year ago

Yeah, that will lose useful PATH, or rather avoid setting PATH in the same way as anticipated by whomever set up the root account in the first place. Use sudo -i or su -l instead, as a general practice.

Alright , I've dropped that commit.