Temat: Gargoyle: 1.5.8 instalacja Extroota
Wersja Gargoyle: 1.5.8 (r33883), by obsy
gdy chcę zainstalować Extroot po wpisaniu opkg install block-extroot kmod-fs-ext4
pojawia się komunikat.
root@Gargoyle:~# opkg install block-extroot kmod-fs-ext4
Unknown package 'block-extroot'.
Package kmod-fs-ext4 (3.3.8-1) installed in root is up to date.
Collected errors:
* opkg_install_cmd: Cannot install package block-extroot.Jeśli dobrze zrozumialem z translatora, to pakiet ten już jest, czyli że mam odpuścić ten krok i iść dalej czyli..
# uci set fstab.@mount[0].target=''
# uci set fstab.@mount[0].device=/dev/sda1
# uci set fstab.@mount[0].fstype=ext4
# uci set fstab.@mount[0].options=rw,noatime
# uci set fstab.@mount[0].enabled=1
# uci set fstab.@mount[0].is_rootfs=1
# blkid /dev/sda1
# uci set fstab.@mount[0].uuid=Mój-numer
# uci commit fstab
# reboottak?