Sun Apr 12, 2015 5:59 pm
New util-linux needs some more testing before we can say for sure this problem is fixed. I used a clean debootstrap for this test. I don't yet know what will happen after an "upgrade" before refractasnapshot is used.
Tue Apr 14, 2015 6:33 pm
# add some basic files to /dev
mknod -m 622 myfs/dev/console c 5 1
mknod -m 666 myfs/dev/null c 1 3
mknod -m 666 myfs/dev/zero c 1 5
mknod -m 666 myfs/dev/ptmx c 5 2
mknod -m 666 myfs/dev/tty c 5 0
mknod -m 444 myfs/dev/random c 1 8
mknod -m 444 myfs/dev/urandom c 1 9
chown -v root:tty myfs/dev/{console,ptmx,tty}
ln -sv /proc/self/fd myfs/dev/fd
ln -sv /proc/self/fd/0 myfs/dev/stdin
ln -sv /proc/self/fd/1 myfs/dev/stdout
ln -sv /proc/self/fd/2 myfs/dev/stderr
ln -sv /proc/kcore myfs/dev/core
mkdir -v myfs/dev/pts
ln -sv /run/shm myfs/dev/shm
find myfs/var/log -name "*gz" -print0 | xargs -0r rm -f
find myfs/var/log/ -type f -exec truncate -s 0 {} \;
Wed Apr 15, 2015 3:33 pm
Fri Apr 17, 2015 3:03 pm
Sun Apr 19, 2015 2:55 am
Sun Apr 19, 2015 10:43 am
Do you think it would be OK for dzz's systemd-free build and Devuan (when it's released) to share a home directory?
Images posted here are Debian Jessie (-based) XFCE (i386) with a similar package list and UI configs to Refracta 7.
They are unofficial and experimental builds only. Some modified or custom packages from devuan or elsewhere are installed. No systemd components nor libs are installed and are excluded by apt preferences.
In a (very) few cases packages from stable or unstable are used, either because they do not exist in Jessie or have unwanted dependencies.
Sun Apr 19, 2015 3:57 pm
Wed Apr 22, 2015 6:07 pm
Wed Apr 22, 2015 6:29 pm
Wed Apr 22, 2015 8:34 pm