Commit Graph

438 Commits

Author SHA1 Message Date
Jesse Hathaway 27e3585e7a add new option --syslinux-menu to enable syslinux menu
added a new syslinux menu splash screen, I'm not an artist
but I think it is better than the generic splash which was
already included. Also added the svg file if anyone wants
to make any changes.
2007-11-02 09:34:00 -04:00
Daniel Baumann a0fcb117a0 Corrected wrong path, thanks to Ben Armstrong <synrg@debian.org>. 2007-11-01 17:52:12 +01:00
Jesse Hathaway b2068cd691 fix isolinux when booting multiple kernel flavours 2007-10-31 16:20:57 -04:00
Jesse Hathaway 890801563d fix syslinux timeout option
change MILISECONDS to SECONDS. Syslinux actually uses
tenths of seconds not milliseconds, but it seems
unnecessary to expose this to the user. Fix templates
to only specify the timeout once.
2007-10-31 14:43:26 -04:00
Jesse Hathaway e7100f46b8 add /etc/adjtime to list of writable files in exposed root mode 2007-10-31 10:20:15 -04:00
Jesse Hathaway 800687e9ba allow basename of net-root-path to be binary
This is convenient for testing as you can directly export
the build directory, rather than untarring the net image
in another location.
2007-10-31 10:20:15 -04:00
Jesse Hathaway ae8cb3bce0 add force flag when removing /etc/mtab for exposedroot mode
cdebootstrap does not create /etc/mtab
2007-10-31 10:20:15 -04:00
Daniel Baumann 1385ab5526 Preparing live-helper 1.0~a35-1. 2007-10-31 13:53:52 +01:00
Daniel Baumann a1c4a224f2 Releasing live-helper 1.0~a34-1. 2007-10-31 13:52:21 +01:00
Daniel Baumann f7777a1712 Adding lh_chroot_devpts. 2007-10-31 11:20:03 +01:00
Daniel Baumann 15f9200589 Fixing indenting. 2007-10-31 11:10:05 +01:00
Jesse Hathaway bb08fc8d1e add new option to mount cow device on nfs volume
At the moment this only works with the root volume
on nfs as well. If we add a switch to configure the
network early in the boot process then this option
could be made available for other root mediums. This
option works reliably on the latest kernel 2.6.23.1
On earlier kernels I experienced frequent oopses.
2007-10-31 11:06:58 +01:00
Daniel Baumann beebfa63ae Setting LH_BOOTSTRAP_FLAVOUR only when using cdebootstrap. 2007-10-31 10:55:37 +01:00
Daniel Baumann eaadafff8e Fixing typing error (wrong variable name). 2007-10-31 10:49:38 +01:00
Daniel Baumann 779a9dbe2e Correcting vcs fields. 2007-10-30 11:02:52 +01:00
Daniel Baumann e4410130ab Fixing typing error (missing paranthese). 2007-10-30 09:52:38 +01:00
Daniel Baumann d29dd22a73 Respecting LH_BOOTSTRAP_FLAVOUR (Closes: #448034). 2007-10-30 06:35:35 +01:00
Maarten ter Huurne 2e260e9e86 Avoid [Y/n] query on package autoremove in "mini" hook.
Added "--yes" to "apt-get autoremove" line to avoid APT from popping up a
confirmation.
2007-10-29 21:13:53 +01:00
Maarten ter Huurne b7cbf62451 Fixed lh_config tool name in manpage.
For some reason the page said "lh_source" originally. Copy-paste error?
2007-10-29 19:39:25 +01:00
Daniel Baumann 51a91b805c Correcting homepage field. 2007-10-29 12:08:07 +01:00
Daniel Baumann 48eb8f7ba7 Preparing live-helper 1.0~a34-1. 2007-10-29 11:57:24 +01:00
Daniel Baumann 4f3f3c45b0 Releasing live-helper 1.0~a33-1. 2007-10-29 11:55:19 +01:00
Alex Owen c71e0d5517 fix lh_chroot_sources to actually install *.deb from config/chroot_sources 2007-10-28 18:22:33 -02:00
Maarten ter Huurne b01e3ff769 Added feature to exclude paths from the root filesystem.
To make the root filesystem as small as possible, it can be useful to exclude
certain files or directories. This is now possible by using the file
config/binary_rootfs/exclude, which contains a whitespace separated list of
file paths to exclude; wildcards are allowed. These paths are removed from the
chroot copy before the root filesystem is built.
2007-10-28 03:14:42 +01:00
Maarten ter Huurne c7e50a404e Remove ".img" from kernel image file name.
When an ISO is created with the kernel image file name ending in ".img", the
ISO will not boot. In Qemu, the following error will be shown:

        FATAL: Int13 eltorito call with AX=4C00

This means a non-implemented BIOS entry was called. In VMware and on real
hardware there is a different error message:

        Cannot load disk image (invalid file)?

Removing the ".img" part of the file name solves this.
2007-10-27 20:38:15 +02:00
Jesse Hathaway 00aa1d0c28 add exposedroot option which exposes the root fs as ro
This option allows you to expose the root read only.  Using
this option a person could upgrade the root filesystem or
add packages without requiring the user to reboot. The root
filesystem could be kept on an nfs volume or some other
persistent medium. Multiple clients could then be booted off
the same root fs. I used LTSP as a template to determine which
directories to make rw.
2007-10-24 13:36:42 -04:00
Daniel Baumann acff181e63 Setting default union filesystem to for etch to unionfs. 2007-10-19 18:28:35 +02:00
Daniel Baumann 24767fd736 Removing mkisofs support. 2007-10-19 12:54:26 +02:00
Daniel Baumann 979cd28cc4 Removing ubuntu support. 2007-10-19 12:45:57 +02:00
Daniel Baumann 29cbc991eb Adding cryptsetup. 2007-10-19 09:43:33 +02:00
Daniel Baumann 9994d4494e Preparing live-helper 1.0~a33-1. 2007-10-18 22:49:30 +02:00
Daniel Baumann ef6b9c5d76 Releasing live-helper 1.0~a32-1. 2007-10-18 22:46:51 +02:00
Daniel Baumann ce0c2b4e64 Adding lh_binary_local-packageslists. 2007-10-18 22:28:54 +02:00
Daniel Baumann 7df411ab40 Updating Debian stable release number, thanks to Peter Skogström <peter.skogstrom@bitrunner.com>. 2007-10-18 22:17:50 +02:00
Daniel Baumann 4ff18b78b6 Fixing typing error, thanks to Peter Skogström <peter.skogstrom@bitrunner.com>. 2007-10-18 22:17:04 +02:00
Otavio Salvador b1d10e6a28 lh_binary_syslinux: always put splash image as splash.{rle,png} to avoid filename issues 2007-10-17 13:55:08 -02:00
Otavio Salvador 763a576d88 lh_binary_syslinux: check for ${INITFS} and not ${LH_INITRAMFS} to detect wrong path 2007-10-17 13:53:54 -02:00
Jesse Hathaway 293ef95b91 lh_binary_syslinux: fix usb-hdd etch images
I did not realize that the syslinux boot methods,
iso, net, & hdd do not have feature parity for any
given version. As per old comments etch syslinux
v3.31 does not support sub directories on FAT images
2007-10-17 13:53:49 -02:00
Daniel Baumann cede7843d2 Setting union filesystem default to aufs since default distribution is lenny. 2007-10-15 17:50:18 +02:00
Daniel Baumann fbc0d88166 Adjusting error message: debootstrap is default, hence listed first. 2007-10-14 23:44:49 +02:00
Daniel Baumann e98b7dda9d Adding support for a local /etc/apt/preferences file in config/chroot_apt/preferences. 2007-10-14 21:47:35 +02:00
Jesse Hathaway c5f302869e readd support for booting etch via syslinux 2007-10-14 11:33:10 -04:00
Jesse Hathaway 4314b13356 Unify syslinux code, so that pxelinux isolinux & usb-hdd
share more code.

Change pxelinux directory setup to match debian installer

Change syslinux templates to use {$VAR} syntax so the
templates are easier to read

Remove etch support for syslinux, since INCLUDE syntax
is not available in etch syslinux v3.31
2007-10-14 11:32:43 -04:00
Daniel Baumann d1978af30a Not interpreting LH_UNION_FILESYSTEM, so that it gets set with an actual value at build-time (Closes: #446306). 2007-10-12 16:11:44 +02:00
Daniel Baumann f712678141 Adding check to fail if a cross build is started (Closes: #444669, #444670). 2007-10-10 11:39:55 +02:00
Daniel Baumann 687aee76e9 Adding sudo and fakeroot to suggests. 2007-10-10 10:13:04 +02:00
Daniel Baumann 0a3c459b6a Fixing consistency error. 2007-10-09 22:50:35 +02:00
Daniel Baumann f5e1d17219 Preparing live-helper 1.0~a32-1. 2007-10-09 21:36:27 +02:00
Daniel Baumann f91be2b7f3 Releasing live-helper 1.0~a31-1. 2007-10-09 21:33:44 +02:00
Otavio Salvador 883594ed64 syslinux: fix usb-hdd templates coping 2007-10-09 13:04:56 -03:00