- #!/sbin/runscript
- description="generates xorg.conf for the livecd"
- depend()
- {
- #need localmount xdm-setup
- after bootmisc consolefont modules netmount
- after readahead-list ypbind autofs openvpn gpm lircmd
- after quota keymaps
- before alsasound xdm
- need localmount xdm-setup
- use consolekit dbus xfs
- }
- start()
- {
- einfo "generating xorg.conf"
- X -configure
- mv /root/xorg.conf.new /etc/X11/xorg.conf
- eend 0
- }
- stop()
- {
- einfo "deleting xorg.conf"
- rm /etc/X11/xorg.conf
- eend 0
- }
SHARE
TWEET
Untitled
a guest
Dec 21st, 2012
29
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
