- 31 Oct, 2016 11 commits
-
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Sophie Brun authored
Up to now we created a temporary GPG key that we registered with apt-key but with the switch to GnuPG 2 by default, this code broke. Now we stop doing that but we add the “trusted=yes“ attribute in sources.list so that APT knows that the repository can be trusted even if it's unsigned. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Chris Lamb authored
Exposing exposes the SOURCE_DATE_EPOCH variable when running scripts inside the chroot, otherwise the chroot operation resets the environment (Closes: #833118). This is needed to generate reproducible images when using the S_D_E patchset for libisofs and libisoburn. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
- 28 Jul, 2016 15 commits
-
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Chris Lamb authored
Setting xorriso's "modification time" to SOURCE_DATE_EPOCH as a first step for reproducible ISO images (Closes: #832689). Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Kristian Klausen authored
e2fsprogs 1.43 enabled ext4 "64bit" feature as default, which broke ext4 HDD images as EXTLINUX doesn't support it. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Kristian Klausen authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Kristian Klausen authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Eventhough aptitude has recently seen some development again, apt is the standard package manager on debian and there are no bugs left in apt that warrant keeping the workaround of using aptitude alive. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Kristian Klausen authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Raphaël Hertzog authored
They are required for the "Hardware Detection Tool (HDT)" menu entry that live-build adds in the advanced menu. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Raphaël Hertzog authored
It's gone from Debian unstable/testing since Linux 3.17. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Raphaël Hertzog authored
The fix in a294a46f was not enough. This should finally resolve the problem when a package list ends up empty (most notably due to #if evaluating to false). Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Ben Armstrong authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
- 10 May, 2016 8 commits
-
-
trebmuh authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Carlos Zuferri authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Maximilian Mehnert authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Maximilian Mehnert authored
Some BIOSes dont't boot from partitions starting at sector 1024. Some are even more peculiar and only start from sector 63. This patch adds an option for the binary_hdd target to manually configure the partition start. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Maximilian Mehnert authored
"ln -s /bin/true chroot/usr/sbin/flash-kernel" fails if the target already exists. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Adrian Gibanel Lopez authored
Development details -------------------- * This patch has been based originally on: binary_grub2 . It has been improved thanks to some binary_syslinux bits. * This patch ensures that binary_loopback_cfg needs is run before binary_syslinux is run. The reason is that it reuses some code from binary_syslinux to avoid problems when binary_syslinux renames the kernel filenames. * This patch already supports CPU detection * I haven't tested all the possible scenarios for the script (with the latest version). When amd64 and 486 Gnu/Linux flavours is used and the bootloader is syslinux it works ok. * I have not implemented a disable switch for not generating it. Usually you always want loopback.cfg to be there. * Compared to binary_grub2 script I have removed the installation entries because I did not see any of them in binary_syslinux. How to test ----------- These are some steps to easily test if Looback cfg support is working ok. 0) We assume you have generated an iso 1) Make sure you have a partition that Grub understands. Plain ext4 or vfat should do it. 2) Create directory: /boot/boot-isos/ 3) Put the iso file into that directory making sure it has an ISO or iso extension. 4) Setup your computer to boot from cdrom and use: Super Grub2 Disk 2.00s2 (Hybrid version recommended) 5) Choose Boot manually... 6) Choose Bootable ISOs (in /boot- ... ) 7) Choose (the detected) GRUB Loopback Config (hdN,msodsN)/boot/boot-ios/name-of-the.iso 8) You will be presented your loopback.cfg. Choose anyone of the entries (unless it does not match your cpu architecture of course). 9) You should boot into your Debian Live without problems (thanks to findiso boot parametre). If you ever wanted to test from your grub2 installation instead from Super Grub2 Disk check: http://www.supergrubdisk.org/wiki/Loopback.cfg for an example. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Adrian Gibanel Lopez authored
Note: OLDIFS use makes IFS to be reset to "" instead to it being unset. Either we need to detect if old IFS was unset to unset it or we need a proper way of setting it as a local variable. Even more IFS it's not currently used in Check_package (which it's called from: binary_hdd). we should have a clean way of resetting/unsetting IFS when calling Check_package. The other approach it's to explicitly define IFS with its default value in the places inside live-build code where we implicitly suppose that it's going to have its default value. Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Carlos Zuferri authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
- 08 May, 2016 2 commits
-
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-
- 01 May, 2016 1 commit
-
-
Daniel Baumann authored
Signed-off-by:
Daniel Baumann <daniel.baumann@open-infrastructure.net>
-