mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-07 01:47:50 +00:00
busybox:
- add /etc/mtab (needed for udisks/xbmc) - symlink to /proc/mounts
This commit is contained in:
parent
9c373610a6
commit
ebd95ee087
@ -30,6 +30,7 @@ USER_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw $USER_PASSWORD`"
|
||||
cp $PKG_DIR/config/profile $INSTALL/etc
|
||||
touch $INSTALL/etc/fstab
|
||||
ln -sf /var/run/resolv.conf $INSTALL/etc/resolv.conf
|
||||
ln -sf /proc/mounts $INSTALL/etc/mtab
|
||||
|
||||
# create /etc/hostname
|
||||
echo $HOSTNAME > $INSTALL/etc/hostname
|
||||
|
Loading…
x
Reference in New Issue
Block a user