Azriel Akbar Ferry A

Results 10 comments of Azriel Akbar Ferry A

I don't know about Wayland, but you can use xvfb + x11vnc. In the near future, maybe I'll create a script to automate the process.

@Efreak 1. I choose /data, because other partition have noexec mount flag. So I make mount_image and make_image scripts for users that want to use custom path. 2. external sdcard...

> is it possible to expand bootlinux with `bootlinux -u user`, so that i can login with common user with chroot, accessing as common user is not recommended and the...

Can you provide the rootfs url or how to build the rootfs tarball for those distro?

Which distros have you tested? Because the majority of distros I supported use systemd.

> sorry my delay reply, I tried it on alpine linux So, the argument will be a waste for non openrc distro. Maybe you can add similar behavior on other...

is the ping command work? In case resolve.conf is empty or not found execute this command `echo "nameserver 1.1.1.1" >> /etc/resolv.conf`

> ping command is not working either. resolve.conf already exists and `cat /etc/resolve.conf` returns nameserver 1.1.1.1 nameserver 1.0.0.1 > > I have also noticed that after exiting linux and killlinux...

mount /dev/shm manually eg. mount -t tmpfs tmpfs /data/ubuntu/dev/shm

+1, it was already tested, and it works! So, why not?