Displaying 4 results from an estimated 4 matches for "no_swap".
Did you mean:
io_swap
2003 Jul 23
10
malloc does not return null when out of memory
...to poke at
the memory using memset. If I just malloc without the memset, it
never even dies.
210 0x94b5000
211 0x94ce000
212 0x94e7000
213 0x9500000
214 0x9519000
215 0x9532000
216 0x954b000
217 0x9564000
218 0x957d000
219 0x9596000
220 0x95af000
221 0x95c8000
Killed
The kernel for this has the NO_SWAPPING option enabled since there is
essentially no disk, it boots from a CF.
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
...tes/debian.preseed
> @@ -174,12 +174,23 @@ d-i partman-md/device_remove_md boolean true
> # And the same goes for the confirmation to write the lvm partitions.
> d-i partman-lvm/confirm boolean true
> d-i partman-lvm/confirm_nooverwrite boolean true
> +d-i partman-basicfilesystems/no_swap boolean false
> +
> +d-i partman-auto/expert_recipe string myroot :: 500 10000 1000000 ext4 \
> + $primary{ } \
> + $bootable{ } \
> + method{ format } \
> + format{ } \
> + use_filesystem{ } \
> + filesystem{ ext4 } \
> + mountpoint{ / } .
>
> # You can choose o...
2012 Feb 10
21
Reducing the need to compile a custom kernel
Hi,
during some big discussions in the last monts on various lists, one of
the problems was that some people would like to use freebsd-update but
can't as they are using a custom kernel. With all the kernel modules
we provide, the need for a custom kernel should be small, but on the
other hand, we do not provide a small kernel-skeleton where you can
load just the modules you need.
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
...seed
+++ b/builder/templates/debian.preseed
@@ -174,12 +174,23 @@ d-i partman-md/device_remove_md boolean true
# And the same goes for the confirmation to write the lvm partitions.
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
+d-i partman-basicfilesystems/no_swap boolean false
+
+d-i partman-auto/expert_recipe string myroot :: 500 10000 1000000 ext4 \
+ $primary{ } \
+ $bootable{ } \
+ method{ format } \
+ format{ } \
+ use_filesystem{ } \
+ filesystem{ ext4 } \
+ mountpoint{ / } .
# You can choose one of the three predefined partitioning recipes:
# - a...