aboutsummaryrefslogtreecommitdiffstats
path: root/export-noobs
Commit message (Collapse)AuthorAgeFilesLines
* Add extra packages back and create a 4GB imageSerge Schneider2018-11-081-1/+2
|
* Remove Mathematica2018-10-09-raspbian-stretchSerge Schneider2018-10-091-2/+2
|
* stage2: add ssh-import-idSerge Schneider2018-10-041-0/+1
|
* Update release notesSerge Schneider2018-09-251-2/+26
|
* export-noobs: keep 'quiet' in cmdline.txtSerge Schneider2018-09-241-1/+1
|
* Add localisation packagesSerge Schneider2018-07-131-0/+1
|
* stage4: add libav-toolsSerge Schneider2018-07-091-1/+1
|
* Release notes: Fix typo, bump headerSerge Schneider2018-07-031-1/+3
|
* Update release notes2018-06-27-raspbian-stretchSerge Schneider2018-06-191-0/+26
|
* export-noobs: bump kernel version in os.jsonSerge Schneider2018-04-241-1/+1
|
* Update release notesSerge Schneider2018-04-171-0/+4
|
* Update release notes2018-03-13-raspbian-stretchSerge Schneider2018-03-151-0/+33
|
* shellcheckSerge Schneider2018-03-132-37/+37
|
* Update os.json2017-11-29-raspbian-stretchSerge Schneider2017-11-241-1/+2
|
* Update release notesSerge Schneider2017-11-241-0/+7
|
* Update release notesSerge Schneider2017-09-051-1/+1
|
* stage3: install fonts-droid-fallbackSerge Schneider2017-09-041-0/+1
|
* Update release notesSerge Schneider2017-09-041-1/+8
|
* NOOBS: bsdtar with --numeric-ownerSerge Schneider2017-08-221-2/+2
|
* Update release notesSerge Schneider2017-08-171-0/+3
|
* Update release notes2017-08-16-raspbian-stretch2017-08-16-raspbian-jessieSerge Schneider2017-08-141-1/+12
|
* export-noobs: enable NOOBS config script here instead of stage2Serge Schneider2017-07-281-0/+2
|
* Switch to StretchSerge Schneider2017-07-281-1/+1
|
* Update release notesSerge Schneider2017-07-101-0/+2
|
* Update release notes2017-07-05-raspbian-jessieSerge Schneider2017-07-051-0/+3
|
* NOOBS: update kernel version numberSerge Schneider2017-06-201-1/+1
|
* Update release notesSerge Schneider2017-05-151-0/+9
|
* export-noobs: replace all spaces with underscores in OS icon fileSerge Schneider2017-04-031-1/+1
|
* export-noobs: rename Raspbian.png to match NOOBS_NAMESerge Schneider2017-04-032-1/+3
|
* Update release notesSerge Schneider2017-04-031-0/+2
|
* Specify additional variables in EXPORT_* filesSerge Schneider2017-03-132-3/+6
|
* Switch to PARTUUIDSerge Schneider2017-03-072-2/+2
|
* partition_setup.sh: Only copy filesSerge Schneider2017-03-061-3/+3
|
* Copy wpa_supplicant.conf from NOOBSSerge Schneider2017-03-061-0/+4
|
* Update release notesSerge Schneider2017-03-061-0/+4
|
* Copy ssh and ssh.txt to boot partition2017-03-02-raspbian-jessieSerge Schneider2017-03-061-0/+8
|
* Format boot partition as FAT32Serge Schneider2017-03-061-0/+1
|
* Update release notesSerge Schneider2017-03-061-0/+2
|
* Update release notesSerge Schneider2017-03-061-0/+15
|
* Added Docker support (#40)Claus F. Strasburger2017-01-231-3/+15
| | | | | | | | | | | | | * Added Docker support - replaced necessity for devicemapper (through kpartx) by using parted and losetup with offsets - added Dockerfile - added dependency for parted and grep - added hints to README.md - common: loop through unmounts, fix shellcheck warnings * stage2: use debconf instead of console-setup patch. Fixes #41
* export-noobs: umount boot before archiving root2016-11-25-raspbian-jessieSerge Schneider2016-11-291-0/+1
| | | | | bsdtar does not add directories which are mountpoints. This removes /boot from the archive and prevents init_resize.sh from working.
* partition_setup.sh: Don't cut off parameters added by pix-plym-splashSerge Schneider2016-11-291-1/+1
|
* Disable SSH by defaultSerge Schneider2016-11-231-1/+2
|
* export-noobs: use gnutar format for bsdtarSerge Schneider2016-11-221-2/+2
|
* Update release notesSerge Schneider2016-11-211-0/+22
|
* export-noobs: use bsdtarSerge Schneider2016-11-211-2/+2
|
* Fix umount_image (#22)Joseph Carter2016-10-061-4/+3
| | | | | | | | | | | | | | | | | | | | * export-noobs/prerun.sh: Use nested mountpoint While it seems elegant and intuitive to use separate bootfs and rootfs mountpoints for compressing the partitions, doing so violates a precondition of unmount_image that they be mounted as a tree. This causes the image to not be properly unmounted and detached. A better solution might be to pack up the previous stage's chroot directory, but that rework can wait for the time being. scripts/common.sh: Output device name correctly A misplaced ) in unmount_image caused the loop device to be incorrectly identified, resulting in a fair bit of chaos trying to unmount other filesystems on /dev/mapper devices. Such as / on a LUKS-encrypted installation, for example. The unmount will fail as it should and build.sh will abort the build without any cleanup. Best to avoid that. These changes close RPi-Distro/pi-gen#19
* export-noobs: ensure STAGE_WORK_DIR existsSerge Schneider2016-05-271-0/+1
|
* Add noobs export stage2016-05-27-raspbian-jessieSerge Schneider2016-05-2714-0/+262