![]() |
HowTo.ChangeConfigBin HistoryHide minor edits - Show changes to markup November 01, 2007, at 03:57 PM
by --
Added lines 1-2:
reader beware: This howto may be aged. The July 16, 2007, at 09:58 PM
by --
Changed lines 3-6 from:
There are two main ways to make a change to an unslung NSLU2 "sticky" across reboots: 1) Use a diversion script in /unslung 2) Edit the contents of config.bin to:
There are three main ways to make a change to an unslung NSLU2 "sticky" across reboots:
Changed lines 24-34 from:
Warning! If you accidentally upload a faulty config.bin, you may end up with an unbootable slug! Make sure you save a copy of a working file on your PC, and get familiar with the content of ResetSysConf. And back up your data! to:
Warning! If you accidentally upload a faulty config.bin, you may end up with an unbootable slug! Make sure you save a copy of a working file on your PC, and get familiar with the content of ResetSysConf. And back up your data! Let's say you want to change a parameter in smb.conf like the workgroup setting. This assumes you're booting from the flash disk in /dev/sda... Use "/share/hdd" instead of "/share/flash" otherwise...
July 16, 2007, at 09:52 PM
by --
Changed line 4 from:
1) Use a diversion script? in /unslung to:
1) Use a diversion script in /unslung July 16, 2007, at 09:51 PM
by --
Added lines 1-23:
There are two main ways to make a change to an unslung NSLU2 "sticky" across reboots: 1) Use a diversion script? in /unslung 2) Edit the contents of config.bin Editing config.binDespite its name, config.bin is simply a tar file (created on the NSLU2 using busybox) containing the following key files: config/ config/flash/ config/flash/CGI_ds.conf config/flash/passwd config/flash/group config/flash/smbpasswd config/flash/.htpasswd config/flash/smb.conf config/flash/share.info config/flash/usrgrp.info If you wish to permanently change the content of one of these files, simply edit the content of config.bin and re-upload it through the web panel. Warning! If you accidentally upload a faulty config.bin, you may end up with an unbootable slug! Make sure you save a copy of a working file on your PC, and get familiar with the content of ResetSysConf. And back up your data! |