Thu Nov 01, 2012 1:43 pm
- /lib/live/overlay
- /lib/live/image
- /lib/live/rootfs
UUID="uuid_string"
(zenity:8130): GLib-WARNING **: /build/buildd-glib2.0_2.33.12+really2.32.4-3-i386-Z8T5T2/glib2.0-2.33.12+really2.32.4/./glib/giounix.c:411Error while getting flags for FD: Bad file descriptor (9)
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
mke2fs 1.42.5 (29-Jul-2012)
Fri Nov 02, 2012 9:58 am
dzz wrote:Some notes on refracta installer-gui 9.0.6-2 , used on a snapshot from a (newly dist-upgraded) sid-based test installation.
The installer writes / entry to fstab (if you choose uuid) like this:
- Code:
UUID="uuid_string"
I got tons of errors like "blockdevice not found"
Errors disappeared on reboot after removing the the quotes. I don't know if that's a problem in squeeze or wheezy... it might be
change:
install_part="$(blkid -s UUID $install_dev | awk '{ print $2 }')"
to
install_part="$(blkid -s UUID $install_dev | awk '{ print $2 }' | sed 's/\"//g')"
Installer asked if I wanted to change root password. Said it was currently "root", actually it was not.
It would be simpler for the user, if the installer (optionally) disabled sudo without the nano window, e.g. using a sed line (#%sudo #whatever_is_username). Watch out for systems that use sudoers.d (including live-config scripts)
Here is the content of /var/log/refractainstaller_error.log :
[code](zenity:8130): GLib-WARNING **: /build/buildd-glib2.0_2.33.12+really2.32.4-3-i386-Z8T5T2/glib2.0-2.33.12+really2.32.4/./glib/giounix.c:411Error while getting flags for FD: Bad file descriptor (9)...snip
Fri Nov 02, 2012 12:46 pm
dzz wrote:Some notes on refracta installer-gui 9.0.6-2 , used on a snapshot from a (newly dist-upgraded) sid-based test installation.
.Support for disk labels -
That's two requests, and I think it's a good idea. It'll happen
Ugh! I'm tempted to do away with sudo in refracta
if you mount the iso, and then mount the squashfs inside, there is no fstab or fstab.d. So I don't know where they come from
Fri Nov 02, 2012 1:20 pm
Tue Nov 13, 2012 6:40 pm
change:
install_part="$(blkid -s UUID $install_dev | awk '{ print $2 }')"
to
install_part="$(blkid -s UUID $install_dev | awk '{ print $2 }' | sed 's/\"//g')"
Fri Dec 07, 2012 10:38 am
- /lib/live/mount
Sat Dec 08, 2012 12:28 am
Sat Dec 08, 2012 3:49 am