Chinaunix首页 | 论坛 | 博客
  • 博客访问: 257358
  • 博文数量: 42
  • 博客积分: 2245
  • 博客等级: 大尉
  • 技术积分: 466
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-20 13:02
文章分类

全部博文(42)

文章存档

2012年(4)

2011年(6)

2010年(2)

2009年(6)

2008年(24)

我的朋友

分类: LINUX

2009-03-19 16:14:34


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




阅读(1146) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~