diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 04:46:25 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 04:46:25 +0100 |
commit | 49a4ffc061a99a9100e069b904b958ded4fed981 (patch) | |
tree | 3cfff18074c29158fe9f72b10dbc3134a63baf0f /templates | |
parent | 0cfbc69eb0d6559b7ea334448f5eb4178bfbfd95 (diff) | |
download | vyos-live-build-49a4ffc061a99a9100e069b904b958ded4fed981.tar.gz vyos-live-build-49a4ffc061a99a9100e069b904b958ded4fed981.zip |
Add lh_binary_silo and associated templates to support the SILO bootloader.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/silo/debian.txt | 21 | ||||
-rw-r--r-- | templates/silo/debian.txt.install | 37 | ||||
-rw-r--r-- | templates/silo/silo.conf | 9 |
3 files changed, 67 insertions, 0 deletions
diff --git a/templates/silo/debian.txt b/templates/silo/debian.txt new file mode 100644 index 000000000..c393af2fd --- /dev/null +++ b/templates/silo/debian.txt @@ -0,0 +1,21 @@ + + Welcome to Debian GNU/Linux! + +This is a Debian LH_DISTRIBUTION live image. +It was built on LH_DATE by live-helper LH_VERSION. + +You must have at least 64 megabytes of RAM to run this Debian Live system. + +See the Live Manual or the FAQ for more information; both documents are +available at the Debian Live web site, http://debian-live.alioth.debian.org/ + +Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted +by applicable law. + + [ Press ENTER to boot the live system ] + +Or: + + "live-failsafe" + Start the live system in fail-safe mode. + diff --git a/templates/silo/debian.txt.install b/templates/silo/debian.txt.install new file mode 100644 index 000000000..366e996cc --- /dev/null +++ b/templates/silo/debian.txt.install @@ -0,0 +1,37 @@ + + Welcome to Debian GNU/Linux! + +This is a Debian LH_DISTRIBUTION combined live and installation image. +It was built on LH_DATE by live-helper LH_VERSION. + +You must have at least 64 megabytes of RAM to run this Debian Live system. + +See the Live Manual or the FAQ for more information; both documents are +available at the Debian Live web site, http://debian-live.alioth.debian.org/ + +You must have at least 32 megabytes of RAM to use the Debian installer. + +You should have space on your hard disk to create a new disk partition +of at least 256 megabytes to install the base system. You'll need more +disk space to install additional packages, depending on what you wish +to do with your new Debian system. + +See the Installation Manual or the FAQ for more information; both +documents are available at the Debian web site, http://www.debian.org/ + +Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted +by applicable law. + + [ Press ENTER to boot the live system ] + +Or: + + "live-failsafe" + Start the live system in fail-safe mode. + "install" + Start the installation using the normal installer. + "expert" + Boot into expert install mode, for maximum control. + "rescue" + Boot into the installer rescue mode. + diff --git a/templates/silo/silo.conf b/templates/silo/silo.conf new file mode 100644 index 000000000..d473bf270 --- /dev/null +++ b/templates/silo/silo.conf @@ -0,0 +1,9 @@ +partition=1 +timeout=600 +message=/boot/debian.txt +default=live +read-write + +LINUX_LIVE + +LINUX_INSTALL |