blob: 568811f6a722e992a2012e1178c5d280fd13d8b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
version 1.0
network false
hostname adelie-live
# "live"
rootpw $6$b3P7y2vLSRl3ujqi$mYk5jlsRta8RQ/Qvunadj5ZO8BYO7cLkJsrMKve/r5Ka/1Gqrh1v93cjEttRR3wdmKwyvZZnkLbaw4T1dIEL40
nameserver 2620:fe::fe
nameserver 9.9.9.9
nameserver 149.112.112.112
# Base packages
pkginstall adelie-base-posix dash-binsh ssmtp s6-linux-init s6-linux-init-early-getty openrc eudev
# Disk setup
pkginstall parted cryptsetup diskdev_cmds dosfstools e2fsprogs jfsutils lvm2 mdadm xfsprogs-base
# Kernel / boot
pkginstall easy-kernel easy-kernel-modules dracut
# Networking
pkginstall ca-certificates curl dhcpcd iproute2 iputils mtr net-tools netifrc netifrc-doc s6-dns traceroute
# Wi-Fi
pkginstall iw wireless-tools wpa_supplicant
# Hardware information / probing
pkginstall hdparm pciutils pcmciautils smartmontools usbutils
# User convenience tools
pkginstall bzip2 gnupg kbd-keymaps less links lzop nano openssh tmux
# Live User
username live
useralias live Live User
usergroups live users,audio,video,cdrom,games,floppy,cdrw,ping
|