Correct use of gen2stage4 and enable prompt
This commit is contained in:
parent
7822d7e9ba
commit
a163491b04
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ function stage_step() {
|
|||
fi
|
||||
|
||||
${cmd} git clone "https://github.com/erenfro/gen2stage4" "$HOME/gen2stage4" || errormsg 1 "Failed to download gen2stage4"
|
||||
${cmd} "$HOME/gen2stage4/gen2stage4" -q -t /mnt/gentoo "$s4file"
|
||||
${cmd} "$HOME/gen2stage4/gen2extract" -t /mnt/gentoo "$s4file"
|
||||
${cmd} rm -rf "$HOME/gen2stage4"
|
||||
|
||||
#FIXME post stage extraction:
|
||||
|
|
Loading…
Reference in a new issue