Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "User talk:Pnoecker"
Jump to navigation
Jump to search
(i NEED this command on the scratch pad, which is an awesome one.) |
|||
Line 1: | Line 1: | ||
{{console|body= | |||
###i## sed -i 's%initrd%initrd /amd-uc.img%' /boot/grub/grub.cfg | |||
}} | |||
{{console|body= | {{console|body= | ||
###i## wget https://www.funtoo.org/images/f/f9/Mybackground.png -O /boot/grub/mybackground.png | ###i## wget https://www.funtoo.org/images/f/f9/Mybackground.png -O /boot/grub/mybackground.png |
Revision as of 15:51, January 9, 2021
root # sed -i 's%initrd%initrd /amd-uc.img%' /boot/grub/grub.cfg
root # wget https://www.funtoo.org/images/f/f9/Mybackground.png -O /boot/grub/mybackground.png
- /boot/grub/grub.cfg
set gfxmode=auto insmod all_video terminal_output gfxterm fi load_video font=unicode insmod gfxterm insmod png background_image -m stretch /grub/mybackground.png insmod gettext set lang=en_US set menu_color_normal=light-magenta/black set menu_color_highlight=black/light-magenta
ebuilding
~/myoverlay/mygithub.ebuild
- Github ebuild scaffolding# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="My Ebuilds usage."
HOMEPAGE=""
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
GITHUB_REPO=""
GITHUB_USER=""
GITHUB_TAG=""
SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/tarball/${GITHUB_TAG} -> ${PN}-${GITHUB_TAG}.tar.gz"
src_unpack() {
unpack ${A}
mv "${WORKDIR}/${GITHUB_USER}-${GITHUB_REPO}"-??????? "${S}" || die
}
src_prepare(){
}
root # ebuild *.ebuild digest
Area36 scratch pad shtuff
root # dd bs=4096 if=/dev/funtoo of=/area36.img root # iat /area36.img /area36.iso