mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
installer: specify filesystemtype on mount
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ae1816c106
commit
6338a37791
@ -228,7 +228,7 @@ do_install_quick() {
|
||||
mkdir -p $TMPDIR/part1 >> $LOGFILE 2>&1
|
||||
|
||||
msg_progress_install "40" "mounting ${INSTALL_DEVICE}1 to $TMPDIR/part1"
|
||||
mount ${INSTALL_DEVICE}1 $TMPDIR/part1 >> $LOGFILE 2>&1
|
||||
mount -t ext4 ${INSTALL_DEVICE}1 $TMPDIR/part1 >> $LOGFILE 2>&1
|
||||
|
||||
# installing extlinux
|
||||
msg_progress_install "50" "installing extlinux to $TMPDIR/part1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user