diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:29 +0100 |
commit | da353a5231ad925013d01065768864307c70651a (patch) | |
tree | 589606906e4e8966797f352ec63162cbb4016da0 /doc | |
parent | 068a51b175546dfeac45c747236817cb41db50d7 (diff) | |
download | vyos-live-build-da353a5231ad925013d01065768864307c70651a.tar.gz vyos-live-build-da353a5231ad925013d01065768864307c70651a.zip |
Adding live-helper 1.0~a4-1.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 82 | ||||
-rw-r--r-- | doc/FAQ | 29 | ||||
-rw-r--r-- | doc/README | 18 | ||||
-rwxr-xr-x | doc/examples/java-hook.sh | 13 |
4 files changed, 127 insertions, 15 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 7ef0bf08d..dc720ff21 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,10 +1,74 @@ -2006-03-26 Daniel Baumann <daniel@debian.org> +2007-04-05 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_grub, templates/grub/menu.lst: + - Added splash functionality. + * Uploaded 1.0~a4-1. + +2007-04-03 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_grub, lh_binary_grub: + - Added check for LIVE_TEMPLATES to be existing. + * helpers/lh_binary_includes: + - Added check for LIVE_INCLUDES to be existing. + +2007-04-02 Daniel Baumann <daniel@debian.org> + + * functions/*, helpers/*: + - Merged LIVE_SYSLINUX and LIVE_GRUB into LIVE_BOOTLOADER. + * helpers/lh_binary_iso: + - Added exclude for the bootloader from the iso image content. + +2007-04-01 Daniel Baumann <daniel@debian.org> + + * helper/lh_binary_grub: + - Added. + +2007-03-30 Daniel Baumann <daniel@debian.org> + + * helper/lh_chroot_localincludes: + - Fixed wrong path for hook removal. + +2007-03-29 Daniel Baumann <daniel@debian.org> + + * functions/common.sh, echo.sh: + - Added. + * doc/README, helpers/lh_source, manpages/lh_binary.1, live-helper.7: + - Added forgotten helpers. + * doc/FAQ: + - Added. + * lists/mini, minimal: + - Added --yes to apt call to make them non-interactive. + * manpages/lh_chroot.1: + - Added. + +2007-03-28 Daniel Baumann <daniel@debian.org> + + * helpers/lh_bootstrap_cdebootstrap, lh_bootstrap_debootstrap: + - Added --debug, --quiet, and --verbose. + +2007-03-27 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_linuximage, lh_binary_memtest86: + - Added missing Read_conffiles to fix foreign architecture builds. + +2007-03-26 Daniel Baumann <daniel@debian.org> + + * helpers/lh_bootstrap_cdebootstrap, lh_bootstrap_debootstrap, + lh_clean: + - Added routine to cache bootstrapped chroot as suggested by Kai + Hendry <hendry@iki.fi>. + * helpers/lh_chroot_rootfs: + - Fixed typo in net type. + * lists/gnome*, kde*, standard-x11, xfce*: + - Added menu. + +2007-03-26 Daniel Baumann <daniel@debian.org> * functions/defaults.sh: - Fixed handling of desktop list variable loop. * Uploaded 1.0~a3-1. -2006-03-25 Daniel Baumann <daniel@debian.org> +2007-03-25 Daniel Baumann <daniel@debian.org> * functions/*, helpers/*: - Renamed LIVE_FLAVOUR to LIVE_BOOTSTRAP_FLAVOUR. @@ -35,7 +99,7 @@ * lists/minimal-net: - Minimized. -2006-03-24 Daniel Baumann <daniel@debian.org> +2007-03-24 Daniel Baumann <daniel@debian.org> * functions/*, helpers/*, hooks/*: - Added GPL blurb. @@ -53,12 +117,12 @@ * helpers/lh_clean: - Added purge. -2006-03-23 Daniel Baumann <daniel@debian.org> +2007-03-23 Daniel Baumann <daniel@debian.org> * helpers/make-live: - Calling Arguments twice to catch case with non-default root. -2006-03-22 Daniel Baumann <daniel@debian.org> +2007-03-22 Daniel Baumann <daniel@debian.org> * functions/default.sh, helpers/*: - Renamed lh_chroot_packageslist to lh_chroot_packageslists and @@ -71,7 +135,7 @@ - Added check for LIVE_KERNEL_PACKGES=none to allow kernel packages as local packages. -2006-03-21 Daniel Baumann <daniel@debian.org> +2007-03-21 Daniel Baumann <daniel@debian.org> * helpers/lh_binary_hdd, lh_binary_iso, lh_binary_net, lh_binary_usb: - Checking earlier if there is something todo. @@ -90,17 +154,17 @@ - Renamed LIVE_MIRROR_LOCAL to LIVE_MIRROR_BUILD and LIVE_MIRROR_GENERIC to LIVE_MIRROR_IMAGE. -2006-03-20 Daniel Baumann <daniel@debian.org> +2007-03-20 Daniel Baumann <daniel@debian.org> * helpers/make-live: - Fixed typo in ARGUMENTS. -2006-03-19 Daniel Baumann <daniel@debian.org> +2007-03-19 Daniel Baumann <daniel@debian.org> * lists/gnome*, kde*, standard-x11, xfce*: - Added alsa-base, alsa-oss, alsa-utils, and discover. -2006-03-19 Daniel Baumann <daniel@debian.org> +2007-03-19 Daniel Baumann <daniel@debian.org> * Uploaded 1.0~a2-1. diff --git a/doc/FAQ b/doc/FAQ new file mode 100644 index 000000000..ce9ad7c44 --- /dev/null +++ b/doc/FAQ @@ -0,0 +1,29 @@ +Debian Live: Frequently Asked Questions (FAQ) +============================================= + +Build Time +---------- + +Q: How do I drop in to a shell during make-live chroot process? +A: Use "--interactive shell", then exit when you have made the setting changes + you want and the build process will continue. + +Q: Where to set the username or the hostname? +A: casper uses default username 'casper' and hostname 'live'. You can specify + them by passing 'username=' and 'hostname=' as kernel parameters (In previous + casper releases it was 'host='). + + live-helper automatically sets the username to 'user' and the hostname to + 'debian'. If you want to change this at build time, pass --username and + --hostname to make-live, or alter LIVE_USERNAME and LIVE_HOSTNAME in + config/image. + +Run Time +-------- + +Q: What is the root password? +A: There is none. You can switch to root with 'sudo su -' or set a password with + 'sudo passwd'. + +Q: What is the user password? +A: The user password for 'user' is 'live'. diff --git a/doc/README b/doc/README index 22e56865a..a7b9de92e 100644 --- a/doc/README +++ b/doc/README @@ -1,7 +1,8 @@ * lh_config * lh_bootstrap - |_ lh_cdebootstrap | lh_debootstrap + |_ lh_cdebootstrap + |_ lh_debootstrap * lh_chroot |_ lh_chroot_proc install @@ -26,6 +27,7 @@ |_ lh_chroot_hooks |_ lh_chroot_localhooks |_ lh_chroot_symlinks + |_ lh_chroot_interactive | |_ lh_chroot_linuximage remove |_ lh_chroot_sources remove @@ -38,18 +40,21 @@ |_ lh_chroot_proc remove * lh_binary - |_ lh_binary_rootfs - |_ lh_binary_manifest - |_ lh_binary_encryption + |_ lh_binary_chroot | |_ lh_chroot_proc install - |_ lh_chroot_sysfs install + |_ lh_chorot_sysfs install |_ lh_chroot_hosts install |_ lh_chroot_resolv install |_ lh_chroot_sources install | + |_ lh_binary_rootfs + |_ lh_binary_manifest + |_ lh_binary_encryption + | |_ lh_binary_linuximage |_ lh_binary_memtest86 + |_ lh_binary_grub |_ lh_binary_syslinux |_ lh_binary_includes |_ lh_binary_localincludes @@ -73,9 +78,10 @@ | |_ lh_source_config |_ lh_source_download + |_ lh_source_md5sum | - |_ lh_source_hdd |_ lh_source_generic + |_ lh_source_hdd |_ lh_source_iso |_ lh_source_net |_ lh_source_usb diff --git a/doc/examples/java-hook.sh b/doc/examples/java-hook.sh new file mode 100755 index 000000000..0574f3a98 --- /dev/null +++ b/doc/examples/java-hook.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# This is a hook for live-helper(7) to install sun-java. +# To enable it, copy this hook into your config/chroot_localhooks directory. +# +# live-helper sets DEBIAN_FRONTEND to 'noninteractive' to advise debconf to not +# ask any questions while installing packages. Suns redistribution terms for +# Java do not allow this, therefore we need to overwrite DEBIAN_FRONTEND for +# this apt-get call only. + +DEBIAN_FRONTEND="dialog" apt-get install --yes sun-java6-bin sun-java6-demo \ + sun-java6-doc sun-java6-fonts sun-java6-jdk sun-java6-jre \ + sun-java6-plugin sun-java6-source |