Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I want start to work on Xenogentoo linux
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
TigerJr
Guru
Guru


Joined: 19 Jun 2007
Posts: 540

PostPosted: Thu Feb 05, 2015 1:22 pm    Post subject: I want start to work on Xenogentoo linux Reply with quote

I want start to work on Xenogentoo...

I started to get messages with lack of uderstanding. I would like to delete information about my idea
_________________
Do not use gentoo, it die


Last edited by TigerJr on Tue Feb 17, 2015 12:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Fri Feb 06, 2015 4:56 am    Post subject: Reply with quote

Split from "Need help building a non-systemd modern system".
Back to top
View user's profile Send private message
TigerJr
Guru
Guru


Joined: 19 Jun 2007
Posts: 540

PostPosted: Tue Feb 17, 2015 12:04 pm    Post subject: Reply with quote

no infromation = no idea
_________________
Do not use gentoo, it die
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Tue Feb 17, 2015 3:45 pm    Post subject: Reply with quote

TigerJr wrote:
no infromation = no idea

That's correct.

Due to the amount of information you're providing, we have absolutely no idea what you're talking about...
Back to top
View user's profile Send private message
TigerJr
Guru
Guru


Joined: 19 Jun 2007
Posts: 540

PostPosted: Tue Feb 17, 2015 9:45 pm    Post subject: Reply with quote

Ant P. wrote:
TigerJr wrote:
no infromation = no idea

That's correct.

Due to the amount of information you're providing, we have absolutely no idea what you're talking about...


You can delete this topic)
_________________
Do not use gentoo, it die
Back to top
View user's profile Send private message
TigerJr
Guru
Guru


Joined: 19 Jun 2007
Posts: 540

PostPosted: Sun Mar 15, 2015 9:54 pm    Post subject: Reply with quote

Code:
aegis xo # ./xo help
USAGE: xo [commands] [options/keys] [keys]

DESCRIPTION:
   Xen0gentoo system admin and command line interface for multiple package manager

COMMANDS:
   xo setup <DIR>      Begins installation of Xen0gentoo base system, download & prepare
   xo sync         Updates xo portage database
   xo emerge <packagename>   Installs with execution emerge script with packagename
   xo pkg <packagename>   Installs binary pkgs packagename
   xo list <packagename>   List searched portage package
   xo eix <packagename>   Package info, use flags
   xo remove <packagename>   Remove package
   xo init         OpenRC\init managers
   xo uninstall      Uninstall Xen0gentoo system
   xo usage or help      Print this Xen0gentoo help message

SPECIAL OPTIONS:
   xo sync force      Forced syncronization process
   xo emerge sync      Portage synchronysation process
   xo emerge wsync      Portage emerge-webrsync process
   xo eix update      For eix database update

KEYS:
   xo -v          Verbose manager work
   xo -h          Prints help message

This programm comes as-is. Absolute no waranty.
Report bugs for maintainers listed in CREDITS file.
The programm is covered by the GNU General public license,
see COPYING for further information.


This binary use BerkeleyDB for store ebuilds data. Sync copy ebuild data from portage into BerkeleyDB file.

Setup now downloads and extract portage and stages in <DIR>.

Language = C99.
_________________
Do not use gentoo, it die


Last edited by TigerJr on Wed Apr 22, 2015 7:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
TigerJr
Guru
Guru


Joined: 19 Jun 2007
Posts: 540

PostPosted: Sun Mar 15, 2015 10:12 pm    Post subject: Reply with quote

Code:
aegis xo # ./xo list sys-kernel
spl
tuxonice-sources
hardened-sources
openvz-sources
zen-sources
kccmp
rsbac-sources
vserver-sources
aufs-sources
linux-headers
pf-sources
dracut
genkernel-next
linux-firmware
mips-sources
vanilla-sources
linux-docs
xbox-sources
genkernel
gentoo-sources
raspberrypi-sources
raspberrypi-image
git-sources
ck-sources
rt-sources
 
aegis xo # ./xo list gentoo-sources
gentoo-sources-3.18.8.ebuild
gentoo-sources-3.17.8-r1.ebuild
gentoo-sources-3.19.1.ebuild
gentoo-sources-3.10.9999.ebuild
gentoo-sources-3.4.106.ebuild
gentoo-sources-3.14.33.ebuild
gentoo-sources-3.18.7.ebuild
gentoo-sources-3.10.71.ebuild
gentoo-sources-3.19.0.ebuild
gentoo-sources-3.14.35.ebuild
gentoo-sources-3.12.9999.ebuild
gentoo-sources-3.18.9.ebuild
gentoo-sources-3.10.69.ebuild
gentoo-sources-3.4.105.ebuild
gentoo-sources-3.4.9999.ebuild
gentoo-sources-3.12.38.ebuild
gentoo-sources-3.10.70.ebuild
gentoo-sources-3.14.34.ebuild
 
aegis xo # ./xo list gentoo-sources-3.19.1.ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.19.1.ebuild,v 1.1 2015/03/07 14:20:09 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="2"
K_DEBLOB_AVAILABLE="0"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
   kernel-2_pkg_postinst
   einfo "For more info on this patchset, and how to report problems, see:"
   einfo "${HOMEPAGE}"
}

pkg_postrm() {
   kernel-2_pkg_postrm
}
 
aegis xo # ./xo list timestamp.x
1426379701>��


Oh! error in timestamp... still betta version
_________________
Do not use gentoo, it die
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum