mirror of
https://codeberg.org/alpine/alpine-wiki.git
synced 2023-08-25 13:53:16 +02:00
newbie+tutorial - added format utils programs
* added all mkfs.* programs * use zraminit to property include fdisk in most newer versions * added all the partition management programs
This commit is contained in:
parent
a60c90399f
commit
64ccca6cc7
@ -111,6 +111,10 @@ set ignoreeof
|
|||||||
EOF
|
EOF
|
||||||
cp /opt/daru/.cshrc /opt/daru/.bashrc
|
cp /opt/daru/.cshrc /opt/daru/.bashrc
|
||||||
|
|
||||||
|
apk add e2fsprogs e2fsprogs-doc btrfs-progs btrfs-progs-doc exfat-utils exfat-utils-doc f2fs-tools f2fs-tools-doc dosfstools dosfstools-doc xfsprogs xfsprogs-doc jfsutils jfsutils-doc
|
||||||
|
|
||||||
|
apk add testdisk testdisk-doc partimage partimage-doc parted parted-doc util-linux zram-init
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### configuration programs and repositories
|
#### configuration programs and repositories
|
||||||
@ -280,7 +284,7 @@ configure the graphical environment to property setup any desktop.
|
|||||||
17. install software backend for usage of abstract device filesystem representation using FUSE user space
|
17. install software backend for usage of abstract device filesystem representation using FUSE user space
|
||||||
|
|
||||||
```
|
```
|
||||||
apk add acpi eudev eudev-doc eudev-rule-generator eudev-openrc linux-firmware cpufreqd pciutils util-linux
|
apk add acpi eudev eudev-doc eudev-rule-generator eudev-openrc linux-firmware cpufreqd pciutils util-linux zram-init
|
||||||
|
|
||||||
rc-update add udev
|
rc-update add udev
|
||||||
rc-update add acpid
|
rc-update add acpid
|
||||||
|
@ -111,7 +111,10 @@ apk update
|
|||||||
|
|
||||||
apk add man-db man-pages nano binutils coreutils readline \
|
apk add man-db man-pages nano binutils coreutils readline \
|
||||||
sed attr dialog lsof less groff wget curl terminus-font \
|
sed attr dialog lsof less groff wget curl terminus-font \
|
||||||
zip p7zip xz tar cabextract cpio binutils lha acpi musl-locales musl-locales-lang
|
zip p7zip xz tar cabextract cpio binutils lha acpi musl-locales musl-locales-lang \
|
||||||
|
e2fsprogs e2fsprogs-doc btrfs-progs btrfs-progs-doc exfat-utils exfat-utils-doc \
|
||||||
|
f2fs-tools f2fs-tools-doc dosfstools dosfstools-doc xfsprogs xfsprogs-doc jfsutils jfsutils-doc \
|
||||||
|
testdisk testdisk-doc partimage partimage-doc parted parted-doc util-linux zram-init
|
||||||
|
|
||||||
sed -i "s#.*consolefont.*=.*#consolefont="ter-132n.psf.gz"#g" /etc/conf.d/consolefont
|
sed -i "s#.*consolefont.*=.*#consolefont="ter-132n.psf.gz"#g" /etc/conf.d/consolefont
|
||||||
setfont /usr/share/consolefonts/ter-132n.psf.gz
|
setfont /usr/share/consolefonts/ter-132n.psf.gz
|
||||||
@ -173,9 +176,9 @@ For more details check [../../newbie/alpine-newbie-xfce-desktop.md](../../newbi
|
|||||||
#### setup hardware support
|
#### setup hardware support
|
||||||
|
|
||||||
```
|
```
|
||||||
apk add acpi eudev eudev-doc eudev-rule-generator eudev-openrc linux-firmware pciutils util-linux \
|
apk add acpi eudev eudev-doc eudev-rule-generator eudev-openrc pciutils util-linux zram-init \
|
||||||
fuse fuse-exfat-utils fuse-exfat avfs pcre2 cpufreqd bluez bluez-openrc \
|
fuse fuse-exfat-utils fuse-exfat avfs pcre2 cpufreqd bluez bluez-openrc \
|
||||||
wpa_supplicant dhcpcd chrony macchanger wireless-tools iputils \
|
wpa_supplicant dhcpcd chrony macchanger wireless-tools iputils linux-firmware \
|
||||||
networkmanager networkmanager-lang networkmanager-openvpn networkmanager-openvpn-lang
|
networkmanager networkmanager-lang networkmanager-openvpn networkmanager-openvpn-lang
|
||||||
|
|
||||||
rc-update add udev
|
rc-update add udev
|
||||||
|
Loading…
Reference in New Issue
Block a user