public
Fork of iwamatsu/debian-study-live-cd
Description: A live-helper preference for Japanese Debain study society events
Clone URL: git://github.com/nogajun/debian-study-live-cd.git
Search Repo:
change config/chroot

 * LH_LANGUAGE change "en" to "ja"
 * LH_LINUX_FLAVOURS change "amd64" to "486"
 * LH_LINUX_PACKAGES
   "linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 
   squashfs-modules-2.6"
nogajun (author)
Sun Jul 06 10:41:56 -0700 2008
commit  9026c4816bd85ea8199a81b0b50228979461e3d7
tree    dda48fc4ed8b93fe8601c0e8423ce0628e720f5c
parent  c38f0418b971d484e294c1a4daedeb27d05cf6fd
...
26
27
28
29
 
30
31
32
33
 
34
35
36
37
 
38
39
40
...
26
27
28
 
29
30
31
32
 
33
34
35
36
 
37
38
39
40
0
@@ -26,15 +26,15 @@ LH_KEYRING_PACKAGES=""
0
 
0
 # $LH_LANGUAGE: set language to use
0
 # (Default: empty)
0
-LH_LANGUAGE="en"
0
+LH_LANGUAGE="ja"
0
 
0
 # $LH_LINUX_FLAVOURS: set kernel flavour to use
0
 # (Default: autodetected)
0
-LH_LINUX_FLAVOURS="amd64"
0
+LH_LINUX_FLAVOURS="486"
0
 
0
 # $LH_LINUX_PACKAGES: set kernel packages to use
0
 # (Default: autodetected)
0
-LH_LINUX_PACKAGES="linux-image-2.6 aufs-modules-2.6 squashfs-modules-2.6"
0
+LH_LINUX_PACKAGES="linux-image-2.6 ${LH_UNION_FILESYSTEM}-modules-2.6 squashfs-modules-2.6"
0
 
0
 # $LH_PACKAGES: set packages to install
0
 # (Default: empty)

Comments

    No one has commented yet.