# gentoo-fstab **Repository Path**: frstlis_admin/gentoo-fstab ## Basic Information - **Project Name**: gentoo-fstab - **Description**: 用Arch的genfstab脚本生成fstab,主要用于Gentoo - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-14 - **Last Updated**: 2022-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gentoo-fstab #### 介绍 用Arch的genfstab脚本生成fstab,主要用于Gentoo生成fstab 拷贝自大佬[YangMaMe](https://blog.yangmame.org)的[Github仓库](https://Github.com/yangmame/Gentoo-Installer),目的仅为网络加速 #### 如何使用 ``` git clone https://gitee.com/nuralii1i/gentoo-fstab.git cd gentoo-fstab chmod +x genfstab ./genfstab / > /etc/fstab #在chroot下 vim /etc/fstab #检查fstab,删除多余挂载点 ```