- add /etc/mtab (needed for udisks/xbmc) - symlink to /proc/mounts
This commit is contained in:
Stephan Raue 2010-04-26 00:09:26 +02:00
parent 9c373610a6
commit ebd95ee087

View File

@ -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