diff options
Diffstat (limited to 'configs/base.installfile')
-rw-r--r-- | configs/base.installfile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/configs/base.installfile b/configs/base.installfile new file mode 100644 index 0000000..2a55ec0 --- /dev/null +++ b/configs/base.installfile @@ -0,0 +1,25 @@ +network false +hostname adelie-live +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 |