add mesa recipes and impro qeumux86_64 support
This commit is contained in:
@ -26,7 +26,7 @@ do_install() {
|
||||
install -m 0755 ${WORKDIR}/confd ${D}/${sysconfdir}/init.d/confd
|
||||
install -d ${D}/sbin/
|
||||
install -d ${D}/etc/default/volatiles
|
||||
# install -m 0644 ${WORKDIR}/80_diya ${D}${sysconfdir}/default/volatiles
|
||||
install -m 0644 ${WORKDIR}/80_diya ${D}${sysconfdir}/default/volatiles
|
||||
install -m 0755 ${WORKDIR}/expandfs.sh ${D}/sbin/expandfs.sh
|
||||
install -m 0755 ${WORKDIR}/boot-to-recovery ${D}/sbin/boot-to-recovery
|
||||
install -m 0755 ${WORKDIR}/fs_resize ${DEPLOY_DIR_IMAGE}/
|
||||
|
@ -1,3 +1 @@
|
||||
# d root root 0755 /var/etc/upper none
|
||||
# d root root 0755 /var/etc/work none
|
||||
# l root root 0644 /etc/dropbear /var/etc/dropbear
|
||||
d root root 0755 /run/root none
|
||||
|
@ -26,9 +26,11 @@ case "$1" in
|
||||
umount /dev/${DISK}p4
|
||||
yes | mkfs.ext4 /dev/${DISK}p4
|
||||
mount /dev/${DISK}p4 /home
|
||||
rm /boot/home_partition_should_be_formated
|
||||
fi
|
||||
if [ ! -d "/home/diya" ]; then
|
||||
mkdir -p /home/diya
|
||||
chown -R diya:diya /home/diya
|
||||
rm /boot/home_partition_should_be_formated
|
||||
fi
|
||||
if [ -e "/boot/wpa_supplicant.conf" ];then
|
||||
mv /boot/wpa_supplicant.conf /etc/network/
|
||||
|
Reference in New Issue
Block a user