Changeset 2537

Show
Ignore:
Timestamp:
04/27/07 11:02:31 (2 years ago)
Author:
hollow
Message:

add dummy net dependency to default runlevel; dmesg/syslog is now handled in baselayout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/distrib/gentoo/initpost

    r2523 r2537  
    4747 
    4848# portage stuff 
    49 $_CHROOT_SH mkdir /usr         2>/dev/null || : 
     49$_CHROOT_SH mkdir /usr 2>/dev/null || : 
    5050$_CHROOT_SH mkdir /usr/portage 2>/dev/null || : 
     51$_CHROOT_SH mkdir /usr/portage/distfiles 2>/dev/null || : 
    5152 
    5253 
     
    112113 
    113114 
    114 # fix fstab for checkfs/localmount in baselayout >= 1.13 
     115# fix fstab for checkfs/localmount in baselayout-2 
    115116# (does not affect any previous versions) 
    116117echo ">>> Fixing fstab ... " 
     
    118119 
    119120 
    120 # always satisfy net dependency in baselayout >= 1.13 
     121# always satisfy net dependency in baselayout-2 
    121122# (does not affect any previous versions) 
    122123echo ">>> Providing dummy net dependency ... " 
     
    124125$_CHROOT_SH truncate /etc/init.d/net.vserver 
    125126$_CHROOT_SH chmod 0755 /etc/init.d/net.vserver 
     127$_CHROOT_SH link /etc/init.d/net.vserver /etc/runlevels/boot/net.vserver 
    126128 
    127129popd &>/dev/null 
  • trunk/distrib/gentoo/initpre

    r2534 r2537  
    5151fi 
    5252 
    53 # prevent dmesg errors/warnings 
    54 echo ">>> Enabling dummy /proc/kmsg" 
    55 echo syslog >> "$1"/ccapabilities 
    56  
    5753 
    5854# initstyle sanity