- 18 Oct, 2017 1 commit
-
-
Christian Hesse authored
Nobody wants to use md5 these days... Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 26 Jun, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 04 Jun, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Fix FS#54275 Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 25 Mar, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 14 Mar, 2017 2 commits
-
-
David Thurstenson authored
Signed-off-by:
David Thurstenson <thurstylark@gmail.com>
-
David Thurstenson authored
Signed-off-by:
David Thurstenson <thurstylark@gmail.com>
-
- 02 Mar, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 21 Feb, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 12 Feb, 2017 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 21 Dec, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 24 Oct, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 29 Sep, 2016 3 commits
-
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 06 Jul, 2016 1 commit
-
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 31 May, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 29 May, 2016 1 commit
-
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 28 May, 2016 1 commit
-
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 27 May, 2016 2 commits
-
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Christian Hesse authored
According to ip-address(8) flushing an interface requires the keyword 'dev'. Also add proper quoting. Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 25 May, 2016 3 commits
-
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 15 May, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 19 Mar, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
This should fix FS#36749 Also flush address on specified device (default) Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 02 Mar, 2016 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 28 Feb, 2016 3 commits
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
Thomas Bächler authored
-
Thomas Bächler authored
If the ARCHISO_GNUPG_FD environment variable is set, its contents will be interpreted as an open file descriptor and its contents will be used to create a keyring in the initramfs in /gpg.
-
- 05 Feb, 2016 1 commit
-
-
Christian Hesse authored
Fixes: e7ea394e Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 13 Dec, 2015 1 commit
-
-
Christian Hesse authored
Having files on btrfs subvolumes requires to give mount options. Add boot params archisoflags= and cow_flags= for this purpose. Boot parameters could look like this: ... archisodevice=/dev/sdaX archisoflags=subvolume=isos cow_device=/dev/sdaX cow_flags=subvolume=persist ... Signed-off-by:
Christian Hesse <mail@eworm.de>
-
- 28 Sep, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 13 Sep, 2015 1 commit
-
-
Adam Purkrt authored
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.
-
- 30 Jul, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 25 Jun, 2015 1 commit
-
-
Christian Hesse authored
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>
-
- 29 May, 2015 3 commits
-
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Christian Hesse authored
Signed-off-by:
Christian Hesse <mail@eworm.de>
-
Christian Hesse authored
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>
-
- 24 Apr, 2015 1 commit
-
-
Gerardo Exequiel Pozzi authored
Signed-off-by:
Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
-
- 27 Jan, 2015 1 commit
-
-
Gerardo Exequiel 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>
-