wip
This commit is contained in:
parent
46015ce4af
commit
56d175ab07
1 changed files with 6 additions and 0 deletions
6
entry.sh
6
entry.sh
|
@ -88,3 +88,9 @@ function second_stage(){
|
|||
|
||||
}
|
||||
|
||||
function post_install_stage(){
|
||||
sleep 0.5
|
||||
mount | grep target | awk '{print $3}'| sort -r | while read LINE; do
|
||||
umount -l $LINE;
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue