From f4b57b9384e44de959e2532a5228eb5576fef1a2 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Wed, 6 Feb 2008 00:37:33 +0000 Subject: [PATCH] Allow root_overlay in netboot2 target for bug 208106 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1273 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ modules/netboot2_target.py | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ef364951..70444636 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 06 Feb 2008; Andrew Gaffney + modules/netboot2_target.py: + Allow root_overlay in netboot2 target for bug 208106. + 04 Feb 2008; Chris Gianelloni modules/generic_stage_target.py, modules/livecd_stage1_target.py, targets/stage1/stage1-chroot.sh, targets/support/chroot-functions.sh: diff --git a/modules/netboot2_target.py b/modules/netboot2_target.py index 3716939d..f8fc6b04 100644 --- a/modules/netboot2_target.py +++ b/modules/netboot2_target.py @@ -18,7 +18,8 @@ class netboot2_target(generic_stage_target): "netboot2/use", "netboot2/extra_files", "netboot2/overlay", - "netboot2/busybox_config" + "netboot2/busybox_config", + "netboot2/root_overlay" ]) try: -- 2.26.2