참고 사이트 : https://www.hqt.ro/how-to-install-debian-jessie-arm/
설치 진행
chule@RT-AC56U:/# cd /opt
chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# wget -c -O debian_jessie8.6-arm_clean.tgz http://goo.gl/Yp7CwA
--2017-06-17 20:22:41-- http://goo.gl/Yp7CwA
Resolving goo.gl... 2404:6800:4004:81b::200e, 172.217.25.110
Connecting to goo.gl|2404:6800:4004:81b::200e|:80... failed: Network is unreachable.
Connecting to goo.gl|172.217.25.110|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://files.hqt.ro/debian/arm/debian_jessie8.6-arm_clean.tgz [following]
--2017-06-17 20:22:41-- http://files.hqt.ro/debian/arm/debian_jessie8.6-arm_clean.tgz
Resolving files.hqt.ro... 2a01:b1c1:2:4000::123:10, 84.39.97.33
Connecting to files.hqt.ro|2a01:b1c1:2:4000::123:10|:80... failed: Network is unreachable.
Connecting to files.hqt.ro|84.39.97.33|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 56471112 (54M) [application/x-gzip]
Saving to: 'debian_jessie8.6-arm_clean.tgz'
debian_jessie8.6-arm_clean.tgz 100%[============================================================>] 53.85M 864KB/s in 63s
2017-06-17 20:23:44 (874 KB/s) - 'debian_jessie8.6-arm_clean.tgz' saved [56471112/56471112]
chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# tar -xvzf ./debian_jessie8.6-arm_clean.tgz
...
생략...
...
chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# nano /opt/etc/init.d/S99debian
chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# chmod 755 /opt/etc/init.d/S99debian
chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# touch /opt/etc/chroot-services.list
chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# ln -s /opt/etc/init.d/S99debian /opt/bin/debian
chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# cp /etc/hosts /opt/debian/etc/
chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# debian enter
root@RT-AC56U:/# apt update && apt upgrade -y
...
생략...
...
타임존 설정
root@RT-AC56U:/# dpkg-reconfigure tzdata
Asia 선택
Seoul 선택
Current default time zone: 'Asia/Seoul'
Local time is now: Sat Jun 17 21:20:01 KST 2017.
Universal Time is now: Sat Jun 17 12:20:01 UTC 2017.
root@RT-AC56U:/#
package 설치
root@RT-AC56U:/# apt install wget
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
ca-certificates libffi6 libgmp10 libgnutls-deb0-28 libhogweed2 libicu52 libidn11 libnettle4 libp11-kit0 libpsl0 libssl1.0.0
libtasn1-6 openssl
Suggested packages:
gnutls-bin
The following NEW packages will be installed:
ca-certificates libffi6 libgmp10 libgnutls-deb0-28 libhogweed2 libicu52 libidn11 libnettle4 libp11-kit0 libpsl0 libssl1.0.0
libtasn1-6 openssl wget
0 upgraded, 14 newly installed, 0 to remove and 22 not upgraded.
Need to get 10.1 MB of archives.
After this operation, 38.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
...
생략
...
root@RT-AC56U:/#
'[ASUS] RT-AC56U > Debian Jessie' 카테고리의 다른 글
[RT-AC56U] Nginx 설치 (0) | 2017.06.18 |
---|---|
[RT-AC56U] Transmission 설치 (0) | 2017.06.17 |