public
Fork of iwamatsu/debian-study-live-cd
Description: A live-helper preference for Japanese Debain study society events
Homepage:
Clone URL: git://github.com/nogajun/debian-study-live-cd.git
100644 44 lines (33 sloc) 1.162 kb
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
BOOTOPTION_LIVE = quiet locale=ja_JP.UTF-8 kmodel=jp106 vga=788 splash
BOOTOPTION_INSTALLER = -- video=vesa:ywrap,mtrr vga=788
 
build: clean config-lenny config-iso config-gnome
sudo lh_build
 
clean:
sudo lh_clean
 
distclean: clean
sudo lh_clean --purge
sudo rm -f *.iso *.img *.list *.packages *.buildlog *.md5sum
 
config-lenny:
lh_config \
--distribution lenny \
--bootappend-live "$(BOOTOPTION_LIVE) keyb=jp" \
--linux-packages "linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6"
 
config-sid:
lh_config \
--distribution sid \
--bootappend-live "$(BOOTOPTION_LIVE) klayout=jp" \
--linux-packages "linux-image-2.6 aufs-modules-2.6"
 
config-usb:
lh_config --binary-images usb-hdd
 
config-iso:
lh_config --binary-images iso
 
config-lxde:
lh_config \
--bootappend-install "$(BOOTOPTION_INSTALLER) desktop=lxde" \
--linux-flavours 486 \
--packages-lists "lxde 01-system 10-lxde-application 20-japanese"
 
config-gnome:
lh_config \
--bootappend-install "$(BOOTOPTION_INSTALLER) desktop=gnome" \
--linux-flavours 686 \
--packages-lists "gnome-full 01-system 10-gnome-application 20-japanese 30-rescue 50-debian_meeting"