diff options
Diffstat (limited to 'configs/base')
-rw-r--r-- | configs/base/base.installfile | 29 | ||||
-rw-r--r-- | configs/base/kde.installfile | 11 | ||||
-rw-r--r-- | configs/base/lxqt.installfile | 11 | ||||
-rw-r--r-- | configs/base/mate.installfile | 11 |
4 files changed, 62 insertions, 0 deletions
diff --git a/configs/base/base.installfile b/configs/base/base.installfile new file mode 100644 index 0000000..7ede420 --- /dev/null +++ b/configs/base/base.installfile @@ -0,0 +1,29 @@ +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 (we take care of boot cfg ourselves, so no-boot vs easy-boot) +pkginstall easy-kernel easy-kernel-modules dracut no-boot +# 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 +pkginstall livecd-support diff --git a/configs/base/kde.installfile b/configs/base/kde.installfile new file mode 100644 index 0000000..e6b3758 --- /dev/null +++ b/configs/base/kde.installfile @@ -0,0 +1,11 @@ +# Install KDE and SDDM auto-login for it. +pkginstall livecd-support-kde + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable sddm +svcenable wpa_supplicant + +inherit base.installfile diff --git a/configs/base/lxqt.installfile b/configs/base/lxqt.installfile new file mode 100644 index 0000000..b433353 --- /dev/null +++ b/configs/base/lxqt.installfile @@ -0,0 +1,11 @@ +# Install LXQt and SDDM auto-login for it. +pkginstall livecd-support-lxqt + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable sddm +svcenable wpa_supplicant + +inherit base.installfile diff --git a/configs/base/mate.installfile b/configs/base/mate.installfile new file mode 100644 index 0000000..b15f797 --- /dev/null +++ b/configs/base/mate.installfile @@ -0,0 +1,11 @@ +# Install MATE and SDDM auto-login for it. +pkginstall livecd-support-mate + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable sddm +svcenable wpa_supplicant + +inherit base.installfile |