I downloaded slax from site and release to folder under window box. When I create new iso with make_iso.bat, all permissions of files and directory are wrong. Default permission is drwx------. It will raise downloading error when start with PXE server. The reason is that DNSMASQ command have no privilege to access to /boot/pxelinux.cfg/pxelinux.0. In /etc/rc.d/rc.slax, there is one line, "su --login -c "$AUTOCMD"", Executing user of DNSMASQ is nobody whose privilege is low.
\slax\tools\WIN\config
old config:
-v
-J
-R
-D
-no-emul-boot
-boot-info-table
-boot-load-size 4
-b "boot/isolinux/isolinux.bin"
-c "boot/isolinux/isolinux.boot"
Please add two options:
-dir-mode 0755
-file-mode 0766
阅读(1185) | 评论(0) | 转发(0) |