Displaying 3 results from an estimated 3 matches for "append2".
Did you mean:
append
2013 Jul 22
2
script to test CATENATE
...ss the --init argument to store some template messages used by the real tests:
$ ./catenate.pl --host your.test.server --user testuser --password 1234 --init
connecting (imaps)...
capability...
logging in...
deleting old templates mailbox...
creating templates mailbox...
append1...
Append succeeded
append2...
Append succeeded
logout...
success
$ ./catenate.pl --host your.test.server --user testuser --password 1234
connecting (imaps)...
capability...
logging in...
append1...
Append failed as it should have (bad url): <append1 NO [BADURL ;invalid;] Invalid IMAP URL: Unexpected IMAP URL path segment:...
2016 Sep 30
2
[PATCH] customize: Add --append-line.
...virt-builder.sh
+++ b/builder/test-virt-builder.sh
@@ -70,6 +70,19 @@ $VG virt-builder phony-fedora \
--delete /Makefile \
--link /etc/foo/bar/baz/foo:/foo \
--link /etc/foo/bar/baz/foo:/foo1:/foo2:/foo3 \
+ --append-line '/etc/append1:hello' \
+ --append-line '/etc/append2:line1' \
+ --append-line '/etc/append2:line2' \
+ --write '/etc/append3:line1' \
+ --append-line '/etc/append3:line2' \
+ --write '/etc/append4:line1
+' \
+ --append-line '/etc/append4:line2' \
+ --touch /etc/append5 \
+ --append-line...
2006 Jun 26
1
Append line 255 character limit issue
Hello All,
I have seen some posts about this, but I do not see any clear
resolution. Any help would be appreciated.
There is a 255 character limit for Append line in pxelinux.cfg -->
kernel /proc/cmdline.
Can we use another parameter instead of /proc/cmdline?
Is there an 'APPEND2' option like 'APPEND'?
Can we tftp an additional config file during the pxe process and place
it 'somewhere'?
Recompile syslinux/kernel?
Thanks for help in advance.
Utsav.
NOTICE:
This message may contain privileged or otherwise confidential information. If you are not the...