forked from josch/mmdebstrap
make failure to remove /dev/ptmx a warning and not an error
This commit is contained in:
parent
d29f9195d7
commit
d9ca7c21ff
1 changed files with 1 additions and 1 deletions
|
@ -1189,7 +1189,7 @@ sub run_chroot {
|
|||
or error "cannot create /dev/pts/ptmx symlink";
|
||||
push @cleanup_tasks, sub {
|
||||
unlink "$options->{root}/dev/ptmx"
|
||||
or error "unlink /dev/ptmx";
|
||||
or warning "unlink /dev/ptmx";
|
||||
};
|
||||
next;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue