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
change config/common

 * LH_INITRAMFS "auto"
 * APT_OPTIONS change "--yes" to "-y"
 * APTITUDE_OPTIONS change "--assume-yes" to "-y"
nogajun (author)
Sun Jul 06 10:46:20 -0700 2008
commit  4b2b0f36e1bfedf5a021bf6b66f490091665977c
tree    577bd0b4d19122383ce16f1b375d156e6d39b0e8
parent  9026c4816bd85ea8199a81b0b50228979461e3d7
...
62
63
64
65
 
66
67
68
...
119
120
121
122
123
 
 
...
62
63
64
 
65
66
67
68
...
119
120
121
 
 
122
123
0
@@ -62,7 +62,7 @@ LH_DEBCONF_PRIORITY="critical"
0
 
0
 # $LH_INITRAMFS: set initramfs hook
0
 # (Default: live-initramfs)
0
-LH_INITRAMFS="live-initramfs"
0
+LH_INITRAMFS="auto"
0
 
0
 # $LH_FDISK: set fdisk program
0
 # (Default: autodetected)
0
@@ -119,5 +119,5 @@ LH_QUIET="disabled"
0
 #LH_VERBOSE="disabled"
0
 
0
 # Internal stuff (FIXME)
0
-APT_OPTIONS="--yes"
0
-APTITUDE_OPTIONS="--assume-yes"
0
+APT_OPTIONS="-y"
0
+APTITUDE_OPTIONS="-y"

Comments

    No one has commented yet.