<feed xmlns='http://www.w3.org/2005/Atom'>
<title>live-boot.git/scripts/boot/9990-mount-http.sh, branch rolling</title>
<subtitle> (mirror of https://github.com/vyos/live-boot.git)
</subtitle>
<id>https://git.amelek.net/vyos/live-boot.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/live-boot.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/'/>
<updated>2013-06-24T19:38:08+00:00</updated>
<entry>
<title>Reorganizing components in source tree.</title>
<updated>2013-06-24T19:38:08+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-06-24T19:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=a331218718282c5496ff062a0f6aa55908224862'/>
<id>urn:sha1:a331218718282c5496ff062a0f6aa55908224862</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increasing tftp blocksize to maximum value per RFC 2348, thanks to Vincent Smeets &lt;Vincent.VSmeets@gmail.com&gt; (Closes: #709887).</title>
<updated>2013-05-27T14:36:59+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-05-27T14:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=057d800269a81e5218d5bf38b42cb18d8399b290'/>
<id>urn:sha1:057d800269a81e5218d5bf38b42cb18d8399b290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Further guarding overwriting of /bin/mount by making it dependent on the existence of /bin/mount.util-linux.</title>
<updated>2013-05-08T06:41:03+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-05-08T06:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=957eb9528a0ebd10e26897de3b3d6f95cd980819'/>
<id>urn:sha1:957eb9528a0ebd10e26897de3b3d6f95cd980819</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs to make it active (Closes: #707116).</title>
<updated>2013-05-08T06:39:37+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-05-08T06:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=69a2504ef668f71120f801e2f3ba445c64644559'/>
<id>urn:sha1:69a2504ef668f71120f801e2f3ba445c64644559</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Using 'local' in a safe way.</title>
<updated>2013-05-06T11:54:13+00:00</updated>
<author>
<name>Tails developers</name>
<email>amnesia@boum.org</email>
</author>
<published>2012-12-07T21:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=d7c33ee024a4c044345e9d5b79ad039c8dafd8cd'/>
<id>urn:sha1:d7c33ee024a4c044345e9d5b79ad039c8dafd8cd</id>
<content type='text'>
First of all, 'local' is non-POSIX, but it is a really good safeguard
against hard-to-find bugs. However, doing a local + initializing combo
like `local X=$Y` in dash is error prone. If `Y=1 2` will get an error
since dash will expand $Y so we get `local X=1 2`, but it will treat
the "2" as another variable to be made local, which isn't what we
want. Hence, let's declare variables local and initialize them in
separate commands, which is safe.
</content>
</entry>
<entry>
<title>Adding debian version 4.0~a1-1.</title>
<updated>2013-05-06T11:54:10+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>mail@daniel-baumann.ch</email>
</author>
<published>2013-05-06T11:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1'/>
<id>urn:sha1:2648cbc4fbb19cc4b20bca4b4f3d38d515f130a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Using 'local' in a safe way.</title>
<updated>2012-12-07T21:31:36+00:00</updated>
<author>
<name>Tails developers</name>
<email>amnesia@boum.org</email>
</author>
<published>2012-12-07T21:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=7f275599f4d4c8800d1bbf6ee275328d033a7438'/>
<id>urn:sha1:7f275599f4d4c8800d1bbf6ee275328d033a7438</id>
<content type='text'>
First of all, 'local' is non-POSIX, but it is a really good safeguard
against hard-to-find bugs. However, doing a local + initializing combo
like `local X=$Y` in dash is error prone. If `Y=1 2` will get an error
since dash will expand $Y so we get `local X=1 2`, but it will treat
the "2" as another variable to be made local, which isn't what we
want. Hence, let's declare variables local and initialize them in
separate commands, which is safe.
</content>
</entry>
<entry>
<title>Renaming boot scripts for refactoring them into numbered plugins.</title>
<updated>2012-07-18T21:34:15+00:00</updated>
<author>
<name>Daniel Baumann</name>
<email>daniel@debian.org</email>
</author>
<published>2012-07-02T15:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/live-boot.git/commit/?id=2e70d7be610c9e45787c37352d36241de3c155d7'/>
<id>urn:sha1:2e70d7be610c9e45787c37352d36241de3c155d7</id>
<content type='text'>
</content>
</entry>
</feed>
