At some point I'll get this right
This commit is contained in:
parent
e0ee1818ca
commit
ad06aab0a4
@ -127,7 +127,8 @@ build-gentoo() {
|
||||
# Now we need to pivot into a chroot and finish configuration natively
|
||||
# Buuuut... since we're using systemd, we get to just spawn a systemd-nspawn container
|
||||
popd
|
||||
sudo systemd-nspawn --directory="$_optdest" "$0 -c"
|
||||
cp "$0" "$_optdest/gentoostrap.sh"
|
||||
sudo systemd-nspawn --directory="$_optdest" /gentoostrap.sh -c
|
||||
}
|
||||
build-gentoo-chroot() {
|
||||
# Build Gentoo, but from within the chroot environment
|
||||
|
Loading…
Reference in New Issue
Block a user