diff options
Diffstat (limited to 'templates/yaboot')
-rw-r--r-- | templates/yaboot/boot.msg | 18 | ||||
-rw-r--r-- | templates/yaboot/yaboot.conf | 6 |
2 files changed, 24 insertions, 0 deletions
diff --git a/templates/yaboot/boot.msg b/templates/yaboot/boot.msg new file mode 100644 index 000000000..9c25a9c47 --- /dev/null +++ b/templates/yaboot/boot.msg @@ -0,0 +1,18 @@ +Welcome to Debian GNU/Linux + +This is an Debian Live CDROM, +built on LIVE_DATE. + +The default option is 'live'. + +If the system fails to boot at all (the typical +symptom is a white screen which doesn't go away), +use 'live video=ofonly'. + +Press the tab key for a list of options, or type +'help' for help. + +************************************ +If in doubt, just press Enter, and if that +doesn't work, type 'live video=ofonly'. +************************************ diff --git a/templates/yaboot/yaboot.conf b/templates/yaboot/yaboot.conf new file mode 100644 index 000000000..8170d7046 --- /dev/null +++ b/templates/yaboot/yaboot.conf @@ -0,0 +1,6 @@ +default=live +message=/install/boot.msg + +LIVE_KERNEL_LIVE + +LIVE_KERNEL_INSTALL |