Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/initramfs-tools/scripts/init-bottom/bond
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ esac

. /scripts/functions
. /conf/initramfs.conf
. /conf/conf.d/*.conf
[ -e /conf/conf.d/*.conf ] && for f in /conf/conf.d/*.conf; do . "$f"; done

if [ -z "$BOND" ]; then
exit 0
Expand Down
2 changes: 1 addition & 1 deletion etc/initramfs-tools/scripts/local-bottom/vlan
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ esac

. /scripts/functions
. /conf/initramfs.conf
. /conf/conf.d/*.conf
[ -e /conf/conf.d/*.conf ] && for f in /conf/conf.d/*.conf; do . "$f"; done

if [ -z "$VLAN" ]; then
exit 0
Expand Down
2 changes: 1 addition & 1 deletion etc/initramfs-tools/scripts/local-top/bond
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ esac

. /scripts/functions
. /conf/initramfs.conf
. /conf/conf.d/*.conf
[ -e /conf/conf.d/*.conf ] && for f in /conf/conf.d/*.conf; do . "$f"; done

if [ -z "$BOND" ]; then
exit 0
Expand Down
2 changes: 1 addition & 1 deletion etc/initramfs-tools/scripts/local-top/vlan
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ esac

. /scripts/functions
. /conf/initramfs.conf
. /conf/conf.d/*.conf
[ -e /conf/conf.d/*.conf ] && for f in /conf/conf.d/*.conf; do . "$f"; done

if [ -z "$VLAN" ]; then
exit 0
Expand Down