- Jan 04, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Jan 02, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Dec 26, 2012
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Dec 21, 2012
-
-
Gerardo Pozzi authored
* This scripts, now runs only in x86_64. * build.sh does not require arguments to run (no more build, clean, purge). * /usr/share split is not done anymore: there are some differences between two arches. (ISO size +60MiB) * /usr/lib/modules split is not done anymore: this was never enabled officially in aitab. Tested and works fine. Maybe some small cosmetic changes needed. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Dec 16, 2012
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Dec 10, 2012
-
-
Gerardo Pozzi authored
Simplify code path. Previously in "dual" mode is executed when arch=i686, i686 was used as primary source. This does not change current behaviour of building "dual" on x86_64. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Ensure that all inode table is initialized at filesystem creation. (Anyway filesystem is small, so at first mount is may quickly initialized) This avoid possible COW usage during runtime ;) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Nov 02, 2012
-
-
Gerardo Pozzi authored
Using a separate shell script to customize live-enviroment, makes much more readable code. Move all thing except: * Need network access (name resolving). * Need access to some file outside chroot. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 30, 2012
-
-
Pierre Schmitz authored
-
- Oct 26, 2012
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Add a note that COW is not supported since ntfs.ko module is used inside initramfs. (there is no ntfs-3g inside) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
wooohoooo! Fixed in syslinux 4.06 :) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
curl is a dependency for pacman Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 25, 2012
-
-
Gerardo Pozzi authored
Leave the work to the [nss-myhostname] package that is now in {base} and is configured by default in [filesystem] (/etc/nsswitch.conf). Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 24, 2012
-
-
Gerardo Pozzi authored
This was recently enabled in [systemd] package. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
/tmp is mounted as tmpfs since archiso implements own chroot code. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
/etc/mtab symlink is part of [filesystem] since long time Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 20, 2012
-
-
Gerardo Pozzi authored
-f is not needed anymore, disable explicitly default getty service Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 19, 2012
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 18, 2012
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 16, 2012
-
-
Gerardo Pozzi authored
On low memory systems installing via PXE is not possible. Do not force copytoram=y for NFS/NDB. Broken/hang things: * On shutdown. * On run-time if some network settings changed. Implements FS#32006. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 13, 2012
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
If not set, nothing is changed in current behaviour. Since dm-snapshot allows to use as "COW" a file with any size, without caring about the the size of "origin", we can avoid creating a "COW" file of the same size as the "origin". This is really useful, when using as cow_device= a filesystem that is VFAT where sparse files are not supported, so if root-image.fs is 1000M, passing cowfile_size=25% will create a root-image.cow of 250M instead of 1000M. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
initscripts/sysvinit are not part from {base} anymore, systemd* is now in {base}. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
systemd does not touch anymore FONT and KEYMAP by default. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
These files was used with efi-shell boot method, before gummiboot comes here. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 06, 2012
-
-
Pierre Schmitz authored
This reverts commit 6f68bec9. Using ash was actually correct as only this shell is available in initramfs. It was the commit message of 27940c42 that was wrong
-
Pierre Schmitz authored
-
Pierre Schmitz authored
Only use groups that wont allow damaging the host system by accident. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
- Oct 05, 2012
-
-
Pierre Schmitz authored
* pacman-init already pulls in services it depends on * the multi-user.target is the default * do not rename the getty service so tools like systemd-delta still work Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-
Pierre Schmitz authored
This fixes FS#31815 Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-