Displaying 1 result from an estimated 1 matches for "eof_firstboot".
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
...d configuration
-# set default runlevel to multi-user(3)
-
-rm -rf /etc/systemd/system/default.target
-ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
-
-# setup ovirt-firstboot multi-user dependency
-cat >> /lib/systemd/system/ovirt-firstboot.service << \EOF_firstboot
-[Unit]
-Description=firstboot configuration program (text mode)
-After=livesys.service plymouth-quit.service
-Before=systemd-user-sessions.service
-
-[Service]
-Environment=RUNLEVEL=3
-ExecStart=/etc/init.d/ovirt-firstboot start
-TimeoutSec=0
-RemainAfterExit=yes
-Type=oneshot
-SysVStartPriority=9...