Displaying 6 results from an estimated 6 matches for "bootpartition".
2010 Mar 30
1
Req
...booted. This would be
> useful to boot ntldr, setupldr.bin, bootmgr, grldr, ... when you want
> to boot it from the same partition as from which SYSLINUX is booted,
> without specifying the partition explicitly to chain.c32.
>
> Eventually only when a parameter is added like "bootpartition": LABEL
> grub4dos
> COM32 chain.c32
> APPEND bootpartition file=/grldr
>
Ok. How about this patch[1]? (Also attached.) The option is "fs",
meaning the "current" Syslinux booted-from disk and partition (if
applicable).
boot: chain -?
...
boot: ch...
2008 Feb 16
1
Single user mode behaviour with serial console in 7.0RC2
...kernel configuration file I have:
options CONSPEED=115200
I have rebuilt and installed world and the kernel.
In /etc/ttys I have
ttyd0 "/usr/libexec/getty std.115200" vt100 on secure
I have also re-installed the bootstrap code:
cd /usr/src/sys/boot
make install
bsdlabel -B bootPartition
In /boot/loader.conf I have
boot_multicon="YES"
boot_serial="YES"
comconsole_speed="115200"
console="vidconsole,comconsole"
Kind regards,
Geoff
2016 Jun 22
4
[PATCH v2 0/4] virt-p2v support for openSUSE / SLES
Diff to v1:
* Use access rather than stat in gui.c
* Remove now uneeded and missplaced include for stat.h
Cédric Bosdonnat (4):
p2v: use yast2 lan on SUSE distros rather than NM
p2v: fix dependencies for SLES / openSUSE
p2v: add virt-p2v-make-kiwi to generate kiwi config
p2v: add -x option to nm-online
.gitignore | 3 +
configure.ac | 2 +
2016 Jun 22
5
[PATCH v3 0/4] virt-p2v support for openSUSE / SLES
Diff to v2:
* remove leftover variable declaration in gui.c
Cédric Bosdonnat (4):
p2v: use yast2 lan on SUSE distros rather than NM
p2v: fix dependencies for SLES / openSUSE
p2v: add virt-p2v-make-kiwi to generate kiwi config
p2v: add -x option to nm-online
.gitignore | 3 +
configure.ac | 2 +
p2v/Makefile.am | 31 +++++-
2016 Jun 22
8
[PATCH 0/4] virt-p2v support for openSUSE / SLES
Hi there,
Here are a few patches to get virt-p2v working on openSUSE and SLES. Note
that I intentionnaly use icewm and yast2 lan for SLES and openSUSE since SLES
doesn't ship metacity and all of NetworkManager pieces.
Cédric Bosdonnat (4):
p2v: use yast2 lan on SUSE distros rather than NM
p2v: fix dependencies for SLES / openSUSE
p2v: add virt-p2v-make-kiwi to generate kiwi config
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is
time to remove it from libguestfs.
[1] https://github.com/libguestfs/virt-p2v
[2] http://download.libguestfs.org/virt-p2v/
Pino Toscano (2):
Remove virt-p2v
Remove remaining virt-p2v bits
.gitignore | 4 -
Makefile.am | 7 +-
bash/Makefile.am