- Sep 28, 2015
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Sep 13, 2015
-
-
Currently, when booting loopmounted iso file, it is necessary to specify not only img_dev and img_loop (which should be sufficient), but also archisolabel or archisodevice. With this patch, archisodevice is directly populated with the correct loop device, and it is not necessary to specify the label when booting from loopmounted iso, which makes for leaner and cleaner grub.cfg.
-
- Jul 30, 2015
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Jun 25, 2015
-
-
We received an IP address from DHCP server and configure it statically. This is required if we continue to use network connectivity to access the root device (for example via NBD or NFS). The lease is not updated, though. This can cause trouble in networks with low lease times. So let's flush the addresses if root filesystem has been copied to RAM. A dhcp client in main system can handle the network connectivity then. Signed-off-by: Christian Hesse <mail@eworm.de>
-
- May 29, 2015
-
-
Signed-off-by: Christian Hesse <mail@eworm.de>
-
Signed-off-by: Christian Hesse <mail@eworm.de>
-
Umount detaches the loop device automatically, but let's make it explicit to be sure. Additionally losetup gives: losetup: /dev/loop0: detach failed: No such device or address This is kind of expected, let's silent the error message. Signed-off-by: Christian Hesse <mail@eworm.de>
-
- Apr 24, 2015
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Jan 27, 2015
-
-
Gerardo Pozzi authored
The name is more relevant since the usage is shared for both dm-snapshot and overlayfs. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
Gerardo Pozzi authored
This is the first attemp to test overlayfs in archiso. The current dm-snapshot mode is keep and is enabled by default, while the new mode is enabled via "-s sfs" to mkarchiso. No new boot parameters are added, since archiso hooks detects if the .sfs file is for dm-snapshot (airootfs.img inside) or for overlayfs. Persistence is supported in overlayfs mode using the same options (cowlabel or cowdevice), but warning while in dm-snapshot mode, only one file is used (airootfs.cow), in overlayfs mode internal files for workdir/ and upperdir/ are allocated, so you can not use VFAT or NTFS. To test this, you need to enable [testing] in pacman.conf from releng profile and edit build.sh then add "-s sfs" in make_prepare() Look at: setarch ${arch} mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" prepare Replace with: setarch ${arch} mkarchiso ${verbose} -w "${work_dir}" -s sfs -D "${install_dir}" prepare The build requires just half of space that the build for dm-snapshot, since there is no ext4 img ;) Just to remember: there is no space gain in .sfs (just about 2M) There is at least one thing during boot with machine-id service: Dec 24 03:31:39 archiso systemd-machine-id-commit[183]: Failed to unmount transient /etc/machine-id file in our private namespace: Invalid argument Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Jan 02, 2015
-
-
Signed-off-by: Christian Hesse <mail@eworm.de>
-
Copying big amount of data results in bad performance as data is written in chunks of 4kiB (8 * 512 bytes). The default is not changed but can be overwritten. Signed-off-by: Christian Hesse <mail@eworm.de>
-
Signed-off-by: Christian Hesse <mail@eworm.de>
-
- Dec 13, 2014
-
-
Gerardo Pozzi authored
Since now cowspace_size == cowfile_size (only one file inside) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Nov 01, 2014
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Oct 14, 2014
-
-
Gerardo Pozzi authored
Move from percent to explicit size and set a default of 256M (sparse) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Sep 02, 2014
-
-
Thomas Bächler authored
Signed-off-by: Thomas Bächler <thomas@archlinux.org>
-
- Aug 28, 2014
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Aug 12, 2014
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
Currently, when booting via HTTP, the airootfs.md5 file is downloaded to /run/archiso/bootmnt/arch/. However, the checksum file is later assumed to be located at "/run/archiso/bootmnt/arch/${arch}". Fix the _curl_get invocation and directly place the file in the right directory. Fixes a regression introduced in commit 5506e1e5 ([archiso] Rework checksum function, 2014-06-28). Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Aug 08, 2014
-
-
Among other things, 0bb94de8 ([archiso] Drop aitab support, 2014-06-28) removed the possibility to manually set a specific architecture by using kernel parameters. This, however, is useful, e.g. when installing Arch Linux on a device that reports itself as i586 but works fine with the i686 flavor. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Jul 26, 2014
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
Gerardo Pozzi authored
The proper fix in now in mkinitcpio-18 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- Jun 28, 2014
-
-
Gerardo Pozzi authored
-
Gerardo Pozzi authored
* Make it ISO9660 friendly (extra dot "." is replaced by "_") * Was used when support both .fs.sfs and .sfs
-
Gerardo Pozzi authored
Always create one filesystem of a fixed size (32G), format (ext4) and know name "airootfs". Simplify logic a lot.
-
- May 22, 2014
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- May 21, 2014
-
-
Gerardo Pozzi authored
Fix FS#40217 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Feb 01, 2014
-
-
Pierre Schmitz authored
-
- Jan 04, 2014
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 29, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Oct 19, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Sep 28, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Jun 29, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Jun 28, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- May 30, 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>
-
- May 12, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Apr 13, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
- Mar 30, 2013
-
-
Gerardo Pozzi authored
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-