Enlevé création répertoires dvd et cd dans /media et entrées dans fstab car les cd...
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 16 May 2011 00:13:29 +0000 (00:13 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 16 May 2011 00:13:29 +0000 (00:13 +0000)
config/sysinfos.default
config/sysinfos.hp-mini
config/sysinfos.sony-pcgz505
stage1/create-config-files
stage1/create-directories

index 1669101..ed94581 100644 (file)
@@ -38,9 +38,6 @@ MAIL_ADMIN=""
 # X.org driver (comment to build all drivers)
 #XORG_VIDEO_DRIVER="intel"
 
-# Removable media drives. Comment if your system doesn't have one (default yes)
-DVDROM="yes"
-
 # Sound card support: yes or no
 SOUND_CARD="yes"
 
index 45613d8..ea1faf1 100644 (file)
@@ -23,9 +23,6 @@ MAIL_ADMIN="hugo"
 
 XORG_VIDEO_DRIVER="intel"
 
-# Removable media drives. Comment if your system doesn't have one.
-DVDROM="no"
-
 WIFI_SUPPORT="yes"
 B43_LPPHY="yes"
 
index 79dbd10..36b2f52 100644 (file)
@@ -23,9 +23,6 @@ MAIL_ADMIN="hugo"
 
 XORG_VIDEO_DRIVER="neomagic"
 
-# Removable media drives. Comment if your system doesn't have one.
-DVDROM="no"
-
 WIFI_SUPPORT="yes"
 B43_LPPHY="yes"
 
index 781bb94..633376e 100755 (executable)
@@ -16,12 +16,6 @@ if [ -n "${SWAP_PARTITION}" ]; then
 fi
 echo "${LFS_PARTITION}  /                 auto defaults,noatime 0 0" >> ${LFS}/etc/fstab
 
-if [ "x${DVDROM}" = "xyes" ]; then
-    cat >> ${LFS}/etc/fstab << "EOF"
-/dev/dvd          /media/dvd        auto     ro,noauto,users  0 0
-EOF
-fi
-
 cat >> ${LFS}/etc/fstab << "EOF"
 proc              /proc             proc     defaults         0 0
 sysfs             /sys              sysfs    defaults         0 0
@@ -78,7 +72,7 @@ LANG="en_US.UTF-8"
 # followed by names beginning with lower-case letters. But  if
 # LC_COLLATE equals en_US.ISO8859-1, then leading dots as well
 # as case are ignored in determining the sort order.
-LC_COLLATE=C
+'LC_COLLATE=C
 ################# LC_ALL=POSIX
 
 export PATH MANPATH LANG LC_COLLATE PS1 PS2 USER LOGNAME MAIL HISTFILESIZE HISTSIZE HOSTNAME EDITOR CFLAGS CXXFLAGS
index 9975857..af761ca 100755 (executable)
@@ -3,7 +3,7 @@
 source ../functions/main
 
 mkdir -pv ${LFS}/{bin,boot,dev,{etc/,}opt,home,lib,mnt}
-mkdir -pv ${LFS}/{proc,media/{cdrom,dvd},sbin,srv,sys}
+mkdir -pv ${LFS}/{proc,media,sbin,srv,sys}
 mkdir -pv ${LFS}/var/{lock,log,mail,run,spool}
 
 mkdir -pv ${LFS}/var/{opt,cache,lib/{misc,locate},local}