diff options
| author | Nippy <nippy@rp1.hu> | 2026-07-18 09:31:11 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-07-18 09:31:41 +0200 |
| commit | e8fb93649bbceb314c691493dbc1cda2e7a0ffa6 (patch) | |
| tree | 1fe5a43ffb6fc22efab06024b254eb3178a11282 /releng/airootfs/etc | |
| parent | 38dc95bc02f867462ee4ad0f542501c95ad1219f (diff) | |
| download | RaveOS-build-iso-e8fb93649bbceb314c691493dbc1cda2e7a0ffa6.tar.gz RaveOS-build-iso-e8fb93649bbceb314c691493dbc1cda2e7a0ffa6.zip | |
new btrfs
Diffstat (limited to 'releng/airootfs/etc')
| -rw-r--r-- | releng/airootfs/etc/mkinitcpio.conf.d/archiso.conf | 2 | ||||
| -rw-r--r-- | releng/airootfs/etc/motd | 11 | ||||
| -rw-r--r-- | releng/airootfs/etc/plymouth/plymouthd.conf | 2 |
3 files changed, 3 insertions, 12 deletions
diff --git a/releng/airootfs/etc/mkinitcpio.conf.d/archiso.conf b/releng/airootfs/etc/mkinitcpio.conf.d/archiso.conf index 5c008e5..e53d079 100644 --- a/releng/airootfs/etc/mkinitcpio.conf.d/archiso.conf +++ b/releng/airootfs/etc/mkinitcpio.conf.d/archiso.conf @@ -1,3 +1,3 @@ -HOOKS=(base udev microcode modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard) +HOOKS=(base udev plymouth microcode modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard) COMPRESSION="xz" COMPRESSION_OPTIONS=(-9e) diff --git a/releng/airootfs/etc/motd b/releng/airootfs/etc/motd index 4d9eda1..e69de29 100644 --- a/releng/airootfs/etc/motd +++ b/releng/airootfs/etc/motd @@ -1,11 +0,0 @@ -To install [38;2;23;147;209mArch Linux[0m follow the installation guide: -https://wiki.archlinux.org/title/Installation_guide - -For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility. -For mobile broadband (WWAN) modems, connect with the [35mmmcli[0m utility. -Ethernet, WLAN and WWAN interfaces using DHCP should work automatically. - -After connecting to the internet, the installation guide can be accessed -via the convenience script [35mInstallation_guide[0m. - -[41m [41m [41m [40m [44m [40m [41m [46m [45m [41m [46m [43m [41m [44m [45m [40m [44m [40m [41m [44m [41m [41m [46m [42m [41m [44m [43m [41m [45m [40m [40m [44m [40m [41m [44m [42m [41m [46m [44m [41m [46m [47m [0m diff --git a/releng/airootfs/etc/plymouth/plymouthd.conf b/releng/airootfs/etc/plymouth/plymouthd.conf new file mode 100644 index 0000000..288041e --- /dev/null +++ b/releng/airootfs/etc/plymouth/plymouthd.conf @@ -0,0 +1,2 @@ +[Daemon] +Theme=raveos |