diff options
-rw-r--r-- | profiles/default/linux/amd64/13.0/ltsp/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/amd64/13.0/ltsp/package.accept_keywords | 2 | ||||
-rw-r--r-- | profiles/default/linux/amd64/13.0/ltsp/parent | 2 | ||||
-rw-r--r-- | profiles/default/linux/x86/13.0/ltsp/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/x86/13.0/ltsp/package.accept_keywords | 2 | ||||
-rw-r--r-- | profiles/default/linux/x86/13.0/ltsp/parent | 2 | ||||
-rw-r--r-- | profiles/ltsp/make.defaults | 1 |
7 files changed, 11 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/13.0/ltsp/eapi b/profiles/default/linux/amd64/13.0/ltsp/eapi new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/profiles/default/linux/amd64/13.0/ltsp/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/13.0/ltsp/package.accept_keywords b/profiles/default/linux/amd64/13.0/ltsp/package.accept_keywords new file mode 100644 index 0000000..3c99d59 --- /dev/null +++ b/profiles/default/linux/amd64/13.0/ltsp/package.accept_keywords @@ -0,0 +1,2 @@ +=net-misc/dhcp-4.2.4_p2-r1 ~amd64 +>=sys-kernel/dracut-024 ~amd64 diff --git a/profiles/default/linux/amd64/13.0/ltsp/parent b/profiles/default/linux/amd64/13.0/ltsp/parent new file mode 100644 index 0000000..66516a0 --- /dev/null +++ b/profiles/default/linux/amd64/13.0/ltsp/parent @@ -0,0 +1,2 @@ +/usr/portage/profiles/default/linux/amd64/13.0 +../../../../../ltsp diff --git a/profiles/default/linux/x86/13.0/ltsp/eapi b/profiles/default/linux/x86/13.0/ltsp/eapi new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/profiles/default/linux/x86/13.0/ltsp/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/13.0/ltsp/package.accept_keywords b/profiles/default/linux/x86/13.0/ltsp/package.accept_keywords new file mode 100644 index 0000000..6cdd648 --- /dev/null +++ b/profiles/default/linux/x86/13.0/ltsp/package.accept_keywords @@ -0,0 +1,2 @@ +=net-misc/dhcp-4.2.4_p2-r1 ~x86 +>=sys-kernel/dracut-024 ~x86 diff --git a/profiles/default/linux/x86/13.0/ltsp/parent b/profiles/default/linux/x86/13.0/ltsp/parent new file mode 100644 index 0000000..addb2ba --- /dev/null +++ b/profiles/default/linux/x86/13.0/ltsp/parent @@ -0,0 +1,2 @@ +/usr/portage/profiles/default/linux/x86/13.0 +../../../../../ltsp diff --git a/profiles/ltsp/make.defaults b/profiles/ltsp/make.defaults index 0742585..c099a3d 100644 --- a/profiles/ltsp/make.defaults +++ b/profiles/ltsp/make.defaults @@ -7,3 +7,4 @@ EMERGE_WARNING_DELAY="0" FEATURES="${FEATURES} nodoc noinfo -news" USE="${USE} alsa pulseaudio svg xml X -cups" VIDEO_CARDS="fbdev vesa" +DRACUT_MODULES="nbd nfs" |