File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1+ https://mirrors.aliyun.com/alpine/v3.22/main
2+ https://mirrors.aliyun.com/alpine/v3.22/community
Original file line number Diff line number Diff line change 1313#tty6::respawn:/sbin/getty 38400 tty6
1414
1515# Put a getty on the serial port
16- ttyAMA0::respawn:/sbin/getty -L 0 ttyAMA0 vt100 -n -l /usr/sbin/autologin
16+ ttyAMA0::respawn:/sbin/getty -L 0 ttyAMA0 ansi -n -l /usr/sbin/autologin
1717
1818# Stuff to do for the 3-finger salute
1919::ctrlaltdel:/sbin/reboot
Original file line number Diff line number Diff line change @@ -5,14 +5,12 @@ mount -t sysfs none /sys
55mkdir /dev/pts
66mount -t devpts devpts /dev/pts
77mount -t tmpfs tmpfs /tmp
8+ mount -t cgroup -o defaults none /sys/fs/cgroup
89
910ifconfig eth0 10.0.2.15 netmask 255.255.255.0
1011route add default gw 10.0.2.2
1112ifconfig lo 127.0.0.1 netmask 255.0.0.0
1213
1314mount -t 9p -o trans=virtio,version=9p2000.L hostshare /mnt/share
1415
15- clear
16- # echo -e "\nBoot took $(cut -d' ' -f1 /proc/uptime) seconds."
17-
1816exec /sbin/init
You can’t perform that action at this time.
0 commit comments