Displaying 20 results from an estimated 2000 matches similar to: "Problems with syslinux when remastering ubuntu install CD."
2006 Nov 08
1
run pxelinux.0 on a booted system
I am trying to come up with a 'clever' way to pxe-boot boxes that don't have any
way to pxe boot. as in, old laptops that only have pc-mica nics.
"Etherboot does not (yet) offer support for PCMCIA cards."
http://www.etherboot.org/wiki/pcmcia_support
I am not trying to do 'that' - just trying to come up with a process to work
around it. Something like this:
2007 Nov 20
3
Remastering CentOS
Hi,
i try to remastering CentOS.
i try do step by step from
http://www.centos.org/modules/newbb/viewtopic.php?forum=34&topic_id=789&viewmode=thread
why when i create ISO. i just get bootable disk. i cannot get rpm2 that i
have installed.
am i supposed to including manually rpm's what i want into ISO directory
then make ISO or mkisofs repackage automatically?
thx
-------------- next
2010 May 29
0
User Error during memcached integration
Hello, I hope all is well. I am hoping someone can help me with a
problem that I am certain is user error?
The configuration details below work in all my other environments
including integration, development and qa. However, the production
servers give the following error:
unable to find server during initialization.
When I telnet to the memcached box from the server having the problem
and run
2007 Mar 27
1
Remastering an RPM based distribution – How To
From my work with Fedora, I have a reasonably complete How To Guide
that presently runs about 30 pages.
Although the process of remastering a distribution is not complex (once
it is understood), explaining the how and why of each step does get a
bit verbose.
For distributions like Fedora that have frequent updates and no decimal
releases, having an up to date copy for subsequent installs is a
2013 Aug 01
4
<ask> What is tools for remastering Centos 6 ?
Hi All,
I have fully configured Centos 6.4 machine and my own application inside.
I want to remastering my own machine so that can used to another machine
without any configuration.
any software like remastersys on Centos which can use for remastering
Centos 6 ?
Thanks
--
*M.Iftakhul Anwar*
Meruvian Integrator
High Performance Computing / Cloud Computing (HPC/CC)
Office Phone :
2007 Apr 04
2
Remastering asterisk
Anyone have an idea to re master centos,in other worlds I have an asterisk
on centos with all libraries and modules,how can I make it as an iso image
?
Regards
*********************************************
No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of
2007 Dec 06
3
A few questions about remastering
Hi,
I've searched all over Google, but couldn't find a proper answer to my
needs.
I've installed CentOS 5.1 only with the packages I need and then made a
few of my own.
Now, here's what I need:
a) To integrate my self-made packages in a remasterized DVD;
b) That the install process of the new version skips package choosing,
i. e., when it reaches this stage it just installs
2010 Jun 16
0
R CMD check error in v2.12.0
I have received the following error for my package oro.nifti under "CRAN
checks" for r-devel-linux-ix86; i.e.,
http://www.r-project.org/nosvn/R.check/r-devel-linux-ix86/oro.nifti-00check.html
- using R version 2.12.0 Under development (unstable) (2010-06-12 r52259)
- using platform: i686-pc-linux-gnu (32-bit)
- using session charset: UTF-8
- checking for file
2010 Mar 16
1
hard to define
Hi all.
I am trying to use debian package preseeding within my modules.
Therefor I have created a preseed_package.pp like:
define authentication::preseed_package ( $ensure ) {
file { "/var/local/preseed/$name.preseed":
source => "$module_path/files/$name.preseed",
mode => 600,
backup => false,
require => File["/var/local/preseed"],
}
package {
2019 Sep 26
1
[PATCH] builder: templates: set "unassigned" hostname
By default the installer will set the hostname to what the DHCP returns,
exposing details of the machine where make-template.ml runs.
Instead, force "unassigned-hostname.unassigned-domain" as hostname, so
plays nicely with the hostname setting code in virt-customize.
---
builder/templates/debian.preseed | 2 +-
builder/templates/ubuntu.preseed | 5 +++++
2 files changed, 6
2012 May 18
0
Installing RT4 with preseed on Ubuntu 12.4
Hi All,
I''m trying use use puppet in masterless mode to automate the setup of an
RT4 server.
I''ve used the example preseed define from
http://projects.puppetlabs.com/projects/1/wiki/Debian_Preseed_Patterns.
I set up RT4 manually, dumped the debconf keys into a preseed file, rolled
back the VM snapshot and tried to apply the manifest.
The apply failed with a bunch of errors
2017 Aug 26
5
[PATCH 1/2] builder/templates/debian.preseed: enable serial console
Also unify .index-fragment files
---
builder/templates/debian-7.index-fragment | 7 -------
builder/templates/debian-8.index-fragment | 7 -------
builder/templates/debian-9.index-fragment | 18 ++++++------------
builder/templates/debian.preseed | 1 +
builder/templates/make-template.ml | 6 ------
5 files changed, 7 insertions(+), 32 deletions(-)
diff --git
2010 Apr 21
1
Launching a Debian Xen Guest using a nfs://.../preseed.cfg -- the config is not found/used ?
Hi,
I'm installing Debian as a Xen Guest on a non-Debian Xen host.
Using,
xm create \
-c ./xm-debian.cfg \
install=true \
install-method="network" \
install-mirror=ftp://ftp.us.debian.org/debian \
install-arch=amd64 \
install-suite=squeeze \
install-kernel=./vmlinuz \
install-ramdisk=./initrd.gz
I can get to the manual installer and stepwise do the install.
check-release FAILED (was: Re: [PATCH 5/5] builder: templates: pass empty proxy to d-i when not set)
2017 Jul 10
1
check-release FAILED (was: Re: [PATCH 5/5] builder: templates: pass empty proxy to d-i when not set)
Checking out sources from https://github.com/libguestfs/libguestfs ...
/var/tmp/tmppyH7Jl/libguestfs /var/tmp/tmppyH7Jl
Reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
>From github.com:libguestfs/libguestfs
4cea914d2..28c375701 master -> origin/master
Updating 4cea914d2..28c375701
2014 Sep 23
0
[PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
builder/website/ubuntu.preseed | 1 -
guestfs-release-notes.txt | 1 -
p2v/issue | 1 -
tests/guests/guest-aux/debian-packages | 1 -
4 files changed, 4 deletions(-)
diff --git a/builder/website/ubuntu.preseed b/builder/website/ubuntu.preseed
index 236e174..dbe4f79 100644
---
2010 Mar 12
0
oro.dicom released (replaces DICOM)
The first release of oro.dicom (v0.2.4) is now available for download from
CRAN.
This is a major revision and improvement that replaces the previous DICOM
package.
New features include:
* Increased speed
* Uploading only header information (for restricted memory situations)
* Reading implicit value representations (VR's)
* Parsing SequenceItem tags (undefined lengths are allowed)
*
2010 Mar 12
0
oro.dicom released (replaces DICOM)
The first release of oro.dicom (v0.2.4) is now available for download from
CRAN.
This is a major revision and improvement that replaces the previous DICOM
package.
New features include:
* Increased speed
* Uploading only header information (for restricted memory situations)
* Reading implicit value representations (VR's)
* Parsing SequenceItem tags (undefined lengths are allowed)
*
2014 Sep 23
1
Re: [PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
On Tuesday 23 September 2014 17:20:33 Hu Tao wrote:
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
> builder/website/ubuntu.preseed | 1 -
> guestfs-release-notes.txt | 1 -
> p2v/issue | 1 -
> tests/guests/guest-aux/debian-packages | 1 -
> 4 files changed, 4 deletions(-)
>
> diff --git
2016 Jul 12
1
Re: IRC question about virt-builder ubuntu-* images
On Tue, Jul 12, 2016 at 07:40:51PM +0200, Guido Günther wrote:
> On Sat, Jul 09, 2016 at 08:20:27AM +0100, Richard W.M. Jones wrote:
> >
> > 22:06 < adam12> rwmjones: If you're still around, just curious - any reason why the ubuntu14 image doesn't come with `dpkg-reconfigure openssh-server`
> > already configured for firstboot?
> >
>
2011 Dec 01
0
pb with 4D dicom data and oro.dicom
Hello,
I have the following problem. After a PACS upgrade in our hospital, the dynamic 3D images acquired after contrast media injection with a 3T Philips MRI are all saved in a single 4D file instead of a series of 2D images containing multiple 3D images over time. I used to convert this series of 2D dicom images in the format nfti with oro.dicom. However, I am no longer able to make oro.dicom