Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NoPart *bool = flag.Bool("nopart", false, "Skip the partitionating prosess (not open cfdisk)") NoGrub = flag.Bool("nogrub", false, "Don't install Grub") NoWifi = flag.Bool("nowifi", false, "Don't configure for wifi") NoFstab = flag.Bool("nofstab", false, "Don't generate a fstab for the new system") NoKeymap = flag.Bool("nokeymap", false, "Don't config the keymap for the new system") NoReboot = flag.Bool("noreboot", false, "Don't reboot the system after the prosess") NoPasswd = flag.Bool("nopasswd", false, "Skip the passwd setting") NoPacstrap = flag.Bool("nopacstrap", false, "Skip the pacstrap process") NoPacmanConf = flag.Bool("nopacmanconf", false, "Don't copy the temporal pacman.conf for best performance in the pacstrap") NoMount = flag.Bool("nomount", false, "Don't mount the partitions") NoFormat = flag.Bool("noformat", false, "Don't format the partitions") )
Functions ¶
func ConfigRootPasswd ¶
func ConfigRootPasswd()
func PacmanConf ¶
func PacmanConf()
func Partitioning ¶
func Partitioning()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.