<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/base-files/files/sbin, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-02-09T12:33:17Z</updated>
<entry>
<title>x86: preserve partition table on sysupgrade</title>
<updated>2016-02-09T12:33:17Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-02-09T12:33:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=532f27987d113c45046fd3ee44e6cb22271e8107'/>
<id>urn:sha1:532f27987d113c45046fd3ee44e6cb22271e8107</id>
<content type='text'>
With this patch sysupgrade will write directly to the partitions
instead of to the main disk.  The UUID is copied from the image
to the MBR as well.  This prevents the mbr from being completely
overwritten and losing the partition table.  The -p option has
been added to maintain the original behavior and overwite the
entire disk with the new image.  Tests have been added to ensure
that the image partitions match up with the active partitions.

Signed-off-by: Rob Mosher &lt;nyt-openwrt@countercultured.net&gt;

SVN-Revision: 48682
</content>
</entry>
<entry>
<title>base-files: honor CONFIG_TARGET_INIT_PATH</title>
<updated>2016-02-08T14:28:50Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-02-08T14:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=0ac46f4c040aac6bd7416c27e00dc553e0c8881f'/>
<id>urn:sha1:0ac46f4c040aac6bd7416c27e00dc553e0c8881f</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48678
</content>
</entry>
<entry>
<title>base-files: Fix sysupgrade overlay saving</title>
<updated>2016-01-17T18:24:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-01-17T18:24:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e3adf8f08c7c9338e74d8fb0a75edd06ebe2e0cc'/>
<id>urn:sha1:e3adf8f08c7c9338e74d8fb0a75edd06ebe2e0cc</id>
<content type='text'>
A previous change to sysupgrade moved the overlay files into upper/
The -c switch generates a list of files to backup, but the sed
calls did not take this into consideration.

Signed-off-by: Rob Mosher &lt;nyt-openwrt@countercultured.net&gt;

SVN-Revision: 48281
</content>
</entry>
<entry>
<title>base-files: sanitize and unify $PATH</title>
<updated>2015-10-02T08:24:32Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2015-10-02T08:24:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=7726a090daaf8a27dc981c90d1600053ea9842b2'/>
<id>urn:sha1:7726a090daaf8a27dc981c90d1600053ea9842b2</id>
<content type='text'>
Previously init and hotplug paths were different from console.

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 47080
</content>
</entry>
<entry>
<title>base-files: add support for platform_pre_upgrade function</title>
<updated>2015-04-09T14:33:03Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-04-09T14:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=8120d842cba14ff609241115d362b68531b23b00'/>
<id>urn:sha1:8120d842cba14ff609241115d362b68531b23b00</id>
<content type='text'>
Current NAND sysupgrade process is a bit hard to follow due to the way
of triggering stage1. Currently this is done by leaving a /mark/ in the
form of /tmp/sysupgrade-nand-path during nand_do_platform_check.
Existence of this mark stops standard sysupgrade process (as the result
of sysupgrade_pre_upgrade exit). This may be a bit misleading.

Proposed solution adds a new function that will allow platform.sh
trigger NAND sysupgrade consciously. This will also allow cleaning
nand_do_platform_check limiting it to just checking the image.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45338
</content>
</entry>
<entry>
<title>base-files: firstboot: pass down arguments such as -y to jffs2reset</title>
<updated>2015-03-10T23:43:25Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2015-03-10T23:43:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b082405529f1fb41b0f3816a36bcd927bafb066f'/>
<id>urn:sha1:b082405529f1fb41b0f3816a36bcd927bafb066f</id>
<content type='text'>
This brings back old behavior.

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 44651
</content>
</entry>
<entry>
<title>[base-files]: fix sysupgrade on overlayfs v23+</title>
<updated>2014-11-24T15:55:52Z</updated>
<author>
<name>Imre Kaloz</name>
</author>
<published>2014-11-24T15:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=5ce42d676c4c35fdc5050ad856e51aa2f2248e0c'/>
<id>urn:sha1:5ce42d676c4c35fdc5050ad856e51aa2f2248e0c</id>
<content type='text'>
Signed-off-by: Imre Kaloz &lt;kaloz@openwrt.org&gt;



SVN-Revision: 43365
</content>
</entry>
<entry>
<title>scripts: fix wrong usage of '==' operator</title>
<updated>2014-10-14T12:21:11Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-10-14T12:21:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=dcf5e33d8ffbac652a87296847f3005cde9bdd64'/>
<id>urn:sha1:dcf5e33d8ffbac652a87296847f3005cde9bdd64</id>
<content type='text'>
[base-files] shell-scripting: fix wrong usage of '==' operator

normally the '==' is used for invoking a regex parser and is a bashism.
all of the fixes just want to compare a string. the used busybox-ash
will silently "ignore" this mistake, but make it portable/clean at least.

this patch does not change the behavior/logic of the scripts.

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 42911
</content>
</entry>
<entry>
<title>sysupgrade: preserve symlinks in backups</title>
<updated>2014-10-06T04:51:56Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-10-06T04:51:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b9c1e4c808ab97bdcfb2efa251bc9ea93e7bd815'/>
<id>urn:sha1:b9c1e4c808ab97bdcfb2efa251bc9ea93e7bd815</id>
<content type='text'>
Signed-off-by: Catalin Patulea &lt;catalinp@google.com&gt;

SVN-Revision: 42783
</content>
</entry>
<entry>
<title>procd: various cleanups to /lib/upgrade/nand.sh</title>
<updated>2014-06-16T18:55:14Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-06-16T18:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=9814af90b6f64e4d958058f8b1884526ab43f68f'/>
<id>urn:sha1:9814af90b6f64e4d958058f8b1884526ab43f68f</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41222
</content>
</entry>
</feed>
