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
Otavio Salvador
4d6271dddb
syslinux: properly change timeout and do not fail if help files do not exists
2007-10-09 10:28:05 -03:00
Otavio Salvador
9b189a6255
syslinux: fix usb-hdd entries to use menu.cfg file
2007-10-08 17:43:48 -03:00
Otavio Salvador
30fb0c2272
fix version guessing using proper evaluation
2007-10-08 17:45:36 +02:00
Otavio Salvador
a516cac94f
templates: change font used on syslinux menu to a better one
...
Previous used font had a bug with some chars and was also too big for
general use so a smaller and right one has been choosen.
2007-10-08 10:14:41 +02:00
Otavio Salvador
e1f157ee2c
iso: use -allow-multidot option when calling genisoimage
...
To properly support syslinux menus we need to provide fonts (specially
when using accents and like) and those files are usually found on
systems using multiple dots on their filenames (e.g iso01.f14.psf) and
then makes sense to support this by default or our users can spent _a
lot_ of time to sort this kind of problem out.
While doing it, the duplicated command line has been removed and code
changed to avoid this duplication making future changes need to touch
just one place.
2007-10-08 10:14:38 +02:00
Otavio Salvador
aed8d437ac
syslinux: force latin1 encoding on texts used for labels
...
syslinux cannot handle utf-8 encoding and then proper encoding needed
to be enforced while printing the label texts.
2007-10-08 10:14:30 +02:00
Otavio Salvador
c5a9b5a6c3
bootstrap: add support to include and exclude packages
...
To allow better customization of resulting system, support to include
and exclude packages of base system has been added. It has been
included for debootstrap and cdebootstrap helpers.
2007-10-08 10:14:24 +02:00
Otavio Salvador
acae5a0519
hooks/mini: remove dselect package since it's mostly unused now
2007-10-08 10:14:19 +02:00
Otavio Salvador
ec823a8c3c
iso: move mini and minimal flavors assigment to a cannonical place
2007-10-08 10:14:13 +02:00
Otavio Salvador
33ad814b5a
cdebootstrap: simplified code using case instead of if's so it's easier to read
2007-10-08 10:14:05 +02:00
Daniel Baumann
9262ebeb92
Preparing live-helper 1.0~a31-1.
2007-10-04 22:18:29 +02:00
Daniel Baumann
e695d125e3
Releasing live-helper 1.0~a30-1.
2007-10-04 22:11:08 +02:00
Daniel Baumann
de59430e16
Respecting LH_QUIET for cdebootstrap calls, thanks to Justin Pryzby <pryzbyj@justinpryzby.com>.
2007-10-04 22:08:31 +02:00
Otavio Salvador
72fef5a3c6
debian/control: use XS-Homepage to avoid errors while calling dpkg-gencontrol
2007-10-03 09:10:10 +02:00
Otavio Salvador
66aee6f077
syslinux: fix module detection otherwise it won't be copied
2007-10-03 06:21:50 +02:00
Otavio Salvador
0ae32ca1b9
syslinux: fix memcheck path since it was using the wrong path
2007-10-03 06:21:36 +02:00
Otavio Salvador
ae7d46ca72
templates: split syslinux templates to reduce diverting
...
A new common template called help.cfg has been included to avoid help
keys to be duplicated while prompt.cfg has been changed to be specific
to each mode since it has different requirements for initial text to
be displayed.
Other minor fixes were also been done during the spliting and then
included on this patch too.
2007-10-03 06:21:17 +02:00
Daniel Baumann
1966587162
Fixing typing error, thanks to Jesse W. Hathaway <jesse@mbuki-mvuki.org>.
2007-09-28 18:32:12 +02:00
Daniel Baumann
07015787f6
Fixing typing error, thanks to Maarten ter Huurne <maarten.ter.huurne@philips.com>.
2007-09-27 21:26:29 +02:00
Ben Armstrong
662275be9c
genext2fs: new switch name: --reserved-percentage; thanks, Zagiox
2007-09-26 12:47:49 +02:00
Otavio Salvador
80ffa22281
syslinux: split syslinux configuration in multiple files
...
Normal and menu templates share a lot of common stuff and then
a splited syslinux.cfg is much better to handle that.
2007-09-26 12:21:03 +02:00
Otavio Salvador
8fa8db6324
syslinux: always output MENU LABEL since they're ignored if menu.c32 isn't loaded
...
syslinux ignores MENU LABEL commands if there's no menu.c32 module
loaded and then we don't need about check it.
2007-09-25 20:21:04 +02:00
Otavio Salvador
90ffcda4b3
templates: move syslinux-menu to syslinux/menu
...
All files from syslinux-menu templates directory has been moved to
syslinux/menu. lh_binary_syslinux had some changes to work with that
but they were minimal ones.
2007-09-25 20:20:45 +02:00
Otavio Salvador
8049aeb024
syslinux: fix menu label usage for normal live boot
2007-09-25 18:24:30 +02:00
Otavio Salvador
52ab1c4b26
syslinux: defaults to english text if we lack the specified language
2007-09-25 07:35:48 +02:00
Otavio Salvador
4be7194a18
refactoring: simplified if/else case since the list of supported arch were too long
2007-09-25 07:35:39 +02:00
Daniel Baumann
a03cfd36b8
Replacing backticks with POSIX expression.
2007-09-24 08:47:42 +02:00
Otavio Salvador
9377334c15
implements syslinux vesa menu support
2007-09-23 17:23:46 +02:00
Otavio Salvador
a0669384f1
add new options to allow support for syslinux with vesa menu
...
A set of new options has been add to allow the syslinux vesa menu
support to be added. Those are the new options:
- LH_SYSLINUX_CFG: set custom syslinux configuration file
- LH_SYSLINUX_MENU: set syslinux menu
- LH_SYSLINUX_MENU_LIVE_ENTRY: set text to be used on the menu for
live entries
- LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY: set text to be used on the
menu for live entries (failsafe ones)
- LH_SYSLINUX_MENU_MEMTEST_ENTRY: set text to be used on the menu
for memtest entry
2007-09-23 17:23:35 +02:00
Otavio Salvador
46f6fb1f4e
add template to be used by syslinux vesa menu support
...
A new template has been included to enable live-helper to support
syslinux vesa menu. This includes a font, splash image and a new
configuration file.
2007-09-23 17:23:28 +02:00
Daniel Baumann
bf8301b6cf
Preparing live-helper 1.0~a30-1.
2007-09-23 17:22:21 +02:00
Daniel Baumann
50f4075d70
Releasing live-helper 1.0~a29-1.
2007-09-23 16:54:07 +02:00
Daniel Baumann
4217cf6459
Re-enabling live-initscripts and live-webhelper.
2007-09-23 16:17:32 +02:00
Daniel Baumann
c4bb536877
Respecting LH_QUIET for genisoimage/mkisofs calls, thanks to Justin Pryzby <pryzbyj@justinpryzby.com>.
2007-09-23 14:05:14 +02:00