Remove obsolete Fedora rc-local install.d hook.

After the refactor of the first-boot routine there's no use for this
script anymore, in fact all it's doing is to create a broken link.

Change-Id: Ic09e7208bc950380341e8a073647950ac99a05fd
This commit is contained in:
Lucas Alvares Gomes 2013-05-24 12:59:09 +01:00
parent be99db321b
commit 58538cea51

View File

@ -1,4 +0,0 @@
#!/bin/bash
ln -s /etc/rc.local /etc/rc.d/rc.local
systemctl enable rc-local.service