Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/base-files/base-files-0.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3273 by niro, Wed Sep 28 15:30:55 2011 UTC revision 3274 by niro, Wed Sep 28 15:32:41 2011 UTC
# Line 99  src_install() Line 99  src_install()
99   mknod ${BINDIR}/dev/fb0 c 29 0 || die   mknod ${BINDIR}/dev/fb0 c 29 0 || die
100  }  }
101    
102    preinstall()
103    {
104     add_conf_prot_mask /etc/modprobe.d
105    }
106    
107  postinstall()  postinstall()
108  {  {
109   if [[ ! -c ${MROOT}/dev/console ]]   if [[ ! -c ${MROOT}/dev/console ]]

Legend:
Removed from v.3273  
changed lines
  Added in v.3274