vale981 / archiso-bcachefs

A way to create an Arch Linux live medium with bcachefs support.
4 stars 1 forks source link

Is it possible to trick build.sh with fake root? #4

Closed RlndVt closed 4 years ago

RlndVt commented 4 years ago

Something like:

cp -r $PACKAGE_DIR $WORKDIR/airootfs
cd $WORKDIR
fakeroot ./build.sh -v
RlndVt commented 4 years ago

Tried it, build.sh attempts to mount something so needs root.