summaryrefslogtreecommitdiff
path: root/docs/ChangeLog
blob: d1b862b28c77ba313f511738c7289f4349e250dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
2007-08-12  Daniel Baumann  <daniel@debian.org>

	* Uploaded 1.0~a22-1.

2007-08-08  Daniel Baumann  <daniel@debian.org>

	* functions/lh_chroot_hacks:
	  - Remove resume partition configuration in initramfs on etch.

2007-08-07  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh:
	  - Added auto mode for LH_INITRAMFS.

2007-08-05  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh:
	  - Added debian-edu mode.
	* lists/knoppix, knoppix-dvd:
	  - Added.

2007-08-05  Mathieu Geli  <mathieu.geli@gmail.com>

	* lists/studio, studio-gnome, studio-kde, studio-xfce:
	  - Added.

2007-08-04  Daniel Baumann  <daniel@debian.org>

	* functions/*, helpers/*:
	  - Renaming LIVE_* variables to LH_*.
	* excamples/cron/*:
	  - Updated to make-live removal.
	* helpers/lh_binary_chroot:
	  - Exit earlier when rootfs was cached.
	* helpers/lh_binary_debian-installer, lh_binary_includes:
	  - Fixed some bashisms.
	* helpers/lh_binary_grub, lh_binary_syslinux, lh_binary_yaboot:
	  - Workaround from matth over /bin/echo to avoid wrong expansion
	    of entries when using dash (Closes: #431748).
	* helpers/lh_chroot_hostname:
	  - Installing fake hostname, less intrusive approach for the build
	    system (Closes: #435699).
	* helpers/lh_config:
	  - Added argument handling.
	* helpers/lh_losetup:
	  - Simplified and corrected to make it actually work.
	* helpers/lh_source:
	  - Not using 'echo -e' anymore.
	* helpers/make-live:
	  - Replaced with a dummy: make-live is deprecated now, use lh_config
	    and lh_build instead.

2007-08-03  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_chroot_apt:
	  - Updated configuration of recommends handling for apt.

2007-07-29  Daniel Baumann  <daniel@debian.org>

	* functions/packages.sh:
	  - Using dpkg-query to check for packages when building in chroot,
	    and on systems where dpkg-query is available.
	* functions/stagefile.sh:
	  - Added missing NAME.
	* Uploaded 1.0~a21-1.

2007-07-28  Daniel Baumann  <daniel@debian.org>

	* functions/chroot.sh:
	  - Added XORG_CONFIG="custom" to chroot call in order to disable
	    xserver-xorg.postinst (Closes: #430566).
	* helpers/lh_binary_usb-hdd:
	  - Fixes for binary non-chroot build.

2007-07-27  Daniel Baumann  <daniel@debian.org>

	* Makefile, debian/postinst, prerm:
	  - Added alternatives handling for includes and templates.
	* examples/hooks/*:
	  - Cleaned up.
	* helpers/lh_chroot_preseed:
	  - Process flavour specific preseeds, if available, dropping
	    LIVE_PRESEED.
	* helpers/lh_chroot_local-preseed:
	  - Added.
	* templates/syslinux:
	  - Added installer specific templates.
	  - Renamebled additional boot targets (localboot).
	* Uploaded 1.0~a20-1.

2007-07-24  Mathieu Geli  <mathieu.geli@gmail.com>

	* helpers/make-live:
	  - synced usage message and getopts parsing (Closes and extends
	    #434481).

2007-07-19  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh, package.sh, helpers/lh_config, lh_binary_*:
	  - Added support for non-chrooted build.
	  - Added caching of deb packages on this stage too.
	* helpers/lh_binary_grub:
	  - Added forgotten destdir for default entries.
	* helpers/lh_binary_memtest:
	  - Added workaround for grub inside chroot when installing memtest as
	    suggested by Vladimir Stavrinov <vs@inist.ru>.
	* helpers/lh_binary_rootfs:
	  - Updated squashfs-tools package check.
	* helpers/lh_binary_syslinux:
	  - Using etch workaround for long filenames in syslinux on all
	    distributions.
	* Uploaded 1.0~a19-1.

2007-07-15  Daniel Baumann  <daniel@debian.org>

	* examples/cron/manpages.sh, examples/hooks/win32-loader.sh:
	  - Added.

2007-07-15  Otavio Salvador  <otavio@debian.org>

	* functions/templates.sh:
	  - Changed whole code to export TEMPLATES for the item beeing
	    checked.
	* helpers/lh_binary_grub, helpers/lh_binary_syslinux,
	  helpers/lh_binary_yaboot:
	  - Changed code to use the new TEMPLATES variable and avoid
	    hardcoding the path.

2007-07-14  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_debian-installer:
	  - Addded 'live' mode.
	  - Fixed a minor typo.
	* helpers/lh_binary_includes:
	  - Moved copying of parameters.txt to lh_binary_linux-image.
	  - Moved parameters.txt.* to live-initramfs and data/casper.

2007-07-12  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_grub, lh_binary_syslinux:
	  - Also respect local menu.lst and syslinux.cfg.
	* helpers/lh_binary_syslinux:
	  - Cleaned up netboot specific parts as suggested by
	    Vladimir Stavrinov <vs@inist.ru>.
	* helpers/lh_binary_linux-image:
	  - Skip vmlinuz/initrd symlinks.
	* helpers/lh_chroot_hacks:
	  - Setting correct permissions user home directory in case of includes.
	* helpers/make-live:
	  - Fixed typo in variable name.
	* lists/rescue:
	  - Added aide and tripwire.
	* Uploaded 1.0~a18-1.

2007-07-09  Chris Lamb  <chris@chris-lamb.co.uk>

	* functions/chroot.sh, functions/defaults.sh:
	  - Altered LH_DEBCONF_NOWARNINGS so that it accepts "enabled/disabled"
	  as well as "yes/no" for consistency.

2007-07-09  Daniel Baumann  <daniel@debian.org>

	* functions/architecture.sh, helpers/lh_binary_debian-installer,
	  lh_binary_grub, lh_binary_linux-image, lh_binary_memtest,
	  lh_binary_syslinux, lh_binary_yaboot:
	  - Simplified multi-arch checks/overrides.
	* helpers/lh_binary_grub, lh_binary_syslinux, lh_binary_yaboot:
	  - Added priority=critical for auto/autogui boot labels.

2007-07-07  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_chroot:
	  - Going back to full copy instead of hardlinks.
	* helpers/lh_binary_debian-installer:
	  - Added architectures for daily images.
	* helpers/lh_binary_grub:
	  - Refactored.
	* helpers/lh_binary_grub, lh_binary_syslinux, lh_binary_yaboot:
	  - Added 'quiet' for everything newer than etch.
	* helpers/lh_binary_hacks:
	  - Merged into lh_binary_includes.
	* helpers/lh_chroot_hacks:
	  - Added removal of some build-system influenced files.
	  - Cleaned up a bit.
	* helpers/lh_chroot_localization:
	  - Fixed typo.
	  - Added k3b and gwenview.
	* helpers/lh_chroot_sysvrc:
	  - Renamed to lh_chroot_sysv-rc.
	* hooks/mini, minimal:
	  - Using apt-get autoremove.
	* lists/devel-live:
	  - Added.

2007-07-06  Otavio Salvador  <otavio@debian.org>

	* helpers/lh_binary_rootfs:
	  - Fix parameters to allow the removal of kernels inside of
	    squashfs.

2007-07-05  Otavio Salvador  <otavio@debian.org>

	* helpers/lh_binary_rootfs:
	  - Fix inverted logic error to detect when exclude the kernel
	    from the squashfs image.

2007-07-04  Otavio Salvador  <otavio@debian.org>

	* helpers/lh_binary_hacks:
	  - Do not fail if binary/parameters.txt.${LH_INITRAMFS} doesn't
	  exists.
	* hooks/mini, hooks/minimal:
	  - Do not fail if the package isn't installed.

2007-07-04  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh:
	  - Added architecture handling to mirror defaults.
	* helpers/lh_binary_hacks,
	  includes/includes/sid/live/parameters.txt.casper,
	  parameters.txt.live-initramfs:
	  - Added.

2007-07-02  Otavio Salvador  <otavio@debian.org>

	* helpers/lh_binary_syslinux:
	  - Fix paths for kernel and initrd image loading.

2007-07-02  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_grub:
	  - Also respect splash.xpm and not just splash.xpm.gz as local grub
	    splash images.

2007-07-01  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_debian-installer:
	  - Added caching of udebs.
	* functions/defaults.sh, helpers/lh_binary_grub, lh_binary_syslinux,
	  lh_binary_grub, lh_config:
	  - Added support for aufs.
	* Uploaded 1.0~a17-1.

2007-06-30  Daniel Baumann  <daniel@debian.org>

	* functions/releases.sh, helpers/lh_binary_disk, lh_source_disk,
	  lh_chroot_hostname:
	  - Added.

2007-06-29  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_syslinux:
	  - Fixed damaged memtest entry.
	  - Corrected code style.
	  - Added NUMBER initaliazation to fixed wrong numbering when in compat
	    mode.
	  - Fixed bug with isolinux.cfg fuckup if flavours are in this order:
	    686 686-bigmem.
	* helpers/lh_binary_grub, lh_binary_linux-image, lh_binary_memtest,
	  lh_binary_syslinux:
	  - Added compat mode for casper/live directories.
	* helpers/lh_binary_manifest, lh_binary_md5sum, lh_source_mdsum:
	  - Added introductional text to the generated file.
	* helpers/lh_binary_manifest:
	  - Only create the correct manifest file for the respective initramfs.
	* helpers/lh_binary_disk, lh_source_disk:
	  - Added.

2007-06-27  Otavio Salvador  <otavio@debian.org>

	* helpers/lh_binary_syslinux:
	  - Added new methods (syslinux_live_entry and syslinux_di_entry) and
	    change whole code to use them making it much easier to read and
	    modify.
	* functions/arch.sh:
	  - Added.
	* helpers/lh_binary_grub, lh_binary_syslinux, lh_binary_yaboot:
	  - Use the new Check_architecture method to avoid duplicated code.
	* functions/templates.sh:
	  - Added.
	* helpers/lh_binary_grub, helpers/lh_binary_syslinux,
	  helpers/lh_binary_yaboot:
	  - Use the new Check_templates method to avoid duplicated code.

2007-06-25  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_local-hooks:
	  - Added.
	* helpers/lh_chroot_linux-image:
	  - Caching downloaded packages.
	* examples/hooks/qemu-launcher.sh:
	  - Added.
	* Uploaded 1.0~a16-1.

2007-06-18  Chris Lamb  <chris@chris-lamb.co.uk>

	* helpers/lh_chroot_packageslists, lh_chroot_local-packageslists:
	  - Added support for '#<include>' pragma to include other list files.
	* functions/packagelists.sh:
	  - Added.
	* lists/*:
	  - Translated existing lists to be include-based, added a few missing
	    lists.

2007-06-18  Daniel Baumann  <daniel@debian.org>

	* helpers/*:
	  - All cache operations use hardlinks now.

2007-06-16  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_bootstrap_clone, lh_bootstrap_copy:
	  - Added.
	* helpers/lh_binary_live-installer:
	  - Added.
	* Uploaded 1.0~a15-1.

2007-06-10  Daniel Baumann  <daniel@debian.org>

	* helpers/*:
	  - Excluding lenny from the syslinux workarounds as syslinux 3.36 did
	    migrate into testing.
	* helpers/lh_bootstrap_cache, lh_chroot_cache:
	  - Fixed typos which made caching fail on rebuilds.
	* helpers/lh_clean:
	  - Added unmount of binfmt on clean.
	* helpers/lh_binary_usb-hdd:
	  - Including script to write grub to the loop device from Thomas Lange
	    <lange@informatik.uni-koeln.de>.

2007-06-10  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_grub, lh_binary_rootfs, lh_binary_yaboot,
	  lh_binary_syslinux:
	  - Fixed some typos as found by Peter Holik <holik@it-technology.at>.
	* manpages/live-helper.en.7:
	  - Fixed typo.
	* helpers/lh_bootstrap_cache, lh_chroot_cache:
	  - Added.
	* Uploaded 1.0~a14-1.

2007-06-08  Daniel Baumann  <daniel@debian.org>

	* helpers/make-live:
	  - Adjusted reading of configuration to match the previously renamed
	    files.

2007-06-04  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_hdd, lh_source_hdd:
	  - Renamed to lh_binary_tar and lh_source_tar.
	* helpers/lh_source_generic:
	  - Removed.

2007-06-03  Daniel Baumann  <daniel@debian.org>

	* Uploaded 1.0~a13-1.

2007-06-02  Otavio Salvador  <otavio@debian.org>

	* helpers/lh_chroot_preseed:
	  - Use {Check,Install,Remove}_package to handle debconf dependency.
	* Add support to specify the apt/aptitude pipeline depth.

2007-06-02  Daniel Baumann  <daniel@debian.org>

	* Applied patches from Otavio Salvador <otavio@debian.org>:
	  - Add support to override helpers base directory
	  - Use LIVE_BOOTSTRAP_CONFIG instead of LIVE_DISTRIBUTION_CONFIG.
	  - Add support to specify the keyring to be used while bootstraping.
	  - Add lh_chroot_preseed helper.

2007-05-28  Daniel Baumann  <daniel@debian.org>

	* helpers/*:
	  - Added initial P: messages.
	  - Removed some bashisms.
	  - Added some of the proposed cleanups from Trent Buck
	    <trentbuck@gmail.com>.
	* lists/mini, minimal:
	  - Removed, already pulled in with live-initramfs depends.

2007-05-27  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_rootfs:
	  - Added check for config/binary_rootfs/squashfs.sort for passing a
	    sorting list to mksquashfs.

2007-05-26  Daniel Baumann  <daniel@debian.org>

	* lists/rescue:
	  - Updated with suggestions from Inigo Tejedor Arrondo
	    <inigo@navarrux.org>
	* Uploaded 1.0~a12-1.

2007-05-25  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh:
	  - Updated check for LH_BOOTSTRAP on ubuntu.
	* helpers/lh_binary_iso, lh_source_iso:
	  - Added configuration support for ISO application, preparer and
	    publisher field.

2007-05-24  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_syslinux:
	  - Added dedicated directory handling for syslinux (>= 3.36) on usb.
	* helpers/lh_binary_debian-installer, lh_binary_linux-image,
	  lh_binary_memtest, lh_binary_syslinux:
	  - Added legacy support for syslinux (<< 3.36).
	* Uploaded 1.0~a11-1.

2007-05-18  Daniel Baumann  <daniel@debian.org>

	* helpers/*:
	  - Renamed LIVE_KERNEL_FLAVOUR to LIVE_LINUX_FLAVOURS.
	  - Renamed LIVE_KERNEL_PACKAGES to LIVE_LINUX_PACKAGES.
	  - Renamed LIVE_BINARY_IMAGE to LIVE_BINARY_IMAGES.
	  - Renamed LIVE_SOURCE_IMAGE to LIVE_SOURCE_IMAGES.
	  - Renamed LIVE_FILESYSTEM to LIVE_CHROOT_FILESYSTEM.
	  - Renamed LIVE_SERVER_ADDRESS to LIVE_NET_SERVER.
	  - Renamed LIVE_SERVER_PATH to LIVE_NET_PATH.
	* Uploaded 1.0~a10-1.

2007-05-18  Mathieu Geli  <mathieu.geli@gmail.com>

	* examples/hooks/*
	  - Added new hooks for non-free/contrib drivers
	    Intel  : ipw3945, ipw2100, ipw2200
	    Nvidia : nvidia-legacy
	    Ralink : rt2x00, rt2570
	  - Changed behavior of beryl hook: autostart beryl
	    if video driver allows it (minimal detection based on glxinfo)

2007-05-17  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_md5sum, lh_source,md5sum:
	  - Fixed accidentally inclusion of md5sum.txt itself into
	    binary/md5sum.txt.

2007-05-16  Daniel Baumann  <daniel@debian.org>

	* helpers/*:
	  - Added check for local includes and templates.
	  - Renamed LH_APT_GENERIC to LIVE_BINARY_INDICES.
	  - Renamed lh_binary_localincludes to lh_binary_local-includes.
	  - Renamed lh_chroot_localhooks to lh_chroot_local-hooks.
	  - Renamed lh_chroot_localincludes to lh_chroot_local-includes.
	  - Renamed lh_chroot_localpackages to lh_chroot_local-packages.
	  - Renamed lh_chroot_localpackageslists to
	    lh_chroot_local-packageslists.
	  - Renamed lh_source_download to lh_source_debian.
	  - Renamed lh_source_config to lh_source_debian-live.

2007-05-09  Daniel Baumann  <daniel@debian.org>

	* helpers/*:
	  - Renamed LH_MIRROR*_BUILD to LH_MIRROR*_BOOTSTRAP.
	  - Renamed LH_MIRROR*_IMAGE to LH_MIRROR*_BINARY.
	* helpers/lh_chroot_sources:
	  - Added aptitude overwrite for untrusted sources.
	  - Changed checks for *.build/*.image to *.bootstrap/*.binary.

2007-05-08  Daniel Baumann  <daniel@debian.org>

	* helpers/*:
	  - Renamed lh_binary_linuximage to lh_binary_linux-image.
	  - Renamed lh_chroot_linuximage to lh_chroot_linux-image.
	* helpers/lh_bootstrap_cdebootstrap, lh_bootstrap_debootstrap:
	  - Added missing cache directory when only caching stages.
	* helpers/lh_binary_debian-installer, lh_binary_linux-image,
	  lh_binary_memtest:
	  - Changed kernel installation directories.

2007-05-07  Daniel Baumann  <daniel@debian.org>

	* examples/snapshot-build.sh, live-snapshot.sources.list:
	  - Added.
	* helpers/lh_binary_rootfs:
	  - Fixed wrong order of squashfs options.

2007-05-06  Daniel Baumann  <daniel@debian.org>

	* templates/syslinux:
	  - Updated again.
	* helpers/lh_config:
	  - Fixed overwriting of LH_* options.
	* helpers/lh_binary_includes:
	  - Fixed a quoting typo.
	  - Working arround symlinks on usb-hdd binary images.
	* Uploaded 1.0~a9-1.

2007-04-31  Daniel Baumann  <daniel@debian.org>

	* helpers/*:
	  - Added LH_INITRAMFS.
	  - Splitted config/image into config/binary and config/source.
	* Uploaded 1.0~a8-1.

2007-04-26  Daniel Baumann  <daniel@debian.org>

	* helpers/*:
	  - Implemented paranoid caching with LIVE_CACHE_INDICES,
	    LIVE_CACHE_PACKAGES and LIVE_CACHE_STAGES. This allows to build
	    images offline from the cache.

2007-04-25  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_usb, lh_source_usb:
	  - In preparation of adding support for usb-zip images, the usb binary
	    type is renamed to usb-hdd.

2007-04-24  Daniel Baumann  <daniel@debian.org>

	* functions/stagefile.sh:
	  - Requite_stagefile can require more than one stage.
	* helpers/lh_binary_debian-installer:
	  - Added.

2007-04-23  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_includes, lh_binary_usb, lh_source_usb:
	  - Added workaround for vfat limitations.

2007-04-23  Daniel Baumann  <daniel@debian.org>

	* Makefile:
	  - Added simple test rule.
	* functions/*, helpers/*:
	  - Added LH_ROOT_COMMAND to support sudo.
	* functions/package.sh:
	  - Added. Helper dependencies in-chroot can now be handled by
	    functions.
	* helpers/make-live:
	  - Added trap to unmount proc and sys on exit and failure.
	* Uploaded 1.0~a7-1.

2007-04-22  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh:
	  - In ubuntu mode, setting default sections to main restricted.
	* helpers/lh_binary_grub:
	  - Making copy call of grub arch independent.
	* helpers/lh_chroot_sources:
	  - In debian mode, checking for non-sid rather than if-etch.
	  - Fixed wrong Ubuntu security URL.

2007-04-20  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_rootfs, lh_binary_iso:
	  - Added mksquashfs/genisoimage quiet/verbose options.

2007-04-19  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_grub, lh_binary_syslinux:
	  - Added check for splash in config directory.

2007-04-18  Daniel Baumann  <daniel@debian.org>

	* debian/cron.daily, default:
	  - Added.
	* doc/BUGS, DOWNLOAD:
	  - Added.
	* examples/edu.sources.list, fai.sources.list:
	  - Added.
	* manpages/*:
	  - Added language suffix.
	  - Added German translations.

2007-04-17  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_chroot_hooks:
	  - Also check for tasks specific hooks, not just for package lists.
	* helpers/lh_chroot_tasks:
	  - Allowing to use either aptitude or tasksel.
	* hooks/kde-desktop:
	  - Added.
	* manpages/lh_build.1, lh_source.1:
	  - Added.

2007-04-16  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh:
	  - Using lsb_release, if existing, to set default mode to ubuntu on
	    ubuntu systems.
	  - Moved desktop task to the end, so that gdm doesn't take
	    gnome-session as default.
	* helpers/lh_chroot_hooks:
	  - Added simple --hooks for easy testing.
	* Uploaded 1.0~a6-1.

2007-04-15  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh:
	  - Set LH_APT to apt-get when using mini or minimal.
	* helpers/lh_chroot_sources:
	  - Excluding comments from local sources lists.
	* helpers/lh_bootstrap_cdebootstrap:
	  - Removing imported configuration files by cdebootstrap.

2007-04-13  Daniel Baumann  <daniel@debian.org>

	* Moved examples from /usr/share/doc to /usr/share/live-helper.
	* examples/bpo.sources.list:
	  - Added.
	* functions/defaults.sh:
	  - Setting LH_GENISOIMAGE on ubuntu to legacy mkisofs.
	* helpers/lh_clean:
	  - Added missing removal of generic source.

2007-04-12  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_config, make-live:
	  - Adding --config.
	* helpers/lh_binary_memtester86:
	  - Renamed to lh_binary_memtest, made more generic.
	* functions/defaults.sh:
	  - Setting default distribution to etch until 2.6.20 has setteled in
	    unstable.

2007-04-11  Daniel Baumann  <daniel@debian.org>

	* Merging from sidux fllbuilder 1.0.4:
	  - functions/chroot: Added LH_DEBCONF_NOWARNINGS.
	  - helpers/lh_chroot_linuximage: Added additional options to
	    kernel-img.conf.
	  - helpers/lh_chroot_proc: Made binfmt umount conditional.
	* contrib/grub-splash/*, templates/grub/splash.xpm.gz:
	  - Added.
	* helpers/lh_binary_grub, lh_binary_syslinux:
	  - Added failsafe kernel entries.
	* helpers/lh_chroot_apt:
	  - Using apt.conf.d also for apt, not just for aptitude.
	  - Minor code cleanup.
	* helpers/lh_source_*:
	  - Minor code cleanup.
	* helpers/lh_source_download:
	  - Added LIVE_BOOTLOADER to the list of source packages.
	* contrib/grub-splash/*, templates/grub/splash.xpm.gz:
	  - Added.

2007-04-10  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_includes, includes/*:
	  - Redone.

2007-04-09  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_yaboot, templates/yaboot:
	  - Added.

2007-04-09  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_config, make-live, functions/defaults.sh:
	  - Added mode to distinguish between Debian and Ubuntu.
	* helpers/lh_chroot_sources:
	  - Added check for LIVE_MIRROR_BUILD* to be equal to
	    LIVE_MIRROR_IMAGE*.
	* Uploaded 1.0~a5-1.

2007-04-08  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_net:
	  - Added check for namespace collision with LIVE_SERVER_PATH.
	* helpers/lh_binary_grub:
	  - Added functionality for usb|hdd images.

2007-04-07  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_chroot_sources:
	  - Moved check for local source lists from
	    config/sources.lists.{build,image} to
	    config/chroot_sources/*.{build,image}.
	  - Added check for local gpg keys in
	    config/chroot_sources/*.{build,image}.gpg.
	  - Added check for local keyring packages in
	    config/chroot_sources/*.deb.
	  - Added LIVE_KEYRING_PACKAGES.

2007-04-06  Daniel Baumann  <daniel@debian.org>

	* functions/breakpoints.sh, helpers/*:
	  - Added initial breakpoints.
	* functions/chroot.sh:
	  - Adding /usr/local to path.
	* functions/lockfile.sh:
	  - Added additional signals to the trap.
	* helpers/lh_binary_includes:
	  - Respect LIVE_INCLUDES=none.
	* manpages/*:
	  - Updated.

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.

2007-03-25  Daniel Baumann  <daniel@debian.org>

	* functions/*, helpers/*:
	  - Renamed LIVE_FLAVOUR to LIVE_BOOTSTRAP_FLAVOUR.
	  - Renamed LIVE_PACKAGES_LIST to LIVE_PACKAGES_LISTS.
	* functions/cache.sh:
	  - Added.
	* helpers/lh_bootstrap_cdebootstrap:
	  - Added removal of cdebootstrap-helper-diverts.
	* helpers/lh_binary_chroot:
	  - Added.
	* helpers/lh_binary_rootfs:
	  - Moved filesystem routines into chroot.
	* helpers/lh_chroot_localization, lh_chroot_localpackages,
	  lh_chroot_localpackageslists, lh_chroot_packages,
	  lh_chroot_packageslists, lh_chroot_tasks:
	  - Added check for LH_CACHE.
	* helpers/lh_chroot_apt:
	  - Removing old apt.conf if existing as suggested by Ben Armstrong
	    <synrg@debian.org>.
	* helpers/lh_chroot_hacks:
	  - Added check for already installed smbfs.
	  - Added check for already configured initramfs.conf as suggested by
	    Ben Armstrong <synrg@debian.org>.
	* helpers/lh_chroot_interactive:
	  - Added.
	* helpers/lh_chroot_tasks:
	  - Added routine for LH_APT=apt.
	* lists/minimal-net:
	  - Minimized.

2007-03-24  Daniel Baumann  <daniel@debian.org>

	* functions/*, helpers/*, hooks/*:
	  - Added GPL blurb.
	* functions/arguments.sh, helpers/*:
	  - Added common arguments.
	* functions/arguments.sh, stagefile.sh, helpers/*,
	  manpages/live-helper.7:
	  - Added --force option.
	* functions/defaults.sh, helpers/lh_binary_syslinux, lh_config,
	  make-live:
	  - Added LIVE_USERNAME and LIVE_HOSTNAME.
	* helpers/lh_binary_linuximage, lh_binary_memtest86,
	  lh_binary_syslinux:
	  - Moved kernel directory to live.
	* helpers/lh_clean:
	  - Added purge.

2007-03-23  Daniel Baumann  <daniel@debian.org>

	* helpers/make-live:
	  - Calling Arguments twice to catch case with non-default root.

2007-03-22  Daniel Baumann  <daniel@debian.org>

	* functions/default.sh, helpers/*:
	  - Renamed lh_chroot_packageslist to lh_chroot_packageslists and
	    lh_chroot_localpackageslist to lh_chroot_localpackageslists
	* helpers/lh_binary_includes:
	  - Using LIVE_INCLUDES now.
	* helpers/lh_chroot_apt:
	  - Added LH_APT_SECURE.
	* helpers/lh_chroot_linuximage:
	  - Added check for LIVE_KERNEL_PACKGES=none to allow kernel packages as
	    local packages.

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.
	* helpers/lh_binary_linuximage, lh_binary_syslinux,
	  lh_chroot_linuximage, templates/syslinux/isolinux.cfg:
	  - Extended to support multiple kernels at once.
	* helpers/lh_binary_includes, lh_binary_localincludes,
	  lh_chroot_localincludes:
	  - Replaced path with variable as suggested Kai Hendry <hendry@iki.fi>.
	* helpers/lh_source_md5sum:
	  - Added.
	* helpers/make-live:
	  - Added short options in ARGUMENTS.
	* functions/defaults.sh, helpers/*:
	  - Renamed LIVE_KERNEL to LIVE_KERNEL_FLAVOUR.
	  - Renamed LIVE_MIRROR_LOCAL to LIVE_MIRROR_BUILD and
	    LIVE_MIRROR_GENERIC to LIVE_MIRROR_IMAGE.

2007-03-20  Daniel Baumann  <daniel@debian.org>

	* helpers/make-live:
	  - Fixed typo in ARGUMENTS.

2007-03-19  Daniel Baumann  <daniel@debian.org>

	* lists/gnome*, kde*, standard-x11, xfce*:
	  - Added alsa-base, alsa-oss, alsa-utils, and discover.

2007-03-19  Daniel Baumann  <daniel@debian.org>

	* Uploaded 1.0~a2-1.

2007-03-18  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh:
	  - Quoted date call in LIVE_ISO_VOLUME.
	* manpages/lh_clean.1:
	  - Added.

2007-03-17  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh, helpers/*:
	  - Renamed LIVE_MIRROR to LIVE_MIRROR_LOCAL and LIVE_MIRROR_SECURITY
	    to LIVE_MIRROR_LOCAL_SECURITY.
	* doc/examples/beryl-hook.sh:
	  - Added, submitted by Inigo Tejedor Arrondo <inigo@navarrux.org>.
	* helpers/lh_config, make-live:
	  - Added check for newconfig to prevent overwriting of non-specified
	    options to default values.
	* helpers/lh_chroot_localhooks:
	  - Added basename where needed.
	* helpers/lh_chroot_sources:
	  - Added check for local sources.list in config for custom
	    repositories.
	  - Replaced security check for etch with check for not-unstable.
	* manpages/lh_binary.1, lh_bootstrap.1, lh_bootstrap_cdebootstrap.1,
	  lh_bootstrap_debootstrap.1, lh_testroot.1:
	  - Added.
	* templates/syslinux/pxlinux.cfg:
	  - Fixed path.

2007-03-16  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_binary_usb: Corrected stagefile creation.

2007-03-15  Daniel Baumann  <daniel@debian.org>

	* Makefile:
	  - Replaced helper uninstall routine with a less intrusive one.
	* doc/NEWS:
	  - Updated.
	* functions/conffile.sh:
	  - Beautified.
	* functions/defaults.sh:
	  - Added LH_LOSETUP.
	* functions/lockfile.sh:
	  - Beautified.
	* helpers/*:
	  - Allowing apt-get, not just apt in LH_APT.
	* helpers/lh_config:
	  - Added check for existing configuration.
	* helpers/lh_binary_md5sum:
	  - Removed legacy code.
	* helpers/lh_binary_manifest:
	  - Added creation of packages.txt.
	* helpers/lh_binary_usb, lh_source_usb:
	  - Replaced loop device node workaround with a better one.
	* helpers/lh_chroot_hooks, lh_chroot_localhooks:
	  - Fixed executable check.
	* helpers/lh_source_config:
	  - Added.
	* helpers/lh_source_download:
	  - Separeted debian sources and debian-live configuration into
	    different directories.
	  - Added live-helper to the sources.
	* helpers/lh_source_generic, lh_source_iso, lh_source_usb,
	  lh_source_net:
	  - Removed annyoing warning when sources are disabled.
	* helpers/lh_source_net:
	  - Beautified.
	* helpers/make-live:
	  - Fixed typo in ARGUMENTS.
	  - Moved help, usage, version into functions.
	  - Removed build pre-option.
	* manpages/live-helper.7:
	  - Added.
	* templates/syslinux/f10.txt:
	  - Added note about Debian Live project.

2007-03-14  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh, helpers/*:
	  - Converted LIVE_ROOT to directory, not full path.
	* functions/*, helpers/*:
	  - Replaced LIVE_CHROOT with directory name.
	* functions/conffile.sh:
	  - Added warning if CONFFILE is not readable.
	* helpers/lh_chroot_localization:
	  - Completed check for koffice.
	* helpers/lh_source_download:
	  - Fixed typo in old source removal.

2007-03-14  Daniel Baumann  <daniel@debian.org>

	* helpers/lh_chroot_hacks:
	  - Added removal of udev persistent-net rule.
	* Uploaded 1.0~a1-3.

2007-03-14  Daniel Baumann  <daniel@debian.org>

	* functions/defaults.sh:
	  - Fixed setting of LIVE_SYSVINIT.
	* helpers/lh_chroot_sysvinit:
	  - Changed check for LIVE_SYSVINIT from disabled to enabled.
	* Uploaded 1.0~a1-2.

2007-03-12  Daniel Baumann  <daniel@debian.org>

	* Rewritten live-package.
	* Uploaded 1.0~a1-1.