diff --git a/config/rootfiles/common/configroot b/config/rootfiles/common/configroot index 1027b5139..8c91ca5d5 100644 --- a/config/rootfiles/common/configroot +++ b/config/rootfiles/common/configroot @@ -51,8 +51,8 @@ var/ipfire/ethernet #var/ipfire/ethernet/vlans #var/ipfire/ethernet/wireless var/ipfire/extrahd -#var/ipfire/extrahd/bin -#var/ipfire/extrahd/bin/extrahd.pl +var/ipfire/extrahd/bin +var/ipfire/extrahd/bin/extrahd.pl #var/ipfire/extrahd/devices #var/ipfire/extrahd/partitions #var/ipfire/extrahd/scan diff --git a/config/rootfiles/core/154/filelists/files b/config/rootfiles/core/154/filelists/files index dff15547b..20b308537 100644 --- a/config/rootfiles/core/154/filelists/files +++ b/config/rootfiles/core/154/filelists/files @@ -13,5 +13,6 @@ srv/web/ipfire/cgi-bin/pakfire.cgi srv/web/ipfire/cgi-bin/remote.cgi srv/web/ipfire/cgi-bin/services.cgi usr/local/bin/sshctrl +var/ipfire/extrahd/bin/extrahd.pl var/ipfire/general-functions.pl var/ipfire/langs diff --git a/lfs/configroot b/lfs/configroot index a37c2c401..bc8c0283f 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -151,6 +151,9 @@ $(TARGET) : # set converters executable chmod 755 /usr/sbin/convert-* + # Make extrahd.pl executable + chmod 755 /var/ipfire/extrahd/bin/extrahd.pl + # Modify variables in header.pl sed -i -e "s+CONFIG_ROOT+$(CONFIG_ROOT)+g" \ -e "s+VERSION+$(VERSION)+g" \