2010-04-19 10:50 by jocoliu
請問 squashfs 3.0 可以自行安裝嗎? 可以安裝在哪些版的 os 上, puppy linux or busybox 上可以嗎? 謝謝!
ps1. 剛剛又 google 了一下 Squashfs 的功能介紹, 結果發現在 4.4 章節, 可以看到如何把 read only filesystem 改成可以 read/write 的 file system.
...(恕刪)
我用1.8.0.0326做了一版,加了以下的東西:
1. Root 加上 /opt
2. /usr/local/etc/rcS 加入偵測內接/外接硬碟中,是否有services.sh的可執行檔,有的話就執行。
所以它會檢查/tmp/hdd/root, /tmp/hdd/volumes/HDD1 以及 /tmp/usbmounts/sda1,/tmp/usbmounts/sdb1,/tmp/usbmounts/sdc1,/tmp/usbmounts/sdd1中的services.sh。
韌體的下載路徑http://dl.dropbox.com/u/6160003/install-1.8.0.0326-opt-rcS-svc.zip。
另外可以用以下的步驟修改root的密碼。
1. mkdir -p /tmp/hdd/root/etc /tmp/hdd/root/usr/local/etc
2. cd /etc; tar cf - * | tar xf - -C /tmp/hdd/root/etc
3. cd /usr/local/etc; tar cf - * | tar xf - -C /tmp/hdd/root/usr/local/etc
4. mount -o bind /tmp/hdd/root/etc /etc
5. mount -o bind /tmp/hdd/root/usr/local/etc /usr/local/etc
6. passwd (修改密碼)
以後重開機只要執行第4, 5步驟就可以使root有第6步驟所設定的密碼。
內文搜尋

X