summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.store_config_to_removable_device
Commit message (Collapse)AuthorAgeFilesLines
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Remove exit and also properly close open filesErmal LUÇI2014-12-021-3/+6
|
* Decouple filter.inc from functions.inc. There is no need to process filter ↵Scott Ullrich2009-11-211-0/+1
| | | | functions most of the time. Include filter.inc where it is needed
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+4
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* The MS-Dos filesystem was renamed from msdos to msdosfs in 6.3.Scott Ullrich2009-01-181-1/+1
| | | | Information submitted-by: Tim Judd
* Use product_nameScott Ullrich2008-11-101-1/+1
|
* Close STDIN ($fp) handle before returning back to shell. Major doh's.Scott Ullrich2007-06-021-1/+1
|
* Remove deep south twang... You're YourScott Ullrich2006-03-121-1/+1
|
* * Touch /tmp/config_moved after config moveScott Ullrich2006-01-011-0/+1
| | | | * Do not run option 98 twice after config move
* * Store configuration in /tmp/mnt/cf/confScott Ullrich2005-11-251-7/+7
| | | | * Use null_fs to mount areas up
* * Use /tmp/ to mountScott Ullrich2005-11-251-7/+7
| | | | * Do not umount /conf memfs
* Umount /conf too!Scott Ullrich2005-11-251-1/+2
|
* Umount nullfs in the correct spotScott Ullrich2005-11-251-3/+3
|
* umount nullfs items before moving configurationScott Ullrich2005-11-251-0/+2
|
* Alert user that their configuration now resides on device $move_config_to_deviceScott Ullrich2005-10-021-2/+2
|
* Lock configuration during operationsScott Ullrich2005-10-021-1/+2
|
* s/===/==Scott Ullrich2005-10-021-1/+1
|
* Remove -rfScott Ullrich2005-10-021-1/+1
|
* Remove /var/db/pfi after moving configuration to deactivate option #98Scott Ullrich2005-10-021-0/+1
|
* Show process of the configuration being moved.Scott Ullrich2005-10-011-1/+6
|
* * Correctly detect detected devices capable of config.xmlScott Ullrich2005-10-011-0/+1
| | | | * Sym link /conf too
* Add script that aides in creating a config.xml file on a removable device. ↵Scott Ullrich2005-10-011-0/+77
Note that this is not fully working just yet.
OpenPOWER on IntegriCloud