[syslinux-iso] Fix double execution of initscripts hooks.
Partially revert commit b171f8f11f
Fixes https://bugs.archlinux.org/task/23786
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
13193bc0ba
commit
a8c1c0cb6f
@ -1,7 +1,7 @@
|
||||
#
|
||||
# /etc/rc.conf - Main Configuration for Arch Linux
|
||||
|
||||
. /etc/rc.d/functions
|
||||
. /etc/archiso/functions
|
||||
|
||||
LOCALE_DEFAULT="en_US.UTF-8"
|
||||
CLOCK_DEFAULT=""
|
||||
|
@ -1,3 +1,5 @@
|
||||
. /etc/archiso/functions
|
||||
|
||||
automated_script ()
|
||||
{
|
||||
script="$(kernel_cmdline script)"
|
||||
|
Loading…
Reference in New Issue
Block a user