|
|
本帖最后由 liuzhaoyzz 于 2023-6-3 22:07 编辑
DistroWatch.com: Gentoo Linux
https://distrowatch.com/table.php?distribution=gentoo
Gentoo Linux
最后更新: 2023-06-02 21:50 UTC
Gentoo Linux
操作系统类型: Linux
基于何种发行: Independent
来源: USA
处理器架构: i486, i586, i686, x86_64, alpha, arm, hppa, ia64, mips, powerpc, ppc64, sparc64
桌面: AfterStep, Awesome, Blackbox, Enlightenment, Fluxbox, GNOME, IceWM, KDE Plasma, LXDE, MATE, Openbox, WMaker, Xfce
类型: Desktop, Server, Source-based
状态: 活跃发展中
受欢迎程度排名: 54 (203 每日点击次数)
Gentoo Linux是一套通用的、快捷的、完全免费的Linux发行,它面向开发人员和网络职业人员。与其他发行不同的是,Gentoo Linux拥有一套先进的包管理系统叫作Portage。在BSD ports的传统中,Portage是一套真正的自动导入系统,然而Gentoo里的Portage是用Python编写的,并具它有很多先进的特性,包括文件依赖、精细的包管理、OpenBSD风格的虚拟安装,安全卸载,系统框架文件、虚拟软件包、配置文件管理等等。
受欢迎程度排名 (每日点击次数): 12 个月: 49 (199), 6 个月: 54 (203), 3 个月: 59 (196), 4 个星期: 60 (182), 1 个星期: 60 (172)
Average visitor rating: 8.24/10 from 51 review(s).
主页 https://www.gentoo.org/
邮件列表 https://www.gentoo.org/main/en/lists.xml
用户论坛 https://forums.gentoo.org/
不能从NTFS启动,partnew方案可以。https://www.gentoo.org/
title /linux/gentoo/install-amd64-minimal-20230528T163158Z.iso
find --ignore-floppies --ignore-cd --set-root /linux/gentoo/install-amd64-minimal-20230528T163158Z.iso ;; uuid () ;; echo %?_UUID%
map /linux/gentoo/install-amd64-minimal-20230528T163158Z.iso (hd32)
map --hook
kernel (hd32)/boot/gentoo ISOBOOT=/linux/gentoo/install-amd64-minimal-20230528T163158Z.iso dokeymap aufs overlayfs nodhcp looptype=squashfs loop=/image.squashfs cdroot
initrd (hd32)/boot/gentoo.igz
title /linux/gentoo/install-amd64-minimal-20230528T163158Z.iso-partnew[not_recommend]
find --ignore-floppies --ignore-cd --set-root /linux/gentoo/install-amd64-minimal-20230528T163158Z.iso
map /linux/gentoo/install-amd64-minimal-20230528T163158Z.iso (hd32) ;; map --hook
root | set dn= ;; set dn=%dn:~3,2% ;; if "%dn:~1,1%"=="," set dn=%dn:~0,1%
parttype (hd%dn%,3) ;; set rt=%@RetVal% ;; echo %rt%
if %rt%==0 partnew (hd%dn%,3) 0x00 /linux/gentoo/install-amd64-minimal-20230528T163158Z.iso
kernel (hd32)/boot/gentoo overlayfs nodhcp looptype=squashfs loop=/image.squashfs cdroot
initrd (hd32)/boot/gentoo.igz
menuentry "/linux/gentoo/install-amd64-minimal-20230528T163158Z.iso" "/linux/gentoo/install-amd64-minimal-20230528T163158Z.iso" {
set gfxpayload=keep
search --no-floppy --set --file $2
loopback loop $2
linux (loop)/boot/gentoo ISOBOOT=/linux/gentoo/install-amd64-minimal-20230528T163158Z.iso ioverlayfs nodhcp looptype=squashfs loop=/image.squashfs cdroot
initrd (loop)/boot/gentoo.igz
}
menuentry "/linux/gentoo/install-amd64-minimal-20230528T163158Z.iso-partnew[not_recommend]" "/linux/gentoo/install-amd64-minimal-20230528T163158Z.iso" {
set gfxpayload=keep
search --no-floppy --set --file $2;regexp --set=x '(.*),' "$root";loopback loop $2
partnew -t 0x00 -f $2 ($x) 4
linux (loop)/boot/gentoo overlayfs nodhcp looptype=squashfs loop=/image.squashfs cdroot
initrd (loop)/boot/gentoo.igz
}
|
|