Changeset 915


Ignore:
Timestamp:
Jan 12, 2008 1:10:34 AM (5 years ago)
Author:
dkg
Message:

debirf: broke out install-runit to its own file.

Location:
trunk/debirf
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debirf/fs/usr/share/debirf/modules/xkiosk

    r913 r915  
    33# debirf module: xkiosk 
    44# create an graphical kiosk that starts x and a browser on boot. 
     5#  
     6# note: This depends on the install-runit module. 
    57# 
    68# The debirf scripts were written by 
     
    1315 
    1416### download needed packages 
    15 # # need to prep inittab for runit so that runit.postinst doesn't think 
    16 # # it needs to HUP init 
    17 # cat <<EOF >> "$DEBIRF_ROOT"/etc/inittab 
    18 # #-- runit begin 
    19 # SV:123456:respawn:/usr/sbin/runsvdir-start 
    20 # #-- runit end 
    21 # EOF 
    2217 
    2318# could maybe pick and choose xorg packages if hardware known 
    24 debirf_exec apt-get install --assume-yes xorg runit matchbox-window-manager iceweasel 
     19debirf_exec apt-get install --assume-yes xorg matchbox-window-manager iceweasel 
    2520 
    2621### properly configure X 
Note: See TracChangeset for help on using the changeset viewer.